POST /api/v2/trigger_categories/jobs
Creates a job that performs a batch operation for the given ticket trigger categories.
Servers
- https://{subdomain}.{domain}.com
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
job |
Object | No | |
job.action |
String | No |
Possible values:
|
job.items |
Object | No | |
job.items.trigger_categories[] |
Array | No | |
job.items.trigger_categories[].id |
String | Yes | |
job.items.trigger_categories[].position |
Integer | Yes | |
job.items.triggers[] |
Array | No | |
job.items.triggers[].id |
String | Yes | |
job.items.triggers[].active |
Boolean | No | |
job.items.triggers[].category_id |
String | No | |
job.items.triggers[].position |
Integer | No |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.