Skip to main content
A topic is a subject the person agrees to receive (Newsletter, Promotions). Different from a tag (internal label).

In brief

  • Create the topic with a name and stable slug.
  • Link it to a MARKETING category template.
  • Filter segments with a type: topic rule.
Context: Communication topics. Scopes: Topic scopes.

Before you start

Auth: Authorization: Bearer sk_live_.... Base URL: https://api.notifique.dev.

1. In the dashboard

  1. Audience → Topics → New
  2. Name (Newsletter), slug (newsletter), description for the preferences link
  3. Default opt-in for new contacts (optional)
  4. In the MARKETING template, associate the correct topic

2. Create a topic (API)

Expected response: 200 — save the id for segments and templates.
Once campaigns depend on the slug, avoid renaming it.

3. List topics


4. Segment “subscribed to topic”


On the contact record, generate the preferences link. In the template use {{preferences_link}} — the person chooses which topics they want to receive.

Next steps