Use Cases
Get started with tutorials that will walk you through building a variety of practical applications
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