post https://api.ycloud.com/v2/whatsapp/messages/sendDirectly
Sends an outbound WhatsApp message directly.
The message is submitted to the Meta WhatsApp API synchronously. Typically used for sending OTP and instant messages.
The response body field error.whatsappApiError
is included if we tried to request Meta WhatsApp API and got an error response.
The Meta WhatsApp API supports up to 80 MPS (Messages Per Second) by default. Throughput is inclusive of inbound and outbound messages and all message types.
For more specific request examples, see WhatsApp Messaging Examples.
Configure Webhooks to keep track of message status updates. See also WhatsApp Message Updated Webhook Examples