diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index f423cde..6ecc51f 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -13589,6 +13589,7 @@ paths: has_more: false category: Back-office is_shared: false + channel: email schema: "$ref": "#/components/schemas/ticket" '401': @@ -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 @@ -13659,6 +13661,7 @@ paths: ticket_attributes: _default_title_: example _default_description_: there is a problem + channel: email responses: '200': description: Successful response @@ -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 @@ -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: