Subscribers
Create Subscriber
Create a new subscriber or update an existing one based on duplicate strategy
POST
Create Subscriber
Create a new subscriber or handle existing ones based on the
duplicateStrategy parameter.
Request Body
Subscriber delivery email address. Required when creating a new subscriber.
Your app/customer/user ID for this subscriber. It is unique within your
workspace and is trimmed without lowercasing.
First name
Last name
Status:
active, unsubscribed, or bounced.Consent mode:
default obeys your workspace double opt-in setting for new
active subscribers, confirmed creates an active subscriber immediately when
you have verified consent, and double_opt_in sends a confirmation email and
keeps the contact unsubscribed until they confirm.Omitting
optInMode follows the workspace double opt-in setting. Use
confirmed only when your app already verified consent. When confirmation is
required, Sequenzy applies requested lists and tags only after the subscriber
clicks the confirmation link. default does not send confirmation email to an
existing unsubscribed contact.Array of tag names to assign
Array of list IDs to add the subscriber to. If omitted, the subscriber follows
your workspace default lists setting. If set to an empty array
[], the
subscriber will not be added to any lists.Custom key-value attributes
Whether to enroll the subscriber in matching sequences. Defaults to
true.How to handle existing subscribers: -
skip - Don’t update existing
subscribers (default) - merge - Only fill in missing fields, never overwrite
existing values - overwrite - Replace all fields (but never reactivate
unsubscribed users)Responses
Double Opt-In
Learn how confirmation emails, pending subscribers, and signup tags work.
Create Subscriber