GET
https://api.engagor.com/{account_id}/inbox/handover/{service}/{service_id}
Get the current handover state for the given contact. As "{service_id}" provide the id of the contact/author and the endpoint will tell you whether the contact is currently ‘owned’ by Engage or by your application/bot. (You can use this endpoint for Live Chat, WhatsApp, Viber & Twilio. Please reach out to your Customer Success Manager to learn more.)
Param | Description | Required | Default Value |
---|---|---|---|
This API endpoint doesn't need any parameters. |
A single handover
item.
POST
https://api.engagor.com/{account_id}/inbox/handover/{service}/{service_id}
Make Qualtrics Social Connect the owner of the given contact. (For when you want Qualtrics Social Connect agents/users to handle this contact.) As "{service_id}" provide the id of the contact/author and the endpoint will update the state of that contact to be Qualtrics Social Connect. (You can use this endpoint for Live Chat, WhatsApp, Viber & Twilio. Please reach out to your Customer Success Manager to learn more.)
Param | Description | Required | Default Value |
---|---|---|---|
This API endpoint doesn't need any parameters. |
A single handover
item.
DELETE
https://api.engagor.com/{account_id}/inbox/handover/{service}/{service_id}
Make external applications the owner of the given contact, again. (For when you want your bot/application to handle this contact again). As "{service_id}" provide the id of the contact/author and the endpoint will update the state of that contact to be your application again. (Your application will be removed as owner of the given contact.) (You can use this endpoint for Live Chat, WhatsApp, Viber & Twilio. Please reach out to your Customer Success Manager to learn more.)
Param | Description | Required | Default Value |
---|---|---|---|
This API endpoint doesn't need any parameters. |
A single handover
item.