Upsert a contact record by email

Update an existing record or insert a new contact record using the email address that you specify using the following logic:

If the email address exists in the list, only the first record matching that email address is updated with the data you provide.

If the email address is not already in the list, a new record is added.

Please take note that this means that any duplicate records are NOT updated.

Path Params
string
required

Specify the list id

Query Params
string

Specify the email address

Form Data
string

Use Example Value:

"{"EMAIL":"[email protected]","FIRSTNAME":"John","LASTNAME":"Joe"}"

Response

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json