Skip to content
Merged
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
10 changes: 10 additions & 0 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30484,6 +30484,11 @@ components:
type: string
description: The contacts email
example: jdoe@example.com
email_verified:
type: boolean
nullable: true
description: Whether the contact's email address has been verified. Set to true to indicate you have verified the contact owns this email address, or false to mark it as unverified. Must be supplied together with an email in the same request; sending it without an email returns a 400.
example: true
phone:
type: string
nullable: true
Expand Down Expand Up @@ -37944,6 +37949,11 @@ components:
type: string
description: The contacts email
example: jdoe@example.com
email_verified:
type: boolean
nullable: true
description: Whether the contact's email address has been verified. Set to true to indicate you have verified the contact owns this email address, or false to mark it as unverified. Must be supplied together with an email in the same request; sending it without an email returns a 400.
example: true
phone:
type: string
nullable: true
Expand Down