WhatsApp API: Send Messages Asynchronously
New! You can now make requests to several of our WhatsApp APIs — such as sending text messages, image messages, and document messages — Asynchronously (async).
Asynchronous (async) vs synchronous (sync) refers to how a feature (for example, sending a WhatsApp message) is processed. In async mode, processing is carried out in the background or via Sidobe’s queue system. This means the API response will be faster, since your request is only registered in the queue and then executed by the Sidobe system as soon as possible.
For use cases where you don’t want blocking or slow API responses due to multiple logics being executed in real time (for example: verifying the WhatsApp device, delivering the message to WhatsApp, waiting for WhatsApp’s response, etc. — all handled by the Sidobe system), async requests are the right choice.
For more details, please check the async usage documentation in the Sidobe Docs.
If you have any questions or would like to request a new feature, feel free to reach out to us via the Contact Us page. Thank you!


