Conversation
The contact object now returns whether its email address has been verified. The field was already accepted on contact create and update.
Only examples that spell out the whole contact object, and the visitor convert endpoint, which returns a contact rather than a visitor.
The contact object returns email_verified on Preview only, so the released 2.16 description should not advertise it.
"Has been verified" read as though we had checked the address ourselves. It can equally be your own assertion, so the description now names both origins and says the field does not distinguish them.
Mail arriving from an address marks it verified on its own, so the previous wording overstated the evidence by tying it to sender domain authentication. Also names file import, and drops the signed-identity routes, which are not available to every workspace.
The previous wording described routes that are not reachable today, which read as behaviour rather than intent.
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why?
The contact object now tells you whether a contact's email address has been verified. You could already set this when creating or updating a contact, but nothing gave the value back, so there was no way to read the current state.
How?
Adds the field to the contact schema and to the response examples that spell out the whole contact object. It is on the Preview description only, since no released version returns it yet.
Notes for reviewers
The API change this documents has not shipped yet, so please don't merge ahead of it.
Generated with Claude Code