Update scheduled campaign
Update a scheduled creditor EcoLetter campaign. The selected template must be an EcoLetter template and the selected group must belong to the authenticated creditor company.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Campaign ID.
Body
EcoLetter template ID owned by the authenticated creditor company.
10
Communication group ID owned by the authenticated creditor company.
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

