Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14012,6 +14012,8 @@ paths:
assigned_to:
type: admin
id: '991267715'
admin_assignee_id: 991267715
team_assignee_id: 5017691
author:
id: '991267715'
type: admin
Expand Down Expand Up @@ -23483,6 +23485,8 @@ paths:
assigned_to:
type: admin
id: '991268013'
admin_assignee_id: 991268013
team_assignee_id: null
author:
id: '991268011'
type: admin
Expand Down Expand Up @@ -32085,6 +32089,26 @@ components:
nullable: true
description: The id of the admin that was assigned the conversation by this
conversation_part (null if there has been no change in assignment.)
admin_assignee_id:
type: integer
nullable: true
description: The id of the teammate that this conversation_part assigned the
conversation to, or 0 if the part removed the teammate. Null or absent when
the part did not change the teammate, including an unassignment that did not
name which assignee it cleared. A bot is reported here, because assignment
treats anything that is not a team as a teammate.
example: 991267715
team_assignee_id:
type: integer
nullable: true
description: The id of the team that this conversation_part assigned the
conversation to, or 0 if the part removed the team. Null or absent when the
part did not change the team, including an unassignment that did not name
which assignee it cleared. A part can assign a team and a teammate at the
same time, for example when the team uses Round Robin distribution and the
teammate is resolved inline. In that case assigned_to reports only the
teammate, and these two fields report each assignee separately.
example: 5017691
author:
"$ref": "#/components/schemas/conversation_part_author"
attachments:
Expand Down Expand Up @@ -39754,6 +39778,26 @@ components:
nullable: true
description: The id of the admin that was assigned the ticket by this ticket_part
(null if there has been no change in assignment.)
admin_assignee_id:
type: integer
nullable: true
description: The id of the teammate that this ticket_part assigned the ticket
to, or 0 if the part removed the teammate. Null or absent when the part did
not change the teammate, including an unassignment that did not name which
assignee it cleared. A bot is reported here, because assignment treats
anything that is not a team as a teammate.
example: 991268013
team_assignee_id:
type: integer
nullable: true
description: The id of the team that this ticket_part assigned the ticket to,
or 0 if the part removed the team. Null or absent when the part did not
change the team, including an unassignment that did not name which assignee
it cleared. A part can assign a team and a teammate at the same time, for
example when the team uses Round Robin distribution and the teammate is
resolved inline. In that case assigned_to reports only the teammate, and
these two fields report each assignee separately.
example: 5017691
author:
"$ref": "#/components/schemas/ticket_part_author"
attachments:
Expand Down