POST /tickets
You can create a new ticket.
Servers
- https://api.intercom.io
- https://api.eu.intercom.io
- https://api.au.intercom.io
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Intercom-Version |
String | No |
Possible values:
Default value: "2.12" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
contacts[] |
Array | Yes |
The list of contacts (users or leads) affected by this ticket. Currently only one is allowed |
ticket_attributes |
Object | No |
The attributes set on the ticket. When setting the default title and description attributes, the attribute keys that should be used are |
ticket_type_id |
String | Yes |
The ID of the type of ticket you want to create |
company_id |
String | No |
The ID of the company that the ticket is associated with. The unique identifier for the company which is given by Intercom |
created_at |
Integer | No |
The time the ticket was created. If not provided, the current time will be used. |
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.