whatsapp flows
Update flow
Update metadata (name, categories) of a DRAFT flow. Published flows are immutable.
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
flowIdstring
Flow ID
accountIdstring
WhatsApp social account ID
name?string
New flow name
Length
length <= 128categories?array<string>
Items
1 <= itemsResponse Body
application/json
application/json
curl -X PATCH "https://zernio.com/api/v1/whatsapp/flows/string" \ -H "Content-Type: application/json" \ -d '{ "accountId": "string" }'{
"success": true
}Empty
{
"error": "Unauthorized"
}Empty