๐๏ธ List workflows
Retrieve a list of workflows for the organization
๐๏ธ Create a new workflow
Creates a new workflow for automated response actions
๐๏ธ Get workflow details
Retrieve details of a specific workflow. When include_configuration=true, the response also includes the latest workflow configuration (data_input_config, actions, version, etc.).
๐๏ธ Delete workflow
Soft delete a workflow (marks as deleted)
๐๏ธ Update workflow
Update a workflow and create a new version
๐๏ธ List workflow versions
Retrieve all versions of a workflow
๐๏ธ Get specific workflow version
Retrieve a specific version of a workflow
๐๏ธ Restore workflow version
Restore a previous version of a workflow as the latest version
๐๏ธ Activate workflow
Activate a workflow to make it operational
๐๏ธ Pause workflow
Pause an active workflow
๐๏ธ Resume workflow
Resume a paused workflow
๐๏ธ Execute workflow
Manually trigger workflow execution