Skip to main content
A segment is a dynamic set of contacts that updates on its own when tags, topics, or data change.

In brief

  • Build rules (match: all or any).
  • Save with POST /v1/segments.
  • Use in a campaign or GET /v1/segments/{id}/contacts.
Context: Segments in the Audience. Scopes: Segment scopes.

Before you start

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

1. In the dashboard

  1. Audience → Segments → New
  2. Name (VIP Customers)
  3. Add rules (tag, topic, marketing, channel, etc.)
  4. Save — the member count updates automatically

2. Simple segment (API)

Contacts with VIP tag who accept marketing:

3. List segments


4. Preview members

Returns a paginated sample of contacts that match the segment (max. 500 per page).

5. Use in a campaign

In the dashboard, choose the segment as the audience. In the campaign API, use the segmentId returned when creating the campaign.

Rule types (type)

Details and examples: Segments in the Audience.

Next steps