Hi Community,
I'm running a flow using the ManyChat API sendFlow
endpoint:
API Endpoint:https://api.manychat.com/fb/sending/sendFlow
Payload Sample: json
{ "subscriber_id": "5099514960168074", "flow_id": "925858437555219", "message_tag": "CONFIRMED_EVENT_UPDATE", "data": { "medicine": "Panadol" } }
In the flow, I'm trying to use {{medicine}}
in both a text message and a Set Custom Field action — but the value appears empty (or blank) when the message is sent.
The API call works and the flow is triggered
But {{medicine}}
doesn't populate
Can anyone help me figure out:
-
Is the
data
object correctly mapped?
Thanks in advance!