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
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18049,8 +18049,6 @@ components:
18049
18049
required:
18050
18050
- type
18051
18051
- external_id
18052
-
- name
18053
-
- email
18054
18052
properties:
18055
18053
type:
18056
18054
type: string
@@ -18061,11 +18059,11 @@ components:
18061
18059
description: External identifier for the contact. Intercom will take care of the mapping of your external_id with our internal ones so you don't have to worry about it.
18062
18060
name:
18063
18061
type: string
18064
-
description: Name of the contact.
18062
+
description: Name of the contact. Required for user type.
18065
18063
email:
18066
18064
type: string
18067
18065
format: email
18068
-
description: Email address of the contact.
18066
+
description: Email address of the contact. Required for user type.
0 commit comments