Send message in real-time with no queueing
Overview
This tutorial teaches how to send real-time messages using the API. These messages deliver only when the session is online; otherwise, they return an error rather than queuing.
Key Concept
Real-time messages differ from standard messages. "If not, they won't be sent to the queue like a regular message and the API will return you an error."
Use Cases
Real-time messaging suits scenarios requiring synchronous interaction where delayed delivery lacks value. One-Time Password (OTP) messages exemplify typical applications for this approach.
Implementation
Users can employ any programming language supporting HTTPS requests to implement this functionality. The platform provides a live API tester with ready-to-use code examples across various programming languages.
Content Status
The article indicates "This article is only available to registered users," requiring authentication to access the complete implementation details and code examples.
Related Resources
The help center offers connected tutorials covering:
- Multimedia message transmission via API
- Queue management for stuck messages
- Emoji integration in messages
- Link inclusion techniques
- Group and channel messaging
- Dynamic buttons and lists
- Contact and location sharing