POST /scheduled-jobs
Create a Scheduled Job
Servers
- https://api.optimizely.com/v2
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:
|
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:
|
output_channels |
Object | No |
An object describing how the output of the job should be communicated |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.