Skip to content

Commit a0d5926

Browse files
authored
Update custom_channel_contact schema (#273)
Attributes "email" and "name" should only be required for users and not for leads.
1 parent 674f694 commit a0d5926

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18049,8 +18049,6 @@ components:
1804918049
required:
1805018050
- type
1805118051
- external_id
18052-
- name
18053-
- email
1805418052
properties:
1805518053
type:
1805618054
type: string
@@ -18061,11 +18059,11 @@ components:
1806118059
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.
1806218060
name:
1806318061
type: string
18064-
description: Name of the contact.
18062+
description: Name of the contact. Required for user type.
1806518063
email:
1806618064
type: string
1806718065
format: email
18068-
description: Email address of the contact.
18066+
description: Email address of the contact. Required for user type.
1806918067
custom_channel_notification_response:
1807018068
type: object
1807118069
required:

0 commit comments

Comments
 (0)