You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: descriptions/0/api.intercom.io.yaml
+259-2Lines changed: 259 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20136,8 +20136,13 @@ components:
20136
20136
properties:
20137
20137
name:
20138
20138
type: string
20139
-
description: Value of the CDA updated
20139
+
description: Current value of the CDA updated
20140
20140
example: vip_status
20141
+
previous:
20142
+
type: string
20143
+
nullable: true
20144
+
description: Previous value of the CDA (null for older events)
20145
+
example: regular_status
20141
20146
conversation_attribute_updated_by_admin:
20142
20147
title: Part type - conversation_attribute_updated_by_admin
20143
20148
type: object
@@ -20155,8 +20160,44 @@ components:
20155
20160
properties:
20156
20161
name:
20157
20162
type: string
20158
-
description: Value of the CDA updated
20163
+
description: Current value of the CDA updated
20159
20164
example: PROJ-007
20165
+
previous:
20166
+
type: string
20167
+
nullable: true
20168
+
description: Previous value of the CDA (null for older events without this data)
20169
+
example: PROJ-006
20170
+
conversation_attribute_updated_by_user:
20171
+
title: Part type - conversation_attribute_updated_by_user
20172
+
type: object
20173
+
description: Contains details about Custom Data Attributes (CDAs) that were modified by a user for conversation part type <code>conversation_attribute_updated_by_user</code>.
20174
+
properties:
20175
+
user:
20176
+
type: object
20177
+
properties:
20178
+
name:
20179
+
type: string
20180
+
description: Email of the user who updated the attribute
20181
+
example: john@example.com
20182
+
attribute:
20183
+
type: object
20184
+
properties:
20185
+
name:
20186
+
type: string
20187
+
description: Name of the CDA updated
20188
+
example: Priority
20189
+
value:
20190
+
type: object
20191
+
properties:
20192
+
name:
20193
+
type: string
20194
+
description: Current value of the CDA updated
20195
+
example: High
20196
+
previous:
20197
+
type: string
20198
+
nullable: true
20199
+
description: Previous value of the CDA (null for older events)
20200
+
example: Medium
20160
20201
custom_action_started:
20161
20202
title: Part type - custom_action_started
20162
20203
type: object
@@ -20281,15 +20322,231 @@ components:
20281
20322
type: string
20282
20323
description: Result of the workflow event
20283
20324
example: Finsihed waiting
20325
+
conversation_tags_updated:
20326
+
title: Part type - conversation_tags_updated
20327
+
type: object
20328
+
description: Contains details about tags that were added or removed from a conversation for conversation part type <code>conversation_tags_updated</code>.
0 commit comments