Skip to main content
A tag is a reusable label (Lead, VIP). Create it once, use it on multiple contacts and in segment rules.

In brief

  • Create the tag in the dashboard or with POST /v1/tags.
  • Apply it on the contact record with tagIds or during import.
  • Filter in segments with a type: tag rule.
Context: Tags in the Audience. Scopes: Tag scopes.

Before you start

Auth: Authorization: Bearer sk_live_... or x-api-key. Base URL: https://api.notifique.dev.

1. In the dashboard

  1. Audience → Tags → New
  2. Short name (Lead, Customer, Black Friday)
  3. On the contact record or during import, select the desired tags

2. Create a tag (API)

Expected response: 200 — save the id to use on contacts and segments.

3. List tags


4. Apply a tag to a contact

When creating or editing a contact, send tagIds:

5. Use in a segment

Details: Segments — Quick Start.

Next steps