Changes the sending time for an already scheduled campaign.
You can only call this method when authenticated as a Wix app or Wix user identity.
ID of the campaign to reschedule.
New time for sending out the campaign.
curl -X POST 'https://www.wixapis.com/email-marketing/v1/campaigns/d699798f-dc07-4668-89f9-6db2e8ab52a3/reschedule' \
-H 'Content-Type: application/json' \
-H 'Authorization: <AUTH>'
-d '{
"sendAt": "2024-08-14T14:43:00Z"
}'
{}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.