Thena AI home page
Search or ask...
Get started
Get started
Search...
Navigation
Core operations
Toggle a workflow
Guides
API reference
Introduction
API Reference
Platform
Platform APIs
Login & sign up
Organizations
SLA duration
Users
Teams
Tickets
Comments & reactions
Custom fields
Forms
Draft tickets
Accounts & contacts
Custom objects
Workflows
Registry and filters
Core operations
GET
Get all workflows defined by the organization
GET
Get a workflow by its unique identifier
POST
Create a new workflow
PATCH
Update a workflow
DEL
Delete a workflow
POST
Toggle a workflow
Execution
SLA
Storage
Notifications
Core operations
Toggle a workflow
POST
/
api
/
v1
/
workflows
/
{workflowUniqueIdentifier}
/
toggle
Try it
200
401
403
404
429
500
503
{
"success"
:
true
}
Path Parameters
workflowUniqueIdentifier
string
required
Body
application/json
isActive
boolean
required
Response
200
200
401
403
404
429
500
503
application/json
Operation successful
success
boolean
required
Delete a workflow
Previous
Get all the executions of a workflow
Next
200
401
403
404
429
500
503
{
"success"
:
true
}