contact-emails
Create a contact email (v2)
Add an email address to a contact, optionally with a label (e.g. "Work"). Requires Idempotency-Key. Returns the created row: { data: { contact_email: {...} } }, status 201.
post/v2/contact-emails/{contactId}
Path parameters
contactIdstring uuid required
Request body
Response
Created
Changes
Changed in 2 of the 19 revisions of this API.11
- ●
the
emailrequest property's maxLength was set to320request-property-max-length-set
- ●
- ○
api operation id
createContactEmailV2was addedapi-operation-id-added
- ○