Skip to content
Open
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
11 changes: 11 additions & 0 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8878,6 +8878,7 @@ paths:
external_id: '70'
role: user
email: joebloggs@intercom.io
email_verified: false
phone:
formatted_phone:
name: joe bloggs
Expand Down Expand Up @@ -8967,6 +8968,7 @@ paths:
external_id: '70'
role: user
email: joebloggs@intercom.io
email_verified: false
phone:
formatted_phone:
name: joe bloggs
Expand Down Expand Up @@ -9161,6 +9163,7 @@ paths:
external_id: '70'
role: user
email: joe@bloggs.com
email_verified: false
phone:
formatted_phone:
name: Joe Bloggs
Expand Down Expand Up @@ -9375,6 +9378,7 @@ paths:
external_id: '70'
role: user
email: joe@bloggs.com
email_verified: false
phone:
formatted_phone:
name: Joe Bloggs
Expand Down Expand Up @@ -10014,6 +10018,7 @@ paths:
external_id:
role: user
email: joebloggs@intercom.io
email_verified: false
phone:
formatted_phone:
name:
Expand Down Expand Up @@ -10175,6 +10180,7 @@ paths:
external_id: '70'
role: user
email: joe@bloggs.com
email_verified: false
phone:
formatted_phone:
name: Joe Bloggs
Expand Down Expand Up @@ -25808,6 +25814,7 @@ paths:
external_id:
role: user
email: foo@bar.com
email_verified: false
phone:
formatted_phone:
name:
Expand Down Expand Up @@ -31289,6 +31296,10 @@ components:
type: string
description: The contact's email domain.
example: example.com
email_verified:
type: boolean
description: Whether the contact's email address is marked as verified. It is set when the public API marks it as verified on contact create or update, when the contact is imported from a CSV in the help desk, or when the contact is created from mail arriving from that address. It is false if the address has never been verified, and it returns to false if the contact's email changes, until the new address is verified.
example: true
phone:
type: string
nullable: true
Expand Down
Loading