patch https://api.omnisend.com/v3/contacts/
Update existing contact. Pass only fields you want to update.
contactID
- contact's ID in our system
You can update contact:
- by
contactID
in endpoint path. Example:PATCH
https://api.omnisend.com/v3/contacts/696969 - by query parameter
email
. Example:PATCH
https://api.omnisend.com/v3/[email protected]
Note:
- You can update any field, except
email
(identifiers.id
value for typeemail
). Phone
(identifiers.id
value for typephone
) will be added/updated only if it isn't assigned to another contact.