-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
Hi - What is the maximum payload size currently allowed by Meta for WhatsApp flows?
I’ve noticed that when the payload exceeds 1MB, the flow message is not sent, even though I still receive a success response like this:
{
"messaging_product": "whatsapp",
"contacts": [{ "input": "***********", "wa_id": "***********" }],
"messages": [
{
"id": "wamid.HBgLMzE2MjI0NjM2OTEVAgARGBI3Qjg4RUI0NEEzOTE0QjEwQzEA",
"message_status": "accepted"
}
]
}Could you confirm the current payload size limit and clarify why no error is returned when it's exceeded?
Metadata
Metadata
Assignees
Labels
No labels