Skip to content

Commit 524d65c

Browse files
marcmlcclaude
andauthored
Add conversation_to_link_id parameter to ticket creation API (#317)
Moved conversation_to_link_id parameter from unstable to 2.14 API version. This parameter allows linking conversations to tickets with the following valid combinations: - conversation | back-office ticket - customer tickets | non-shared back-office ticket - conversation | tracker ticket - customer ticket | tracker ticket 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent daec7cf commit 524d65c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

descriptions/2.14/api.intercom.io.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17892,6 +17892,15 @@ components:
1789217892
- email
1789317893
example:
1789417894
- id: '1234'
17895+
conversation_to_link_id:
17896+
type: string
17897+
description: "The ID of the conversation you want to link to the ticket.
17898+
Here are the valid ways of linking two tickets:\n
17899+
- conversation | back-office ticket\n
17900+
- customer tickets | non-shared back-office ticket\n
17901+
- conversation | tracker ticket\n
17902+
- customer ticket | tracker ticket"
17903+
example: '1234'
1789517904
company_id:
1789617905
type: string
1789717906
description: The ID of the company that the ticket is associated with. The

0 commit comments

Comments
 (0)