Need Help?

Update an existing contact in the Omnisend system.

Update contact by it's contactID

  • HTTP Method: PATCH
  • Endpoint: https://api.omnisend.com/v5/contacts/{contactID}

Update contact by it's email

  • Endpoint: https://api.omnisend.com/v5/contacts?email={email}
  • Replace {email} with the actual contact's email.

Updating a Contact

To update a contact, make a PATCH request to the provided endpoint. Only include the fields you want to update for the contact.

Request Parameters

  • contactID (path parameter):
  • email (query parameter): The email of the contact in our system.

Updating Fields

Note: Identifiers (identifiers.id value for type phone, email) will be added or updated only if they are not already assigned to another contact.

Scopes:
contacts.write

Check POSTMAN documentation

Language
Credentials
Click Try It! to start a request and see the response here!