Best Practices
Always provide a correlation ID: Include a unique
x-correlation-idwith every request to help with troubleshooting.Handle errors gracefully: Your application should handle error responses properly and provide appropriate feedback to users.
Implement retries with backoff: For temporary failures, implement a retry mechanism with exponential backoff.
Minimize bulk request size: Keep bulk requests to a reasonable size (e.g., 100 addresses or fewer) for optimal performance.
Use the sandbox environment for testing: Always test your integration in the sandbox environment before using the production API.
Support
If you encounter any issues or have questions, please contact the Insync Digital support team at [email protected].
Last updated