Create a campaign
Campaigns
Create a campaign
Create a new campaign in draft status. Only a name is required initially. Use the update endpoint to configure the template, sender, audience, and other settings.
POST
Create a campaign
Documentation Index
Fetch the complete documentation index at: https://docs.sendkit.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
Body
application/json
The campaign name.
Maximum string length:
255Example:
"March Newsletter"
Response
Campaign created successfully
Example:
"550e8400-e29b-41d4-a716-446655440000"
Example:
"March Newsletter"
Example:
"Our latest updates"
Example:
"Check out what's new"
Example:
"support@example.com"
Available options:
draft, scheduled, sending, sent, partial_sent Example:
"draft"
Available options:
all_contacts, contact_list, segment Example:
"contact_list"
Example:
1500
Example:
1200
Example:
5
Example:
"2026-03-15 10:00:00"
Example:
"2026-03-11 14:30:00"
Example:
"2026-03-10 09:00:00"

