/
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
patch
Update flow
v51
latest
OpenAPI 3.0.3
raw.githubusercontent.com
2026-08-02
172
186
551.1 KB
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