Send a flow
POST https://gateway.lipachat.com/api/v1/whatsapp/interactive/flowsName
Value
Name
Type
Description
Last updated
{
"messageId": "{{$randomUUID}}",
"to": "254717746565",
"from": "{{SANDBOX_NUMBER}}",
"text": "Thank you share your details and one of our agents will be in touch",
"flowId": "YOUR_FLOW_ID",
"flowCta": "Share Details!",
"screen": "First screen in your JSON request",
"data": {
"service": "",
"serviceOption": "",
"package": ""
}
}{
"timestamp": "2024-03-22T11:42:18.625016916",
"data": {
"messageId": "1a85c604-0f08-4182-8011-407ba84598c5",
"waId": "wamid.HBgMMjU0NzE3NzQ2NTY1FQIAERgSMDUxNjI2OEE5OUUyMzQzMjM4AA==",
"status": "SENT",
"statusDesc": "Message sent successfully"
},
"status": "success",
"message": "",
"errors": null
}{
"timestamp": "2024-09-15T20:06:38.675567555",
"data": null,
"status": "error",
"message": "Request failed.",
"errors": null
}{
"timestamp": "2024-09-15T20:07:23.464199513",
"data": null,
"status": "success",
"message": "Invalid credentials",
"errors": null
}