/
ON
onboard
/
Onboard API - Complete Specification
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 6h ago · Updated 1d ago
Details
Filter operations
Activity
2
Assets
12
Billing
2
Bots
66
Comments
22
Communication Records
18
Conversations
14
Custom
14
Email
25
Forms
15
Hooks
12
Knowledge Base
23
Map
271
Platform
105
Stats
46
Workflows
32
get
GET /workflows
post
POST /workflows
options
OPTIONS /workflows
get
GET /workflows/{id}
put
PUT /workflows/{id}
delete
DELETE /workflows/{id}
options
OPTIONS /workflows/{id}
patch
PATCH /workflows/{id}
get
GET /workflows/{id}/to-json
options
OPTIONS /workflows/{id}/to-json
post
POST /workflows/{id}/run
options
OPTIONS /workflows/{id}/run
get
GET /workflows/{id}/actions
post
POST /workflows/{id}/actions
options
OPTIONS /workflows/{id}/actions
get
GET /workflows/{id}/actions/{id}
put
PUT /workflows/{id}/actions/{id}
delete
DELETE /workflows/{id}/actions/{id}
options
OPTIONS /workflows/{id}/actions/{id}
patch
PATCH /workflows/{id}/actions/{id}
get
GET /workflows/filters/options
options
OPTIONS /workflows/filters/options
get
GET /workflows/history
options
OPTIONS /workflows/history
get
GET /workflows/quick-actions
options
OPTIONS /workflows/quick-actions
get
GET /workflows/categories
options
OPTIONS /workflows/categories
get
GET /workflows/recipes
options
OPTIONS /workflows/recipes
post
POST /workflows/ai/generate
options
OPTIONS /workflows/ai/generate
Workflows
GET /workflows/{id}/actions
GET operation for /workflows/{id}/actions
get
/workflows/{id}/actions
Path parameters
id
string
required
Response
Successful response
WorkflowActionSerializer
required
id
integer
action_type
'send_email'
|
'slack'
|
'update_customer_fields'
|
'update_map_fields'
|
'update_map_variables'
|
'refresh_map_tasks'
|
'create_map'
required
action_type_display
string
config
object
trigger
string
Changes