diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index 9d838f7..5715a09 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -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 @@ -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