/
ZA
zavudev
/
Zavu Unified Messaging Layer API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2h ago · Updated 5d ago
View markdown
zavudev
Zavu Unified Messaging Layer API
patch
Update flow
07b87b6ae707
latest
OpenAPI 3.0.3
raw.githubusercontent.com
2026-08-06
178
189
573.7 KB
10DLC
18
Account
1
Agent Flows
6
get
List flows
post
Create flow
get
Get flow
delete
Delete flow
patch
Update flow
post
Duplicate flow
Agent Knowledge Bases
10
Agent Tools
7
Agents
18
Balance
1
Email Domains
5
Functions
22
Regulatory
9
Senders
2
Sub-Accounts
9
URL Verification
4
Voice Agents
4
WhatsApp Sync
3
get
List messages
post
Send a message
get
Get message by ID
post
Send reaction to message
post
Show typing indicator
get
List message attachments
get
List templates
post
Create template
get
Get template
delete
Delete template
post
Submit template for approval
get
List senders
post
Create sender
get
Get sender
delete
Delete sender
patch
Update sender
post
Regenerate webhook secret
get
Get WhatsApp Business profile
patch
Update WhatsApp Business profile
post
Upload WhatsApp Business profile picture
get
List contacts
post
Create contact
get
Get contact
delete
Delete contact
patch
Update contact
get
Get contact by phone number
post
Add channel to contact
delete
Remove channel from contact
patch
Update channel
post
Set channel as primary
post
Merge contacts
delete
Dismiss merge suggestion
post
Introspect phone number
post
Validate email addresses
get
List broadcasts
post
Create broadcast
get
Get broadcast
delete
Delete broadcast
patch
Update broadcast
get
List broadcast contacts
post
Add contacts to broadcast
delete
Remove contact from broadcast
post
Send broadcast
patch
Reschedule broadcast
post
Cancel broadcast
post
Retry broadcast review
post
Escalate to manual review
get
Get broadcast progress
get
Get regulatory requirements
get
Search available phone numbers
get
List phone numbers
post
Purchase a phone number
get
Get phone number
delete
Release phone number
patch
Update phone number
get
List invitations
post
Create invitation
get
Get invitation
post
Cancel invitation
Agent Flows
Update flow
Update a flow.
patch
/v1/senders/{senderId}/agent/flows/{flowId}
Path parameters
senderId
string
required
flowId
string
required
Request body
FlowUpdateRequest
required
name
string
description
string
trigger
FlowTrigger
steps
FlowStep[]
enabled
boolean
priority
integer
Response
Flow updated.
FlowResponse
required
flow
AgentFlow
required