POST /scheduled-jobs

Create a Scheduled Job

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
campaign_ids[] Array No

A list of campaign_ids that should be considered during the job

id Integer No

The unique identifier of the Scheduled Job

frequency String Yes

How often the job should be performed

Valid values:

  • "weekly"
  • "daily"
project_id Integer Yes

The project that the job is associated with

archived Boolean No

Whether the Scheduled Job is archived

Default value: false

experiment_ids[] Array No

A list of experiment_ids that should be considered during the job

account_id Integer No

The account that the job is associated with

job_type String Yes

The type of job to be performed

Valid values:

  • "project_results"
output_channels Object No

An object describing how the output of the job should be communicated

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.