Create scheduled campaign
Create a scheduled superadmin email or SMS campaign. Scheduled campaigns are queued by the daily campaign command when their schedule is due.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
email, sms Email or SMS communication template ID owned by the authenticated superadmin and matching type.
10
Communication group ID owned by the authenticated superadmin.
25
once, daily, weekly, monthly Must be tomorrow or later and no more than one year from the request date for scheduled campaigns.
"2026-06-21"
Required for daily, weekly, and monthly campaigns. Must be on or after start_date and no more than one year after start_date.
"2026-09-21"
Required for weekly campaigns. Uses PHP/Carbon weekday numbering where 0 is Sunday and 6 is Saturday.
0 <= x <= 61
Required for monthly campaigns.
1 <= x <= 3115

