In order to publish your integration, send the following information to support@mangovoice.com
- Logo: Width of 160 px, PNG or JPEG
- Offer: Short text description. Text only.
- Description: Long text description that will show up above the integration. 255 characters, formatted like a sentence, no markdown or HTML allowed.
- Link: A link to your system that allows users to learn more. This can be a landing page or getting started page on your website.
- Callback URL: An HTTP(S) url where we will send the events to. We will send payloads to this with a security header to ensure the traffic can be trusted.
- Fallback URL: An optional HTTP(S) url that will be tried for certain event types in the event a webhook request to the Callback URL fails.
- Security Token: A UUID or other string of your choosing. This will be sent on the `x-mango-security-token` header of each request to let you know that the request originated with Mango.
- Billing Email: Who we can reach out to for billing inquiries.
- Technical Email: Who we can contact when something goes amiss on our end or yours.
- Event Selectors: A list of the events that you want to receive. A complete list of currently supported events are documented in the API documentation, which at this time includes:
- Call Logs - delivered upon completion of a call.
- Call Queue - delivered any time state changes on a call queue (e.g. - agent logs in/out, etc).
- Integration Message - delivered with every state change of a message that is relayed through our API (e.g. - queued, sent, recieved, etc). NOTE: additional configuration and charges apply to these events.
-
- Line Extension State - delivered any time the state of a call changes (e.g. - ringing, answered, hung up, etc).
-
- Voicemail - delivered when voicemail state changes (e.g. created, transcribed).