Skip to main content
A campaign is a bulk send to a segment (or list) with a defined template and channel.

In brief

  • Prepare segment, template, and channel instance.
  • Create the campaign in the dashboard or with POST /v1/campaigns.
  • Send immediately or scheduled; monitor status and metrics.
Context: Campaigns in the dashboard. Scopes: Campaign scopes.

Before you start

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

1. In the dashboard

  1. Campaigns → New
  2. Internal name
  3. Audience: segment (recommended) or manual selection
  4. Channel + instance
  5. Template (MARKETING category requires a topic)
  6. Send: now or date/time
  7. Review preview and confirm
The dashboard shows progress, deliveries, and errors per contact.

2. Create a campaign (API)

sendAt in ISO 8601 to schedule; null or omitted for immediate send (per API).

3. Query a campaign


4. List campaigns


Best practices

  • Use segments instead of static lists when the audience changes over time.
  • MARKETING templates: associate a topic and respect receiveMarketing.
  • Test with a small segment or sandbox before the full send.
  • Check suppressions — suppressed contacts do not receive.

Next steps