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
@@ -19806,8 +19806,13 @@ components:
19806
19806
properties:
19807
19807
name:
19808
19808
type: string
19809
-
description: Value of the CDA updated
19809
+
description: Current value of the CDA updated
19810
19810
example: vip_status
19811
+
previous:
19812
+
type: string
19813
+
nullable: true
19814
+
description: Previous value of the CDA (null for older events)
19815
+
example: regular_status
19811
19816
conversation_attribute_updated_by_admin:
19812
19817
title: Part type - conversation_attribute_updated_by_admin
19813
19818
type: object
@@ -19825,8 +19830,44 @@ components:
19825
19830
properties:
19826
19831
name:
19827
19832
type: string
19828
-
description: Value of the CDA updated
19833
+
description: Current value of the CDA updated
19829
19834
example: PROJ-007
19835
+
previous:
19836
+
type: string
19837
+
nullable: true
19838
+
description: Previous value of the CDA (null for older events without this data)
19839
+
example: PROJ-006
19840
+
conversation_attribute_updated_by_user:
19841
+
title: Part type - conversation_attribute_updated_by_user
19842
+
type: object
19843
+
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>.
19844
+
properties:
19845
+
user:
19846
+
type: object
19847
+
properties:
19848
+
name:
19849
+
type: string
19850
+
description: Email of the user who updated the attribute
19851
+
example: john@example.com
19852
+
attribute:
19853
+
type: object
19854
+
properties:
19855
+
name:
19856
+
type: string
19857
+
description: Name of the CDA updated
19858
+
example: Priority
19859
+
value:
19860
+
type: object
19861
+
properties:
19862
+
name:
19863
+
type: string
19864
+
description: Current value of the CDA updated
19865
+
example: High
19866
+
previous:
19867
+
type: string
19868
+
nullable: true
19869
+
description: Previous value of the CDA (null for older events)
19870
+
example: Medium
19830
19871
custom_action_started:
19831
19872
title: Part type - custom_action_started
19832
19873
type: object
@@ -19951,15 +19992,231 @@ components:
19951
19992
type: string
19952
19993
description: Result of the workflow event
19953
19994
example: Finsihed waiting
19995
+
conversation_tags_updated:
19996
+
title: Part type - conversation_tags_updated
19997
+
type: object
19998
+
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