Subscribers
Add tag to subscriber
Adds a tag to a subscriber. Creates the subscriber if they don't exist. Creates the tag definition if it doesn't exist. When the workspace has double opt-in enabled, a brand-new subscriber is created pending confirmation, the confirmation email is queued, and tag automations wait at their trigger until the subscriber confirms.
post/subscribers/tags
Request body
Example request
{
"email": "user@example.com",
"externalId": "user_123",
"firstName": "John",
"lastName": "Doe",
"tag": "premium"
}Response
Tag added successfully
Example response
{
"success": true
}