Skip to content

Commit 610228b

Browse files
Add ticket_state_id to convert conversation to ticket request schema
The public API convert endpoint now accepts an optional ticket_state_id parameter to set the initial ticket state during conversion, matching the existing update ticket endpoint pattern. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9bbc2d5 commit 610228b

File tree

7 files changed

+28
-0
lines changed

7 files changed

+28
-0
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21639,6 +21639,10 @@ components:
2163921639
description: The ID of the type of ticket you want to convert the conversation
2164021640
to
2164121641
example: '1234'
21642+
ticket_state_id:
21643+
type: string
21644+
description: The ID of the ticket state associated with the ticket type.
21645+
example: '123'
2164221646
attributes:
2164321647
"$ref": "#/components/schemas/ticket_request_custom_attributes"
2164421648
required:

descriptions/2.10/api.intercom.io.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13495,6 +13495,10 @@ components:
1349513495
description: The ID of the type of ticket you want to convert the conversation
1349613496
to
1349713497
example: '1234'
13498+
ticket_state_id:
13499+
type: string
13500+
description: The ID of the ticket state associated with the ticket type.
13501+
example: '123'
1349813502
attributes:
1349913503
"$ref": "#/components/schemas/ticket_request_custom_attributes"
1350013504
required:

descriptions/2.11/api.intercom.io.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14305,6 +14305,10 @@ components:
1430514305
description: The ID of the type of ticket you want to convert the conversation
1430614306
to
1430714307
example: '1234'
14308+
ticket_state_id:
14309+
type: string
14310+
description: The ID of the ticket state associated with the ticket type.
14311+
example: '123'
1430814312
attributes:
1430914313
"$ref": "#/components/schemas/ticket_request_custom_attributes"
1431014314
required:

descriptions/2.12/api.intercom.io.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14566,6 +14566,10 @@ components:
1456614566
description: The ID of the type of ticket you want to convert the conversation
1456714567
to
1456814568
example: '1234'
14569+
ticket_state_id:
14570+
type: string
14571+
description: The ID of the ticket state associated with the ticket type.
14572+
example: '123'
1456914573
attributes:
1457014574
"$ref": "#/components/schemas/ticket_request_custom_attributes"
1457114575
required:

descriptions/2.13/api.intercom.io.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16001,6 +16001,10 @@ components:
1600116001
description: The ID of the type of ticket you want to convert the conversation
1600216002
to
1600316003
example: '1234'
16004+
ticket_state_id:
16005+
type: string
16006+
description: The ID of the ticket state associated with the ticket type.
16007+
example: '123'
1600416008
attributes:
1600516009
"$ref": "#/components/schemas/ticket_request_custom_attributes"
1600616010
required:

descriptions/2.14/api.intercom.io.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17423,6 +17423,10 @@ components:
1742317423
description: The ID of the type of ticket you want to convert the conversation
1742417424
to
1742517425
example: '1234'
17426+
ticket_state_id:
17427+
type: string
17428+
description: The ID of the ticket state associated with the ticket type.
17429+
example: '123'
1742617430
attributes:
1742717431
"$ref": "#/components/schemas/ticket_request_custom_attributes"
1742817432
required:

descriptions/2.15/api.intercom.io.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18150,6 +18150,10 @@ components:
1815018150
description: The ID of the type of ticket you want to convert the conversation
1815118151
to
1815218152
example: '1234'
18153+
ticket_state_id:
18154+
type: string
18155+
description: The ID of the ticket state associated with the ticket type.
18156+
example: '123'
1815318157
attributes:
1815418158
"$ref": "#/components/schemas/ticket_request_custom_attributes"
1815518159
required:

0 commit comments

Comments
 (0)