Skip to main content
POST
Upsert a contact
Create or update a contact record. Scope: write (broader write access when present on the key)
Listing contacts uses comms_read. Upsert currently expects the broader write scope. If you only hold send/read messaging scopes, prefer listing or use a key that includes write for CRM-style workers.

Request

Body parameters

phone
string
E.164 phone number.
name
string
Display name.
email
string
Email address.
tags
string[]
Optional tags for segmentation.

Response