diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index 9538d528..d67a75bb 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -8878,6 +8878,7 @@ paths: external_id: '70' role: user email: joebloggs@intercom.io + email_verified: false phone: formatted_phone: name: joe bloggs @@ -8967,6 +8968,7 @@ paths: external_id: '70' role: user email: joebloggs@intercom.io + email_verified: false phone: formatted_phone: name: joe bloggs @@ -9161,6 +9163,7 @@ paths: external_id: '70' role: user email: joe@bloggs.com + email_verified: false phone: formatted_phone: name: Joe Bloggs @@ -9375,6 +9378,7 @@ paths: external_id: '70' role: user email: joe@bloggs.com + email_verified: false phone: formatted_phone: name: Joe Bloggs @@ -10014,6 +10018,7 @@ paths: external_id: role: user email: joebloggs@intercom.io + email_verified: false phone: formatted_phone: name: @@ -10175,6 +10180,7 @@ paths: external_id: '70' role: user email: joe@bloggs.com + email_verified: false phone: formatted_phone: name: Joe Bloggs @@ -25808,6 +25814,7 @@ paths: external_id: role: user email: foo@bar.com + email_verified: false phone: formatted_phone: name: @@ -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