Skip to main content
POST
Add Tag
Add a single tag to a subscriber. Creates the subscriber and/or tag if they don’t exist.

Request Body

email
string
Subscriber delivery email address. Required when creating a new subscriber.
externalId
string
Your app/customer/user ID for this subscriber. You can tag with only externalId when the subscriber already exists.
tag
string
required
Tag name to add. Will be normalized (lowercase, hyphens).
customAttributes
object
Custom attributes to set on the subscriber.

Auto-Creation Behavior

This endpoint automatically creates resources if they don’t exist: This makes integration seamless—you don’t need to pre-create anything.

Double Opt-In

When the workspace has double opt-in enabled and this request creates a brand-new subscriber, the subscriber is stored pending confirmation and the confirmation email is queued. The tag is still applied immediately, but tag automations wait at their trigger step until the subscriber confirms. The response then includes an optIn object.

Tag Normalization

Tags are automatically normalized when added:

Responses

Response Fields

Use Cases

Track Customer Status

Segment by Interest

Adding a tag can trigger automations. If you have a sequence set to start when the tag is added, it will begin automatically.