/
ZA
zavudev
/
Zavu Unified Messaging Layer API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v51
latest
OpenAPI 3.0.3
raw.githubusercontent.com
2026-08-02
172
186
551.1 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