Update scheduled campaign
Update a scheduled superadmin email or SMS campaign. The selected template must match the requested type and the selected group must belong to the authenticated superadmin.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Campaign ID.
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

