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.
Before you start
Auth:
Authorization: Bearer sk_live_.... Base URL: https://api.notifique.dev.
1. In the dashboard
- Campaigns → New
- Internal name
- Audience: segment (recommended) or manual selection
- Channel + instance
- Template (MARKETING category requires a topic)
- Send: now or date/time
- Review preview and confirm
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.

