Skip to content

Commit a9a3759

Browse files
markdennis22claude
andauthored
Document cross_post param on Reply to a Ticket endpoint (#442)
Add cross_post boolean property to admin_reply_ticket_request schema across all API versions (2.10-2.15, Unstable). When set to true on a note message type, the reply is cross-posted to all linked conversations on back-office tickets. Closes intercom/intercom#432971 Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e3342b9 commit a9a3759

7 files changed

Lines changed: 91 additions & 0 deletions

File tree

descriptions/0/api.intercom.io.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15899,6 +15899,14 @@ paths:
1589915899
\ <li>Tea</li> <li>Milk</li> </ul> <h2>An Ordered HTML List</h2>
1590015900
\ <ol> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol>
1590115901
\ </body> </html>"
15902+
admin_note_cross_post_reply:
15903+
summary: Admin note reply with cross-post to linked conversations
15904+
value:
15905+
message_type: note
15906+
type: admin
15907+
admin_id: 991267943
15908+
body: This note will be cross-posted to all linked conversations.
15909+
cross_post: true
1590215910
admin_quick_reply_reply:
1590315911
summary: Admin quick_reply reply
1590415912
value:
@@ -18500,6 +18508,11 @@ components:
1850018508
type: string
1850118509
format: uri
1850218510
maxItems: 10
18511+
cross_post:
18512+
type: boolean
18513+
description: If set to true, the note will be cross-posted to all linked
18514+
conversations. Only applicable to note message types on back-office tickets.
18515+
example: true
1850318516
required:
1850418517
- message_type
1850518518
- type

descriptions/2.10/api.intercom.io.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9499,6 +9499,14 @@ paths:
94999499
\ <li>Tea</li> <li>Milk</li> </ul> <h2>An Ordered HTML List</h2>
95009500
\ <ol> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol>
95019501
\ </body> </html>"
9502+
admin_note_cross_post_reply:
9503+
summary: Admin note reply with cross-post to linked conversations
9504+
value:
9505+
message_type: note
9506+
type: admin
9507+
admin_id: 991268224
9508+
body: This note will be cross-posted to all linked conversations.
9509+
cross_post: true
95029510
admin_quick_reply_reply:
95039511
summary: Admin quick_reply reply
95049512
value:
@@ -11224,6 +11232,11 @@ components:
1122411232
type: string
1122511233
format: uri
1122611234
maxItems: 10
11235+
cross_post:
11236+
type: boolean
11237+
description: If set to true, the note will be cross-posted to all linked
11238+
conversations. Only applicable to note message types on back-office tickets.
11239+
example: true
1122711240
required:
1122811241
- message_type
1122911242
- type

descriptions/2.11/api.intercom.io.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9586,6 +9586,14 @@ paths:
95869586
\ <li>Tea</li> <li>Milk</li> </ul> <h2>An Ordered HTML List</h2>
95879587
\ <ol> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol>
95889588
\ </body> </html>"
9589+
admin_note_cross_post_reply:
9590+
summary: Admin note reply with cross-post to linked conversations
9591+
value:
9592+
message_type: note
9593+
type: admin
9594+
admin_id: 991267829
9595+
body: This note will be cross-posted to all linked conversations.
9596+
cross_post: true
95899597
admin_quick_reply_reply:
95909598
summary: Admin quick_reply reply
95919599
value:
@@ -11345,6 +11353,11 @@ components:
1134511353
type: string
1134611354
format: uri
1134711355
maxItems: 10
11356+
cross_post:
11357+
type: boolean
11358+
description: If set to true, the note will be cross-posted to all linked
11359+
conversations. Only applicable to note message types on back-office tickets.
11360+
example: true
1134811361
required:
1134911362
- message_type
1135011363
- type

descriptions/2.12/api.intercom.io.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10292,6 +10292,14 @@ paths:
1029210292
\ <li>Tea</li> <li>Milk</li> </ul> <h2>An Ordered HTML List</h2>
1029310293
\ <ol> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol>
1029410294
\ </body> </html>"
10295+
admin_note_cross_post_reply:
10296+
summary: Admin note reply with cross-post to linked conversations
10297+
value:
10298+
message_type: note
10299+
type: admin
10300+
admin_id: 991266696
10301+
body: This note will be cross-posted to all linked conversations.
10302+
cross_post: true
1029510303
admin_quick_reply_reply:
1029610304
summary: Admin quick_reply reply
1029710305
value:
@@ -12063,6 +12071,11 @@ components:
1206312071
type: string
1206412072
format: uri
1206512073
maxItems: 10
12074+
cross_post:
12075+
type: boolean
12076+
description: If set to true, the note will be cross-posted to all linked
12077+
conversations. Only applicable to note message types on back-office tickets.
12078+
example: true
1206612079
required:
1206712080
- message_type
1206812081
- type

descriptions/2.13/api.intercom.io.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11529,6 +11529,14 @@ paths:
1152911529
\ <li>Tea</li> <li>Milk</li> </ul> <h2>An Ordered HTML List</h2>
1153011530
\ <ol> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol>
1153111531
\ </body> </html>"
11532+
admin_note_cross_post_reply:
11533+
summary: Admin note reply with cross-post to linked conversations
11534+
value:
11535+
message_type: note
11536+
type: admin
11537+
admin_id: 991266696
11538+
body: This note will be cross-posted to all linked conversations.
11539+
cross_post: true
1153211540
admin_quick_reply_reply:
1153311541
summary: Admin quick_reply reply
1153411542
value:
@@ -13382,6 +13390,11 @@ components:
1338213390
type: string
1338313391
format: uri
1338413392
maxItems: 10
13393+
cross_post:
13394+
type: boolean
13395+
description: If set to true, the note will be cross-posted to all linked
13396+
conversations. Only applicable to note message types on back-office tickets.
13397+
example: true
1338513398
required:
1338613399
- message_type
1338713400
- type

descriptions/2.14/api.intercom.io.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12611,6 +12611,14 @@ paths:
1261112611
\ <li>Tea</li> <li>Milk</li> </ul> <h2>An Ordered HTML List</h2>
1261212612
\ <ol> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol>
1261312613
\ </body> </html>"
12614+
admin_note_cross_post_reply:
12615+
summary: Admin note reply with cross-post to linked conversations
12616+
value:
12617+
message_type: note
12618+
type: admin
12619+
admin_id: 991267943
12620+
body: This note will be cross-posted to all linked conversations.
12621+
cross_post: true
1261412622
admin_quick_reply_reply:
1261512623
summary: Admin quick_reply reply
1261612624
value:
@@ -14671,6 +14679,11 @@ components:
1467114679
type: string
1467214680
format: uri
1467314681
maxItems: 10
14682+
cross_post:
14683+
type: boolean
14684+
description: If set to true, the note will be cross-posted to all linked
14685+
conversations. Only applicable to note message types on back-office tickets.
14686+
example: true
1467414687
required:
1467514688
- message_type
1467614689
- type

descriptions/2.15/api.intercom.io.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12682,6 +12682,14 @@ paths:
1268212682
\ <li>Tea</li> <li>Milk</li> </ul> <h2>An Ordered HTML List</h2>
1268312683
\ <ol> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol>
1268412684
\ </body> </html>"
12685+
admin_note_cross_post_reply:
12686+
summary: Admin note reply with cross-post to linked conversations
12687+
value:
12688+
message_type: note
12689+
type: admin
12690+
admin_id: 991267943
12691+
body: This note will be cross-posted to all linked conversations.
12692+
cross_post: true
1268512693
admin_quick_reply_reply:
1268612694
summary: Admin quick_reply reply
1268712695
value:
@@ -15237,6 +15245,11 @@ components:
1523715245
type: string
1523815246
format: uri
1523915247
maxItems: 10
15248+
cross_post:
15249+
type: boolean
15250+
description: If set to true, the note will be cross-posted to all linked
15251+
conversations. Only applicable to note message types on back-office tickets.
15252+
example: true
1524015253
required:
1524115254
- message_type
1524215255
- type

0 commit comments

Comments
 (0)