/
ZA
zavudev
/
Zavu Unified Messaging Layer API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
zavudev
Zavu Unified Messaging Layer API
post
Create flow
v54
latest
OpenAPI 3.0.3
raw.githubusercontent.com
2026-08-06
178
189
573.7 KB
Agent Flows
Create flow
Create a new flow for an agent.
post
/v1/senders/{senderId}/agent/flows
Path parameters
senderId
string
required
Request body
FlowCreateRequest
required
name
string
required
description
string
trigger
FlowTrigger
required
steps
FlowStep[]
required
enabled
boolean
priority
integer
Response
Flow created.
FlowResponse
required
flow
AgentFlow
required