curl --location '/flows//executions' \
--header 'Idempotency-Key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"channel_uuid": "82940f04-367e-448c-ae9d-3ae74b17da5e",
"recipient": {
"phone": "+5511999999999",
"external_id": "string"
},
"variables": {
"property1": "string",
"property2": "string"
}
}'{
"data": {
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"type": "message.send",
"status": "queued",
"result": {
"property1": "string",
"property2": "string"
},
"error": {
"code": "string",
"message": "string"
},
"created_at": "2019-08-24T14:15:22.123Z",
"started_at": "2019-08-24T14:15:22.123Z",
"completed_at": "2019-08-24T14:15:22.123Z"
}
}