POST /team/ticket-lists/{listId}/create
Scope required: (Manage Team)
create new ticket
Servers
- https://www.uchat.com.au/api
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
listId |
Integer | Yes |
List Id |
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 |
|---|---|---|---|
description |
String | No | |
text2 |
String | No | |
text3 |
String | No | |
select5 |
String | No |
available value can be option_key or option_code |
rating1 |
Integer | No | |
select4 |
String | No |
available value can be option_key or option_code |
rating2 |
Integer | No | |
text1 |
String | No | |
select3 |
String | No |
available value can be option_key or option_code |
select2 |
String | No |
available value can be option_key or option_code |
select1 |
String | No |
available value can be option_key or option_code |
text4 |
String | No | |
text5 |
String | No | |
assignee |
Integer | No | |
user_ns |
String | Yes | |
date2 |
String | No |
format: Y-m-d, example: 2024-10-15 |
date1 |
String | No |
format: Y-m-d, example: 2024-10-15 |
title |
String | Yes | |
number2 |
Integer | No | |
number1 |
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.