Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13589,6 +13589,7 @@ paths:
has_more: false
category: Back-office
is_shared: false
channel: email
schema:
"$ref": "#/components/schemas/ticket"
'401':
Expand Down Expand Up @@ -13626,6 +13627,7 @@ paths:
ticket_attributes:
_default_title_: example
_default_description_: there is a problem
channel: email
"/tickets/enqueue":
post:
summary: Enqueue create ticket
Expand Down Expand Up @@ -13659,6 +13661,7 @@ paths:
ticket_attributes:
_default_title_: example
_default_description_: there is a problem
channel: email
responses:
'200':
description: Successful response
Expand Down Expand Up @@ -19053,6 +19056,12 @@ components:
description: The ID of the team to which the ticket is assigned.
If not provided, the ticket will be unassigned.
example: '8'
channel:
type: string
description: The channel for the ticket. Only supported for customer ticket types. Defaults to messenger if not provided.
enum:
- email
example: email
required:
- ticket_type_id
- contacts
Expand Down Expand Up @@ -22007,6 +22016,13 @@ components:
- Back-office
- Tracker
example: Customer
channel:
type: string
description: The channel for the ticket. Only supported for customer ticket types.
enum:
- email
- messenger
example: messenger
ticket_attributes:
"$ref": "#/components/schemas/ticket_custom_attributes"
ticket_state:
Expand Down