Create Schedule

Link postman: https://documenter.getpostman.com/view/17474604/2sA3JM61j5#bb157aa1-f7b3-4e92-84c5-50004462094f

Schedule from an existing campaign.

Request

Body

{
    "name": "Run Campaign - Reg Etsy Bằng Gmail",
    "campaign_id": 25, //Enter the campaign ID, use the get campaign API to get the ID
    "execution_frequency": 1, // Once = 1, Interval = 2, Daily = 3, Weekly = 4, Monthly = 5,
   // "interval_time": 60, // for interval
    //"execute_time": "10:59", // for Daily, Weekly, Monthly
   // "execute_day": 0, // for Weekly 0->6 : Sunday -> Saturday
    //"execute_day": "4" // 0 -> 31 dates of month
    "start_time": "2024-12-17 10:25:37",
    //"end_time": "2024-12-18 10:51:34",
    "task_type": 2, // Fixed = 2
    "isRunning": false
}

Response

Last updated