Create campaign

https://documenter.getpostman.com/view/17474604/2sA3JM61j5#aa5e39fb-6312-4671-a138-2e524c6b8876

Example Request

Method
URL

POST

Body

{
    "script_id": 31539, //Use List script api to get script ID (key)
    "name": "Campaign - Reg Etsy Bằng Gmail",
    "script_name": "Reg Etsy Bằng Gmail",
    "script_key": "2pF5e8h7290724084332",  //required field. Use List script api to get key2
    "settings": {
        "automationProcess": 10,
        "delayOpen": 2,
        "isScreenArrangement": true,  //true or false
        "arrangementLayoutCol": 2,
        "arrangementLayoutRow": 3,
        "autoScaleScreen": true,    //true or false
        "screenScalePercent": 25,
        "isSetWindowSize": false,   //true or false
        "screenSize": "1280x1030",
        "profilePerWorker": 10,
        "writeLogs": true,
        "isEnableStealthPlugin": false,
        "isNotOverlapProfile": false,
        "closeProfileOnComplete": true
    }
}

Example Response


{
    //content
}

Last updated