Contacts
Update an existing contact
Updates a contact with given email address. This call will fail if a contact with provided email does not exist, use addContact
instead in such case.
PATCH
/
contacts
/
update
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The email of the contact.
The user id of the contact.
The avatar url of the contact.
The full name of the contact.
The language code of the contact.
The list of mailing lists to subscribe the contact to. Use the name
field of the lists.
The list of mailing lists to unsubscribe the contact from. Use the name
field of the lists.
The custom properties of the contact. Custom properties must be first defined in the IndiePitcher dashboard. Pass 'null' to remove a custom property.