Update draft or scheduled campaign
WhatsApp Campaigns Endpoints
Update Campaign
Update metadata for a draft or scheduled campaign
PATCH
Update draft or scheduled campaign
You can only edit campaigns that are in
draft or scheduled status. Campaigns that have already started cannot be modified.Authorizations
Project API key (sk_live… or sk_dev…). Send it as Authorization: Bearer <api_key>.
Path Parameters
Campaign MongoDB id returned on create
Pattern:
^[a-fA-F0-9]{24}$Body
application/json
Required string length:
3 - 80Pattern:
^[a-fA-F0-9]{24}$Pattern:
^[a-fA-F0-9]{24}$Available options:
MARKETING, UTILITY Exactly two allowed values:
now— save as draft; start manually via POST.../start(scheduledFornot used)schedule— requiresscheduledFor(future datetime); saves asscheduled; auto-starts at that time
Available options:
now, schedule ISO-8601 datetime in the future when scheduleType is schedule