Skip to content

Commit 7d9276f

Browse files
Document setting conversation priority on the update endpoint (Preview) (#620)
Adds priority and admin_id to the Preview update-conversation request body. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
1 parent 5662b2e commit 7d9276f

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

descriptions/0/api.intercom.io.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40389,6 +40389,22 @@ components:
4038940389
type: string
4039040390
description: The title given to the conversation
4039140391
example: Conversation Title
40392+
priority:
40393+
type: string
40394+
enum:
40395+
- none
40396+
- low
40397+
- medium
40398+
- high
40399+
- urgent
40400+
description: The priority level to set on the conversation. Accepts one of
40401+
none, low, medium, high, or urgent. Set none to clear an existing priority.
40402+
example: high
40403+
admin_id:
40404+
type: string
40405+
description: The ID of the teammate to attribute the priority change to.
40406+
Defaults to Operator when omitted, and is only used alongside priority.
40407+
example: '394051'
4039240408
custom_attributes:
4039340409
"$ref": "#/components/schemas/custom_attributes"
4039440410
company_id:

0 commit comments

Comments
 (0)