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

emailstring email required
labelstring
rankinginteger

Response

Created

Changes

Changed in 2 of the 19 revisions of this API.11