I'm trying to send WhatsApp messages with quick replies via API (Meta and WhatsApp Business are already connected), but I can't find any instructions in the documentation.
Using this endpoint:
POST /conversations/v3/conversations/threads/{threadId}/messages
The documentation doesn't explain how to include quick replies. I assumed the only way to do this is via pre-approved WhatsApp templates, but I don't see how to achieve it. I noticed the WHATSAPP_TEMPLATE_METADATA option under attachments, but I cannot find any explanation about how to use it.
Is there a documented way to send messages with quick replies?
I'm trying to send WhatsApp messages with quick replies via API (Meta and WhatsApp Business are already connected), but I can't find any instructions in the documentation. Cabinet Makeovers Maine
Using this endpoint:
POST /conversations/v3/conversations/threads/{threadId}/messages
The documentation doesn't explain how to include quick replies. I assumed the only way to do this is via pre-approved WhatsApp templates, but I don't see how to achieve it. I noticed the WHATSAPP_TEMPLATE_METADATA option under attachments, but I cannot find any explanation about how to use it.
Is there a documented way to send messages with quick replies?
WhatsApp quick replies (interactive buttons) can’t be sent with the Conversations API alone—you must use the WhatsApp Cloud or Business API interactive message format. Meta requires a pre-approved template with “interactive” type and buttons defined in the template’s JSON.
Hey @VMartins5 - thanks for posting in the Community!
I've been reading through our documentation on the messages API currently in beta, which mentions quick replies. Is this the documentation you were referencing in your post? As this is a little beyond my knowledge base, I'd like to tag in some API experts to see what may be happening here!