Best Practices

  1. Always provide a correlation ID: Include a unique x-correlation-id with every request to help with troubleshooting.

  2. Handle errors gracefully: Your application should handle error responses properly and provide appropriate feedback to users.

  3. Implement retries with backoff: For temporary failures, implement a retry mechanism with exponential backoff.

  4. Minimize bulk request size: Keep bulk requests to a reasonable size (e.g., 100 addresses or fewer) for optimal performance.

  5. 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