Subscribers
Update Subscriber
Update a subscriber’s details or fully unsubscribe them
PATCH
Update Subscriber
Update a subscriber’s first name, last name, status, tags, or custom attributes.
When you set
status to unsubscribed, Sequenzy runs the full unsubscribe workflow:
it unsubscribes the contact from all lists and cancels their active sequence enrollments.
You can also update by external ID with PATCH /api/v1/subscribers/external?externalId={externalId}.
Path Parameters
Subscriber email (URL encoded)
Query Parameters
External ID to use with
/subscribers/external. Use this route for IDs that
contain /.Request Body
First name
New delivery email address. This is most useful on the external ID route.
New customer-owned external ID. The update fails with
409 if another
subscriber owns it.Last name
Status:
active, unsubscribed, or bounced. Setting active resubscribes
the contact. Setting unsubscribed performs a full global unsubscribe.Replace all tags with this array
Replace custom attributes
Responses
Update Subscriber