setCampaignRecurrency
Sets the schedule for a recurring campaign. The campaign that sets the schedule must be a NORMAL or a PERIODIC campaign.
Input | Type | Description |
---|---|---|
token | AuthToken | Authorization token. |
campaignIdentifier | xs:int | Campaign identifier. The CampaignType modifier must be set to PERIODIC. |
periodicity | xs:string | The given schedule in Quartz Cron format. See http://www.quartz-scheduler.org/ for more details. |
enable | xs:boolean | Enables or disables the schedule. |
Output | Type | Description |
---|---|---|
xs:int | The timestamp of the first execution in seconds. |