Use Cases
Get started with tutorials that will walk you through building a variety of practical applications
Retrieve Conversation details for an in-progress voice call
Retrieve details of a Conversation object for an in-progress voice call
Read more● Curl ● Python
Real-time data feed into multiple channels using Messages API
This tutorial describes a use case where the user receives real-time data into their channel. Channels supported are Facebook Messenger, WhatsApp, Viber and SMS.
Read more● Python
Multi-user, multi-channel failover using Dispatch API
This tutorial describes a use case where a an attempt is made to send a message to a user on their designated channels. If the user does not read the message the process is repeated with the next user on the list. This use case uses the Dispatch API as their is multiple designated channels per user, with failover.
Read more● Python
Receive product information automatically via Facebook Messenger
This tutorial looks at a use case where the user receives relevant product information automatically via Facebook Messenger, without the need for support personnel.
Read more● Python