TriggerFlowRequest
contact objectrequired
The contact: the id of an existing contact, or a phone in international format. With both, the id wins.
idstring
phonestring
Possible values: >= 4 characters and <= 30 characters
Example:
+5541987111527phoneNumberIdstring
Sending number. It must belong to the account and be within the API key scope.
data object
Data for the flow, read as {{trigger.<key>}} in messages and conditions.
property name*any
Data for the flow, read as {{trigger.<key>}} in messages and conditions.
Example:
{"pedido":"1042","valor":"R$ 189,90"}TriggerFlowRequest
{
"contact": {
"id": "string",
"phone": "+5541987111527"
},
"phoneNumberId": "string",
"data": {
"pedido": "1042",
"valor": "R$ 189,90"
}
}