Direct Meta Response With WA Msg Id For Send Message API Call

By default, our system queues outgoing messages and returns a queue ID in the Send Message API response. Subsequently, both the queue ID and the WhatsApp message ID (wa_msg_id) are sent via webhooks.

However, if you need to receive the wa_msg_id directly in the Send Message API response, you can use the alternate endpoint provided below.

Important Note:

When using this endpoint, no message queue is maintained on our end. In case of any downtime from Meta’s side, messages may fail to send.

When using this endpoint, no message queue is maintained on our end. In case of any downtime from Meta’s side, messages may fail to send.

https://crmdirectapi.1automations.com/api/meta_v2/{{VERSION}}/{{PHONE_NUMBER_ID}}/messages

Last updated