Skip to main content

Create Recurring Connector Builds

POST 

/v1/recurring_jobs/create/zendesk_connector

Create a recurring job for a zendesk connector.

Request

Body

required

    dataset_id Dataset Id (string)required

    ID of the dataset to create connector for

Responses

Successful Response

Schema

    id Id (string)required

    The id of the recurring job

    run_interval_in_seconds Run Interval In Seconds (integer)required

    The run interval for the recurring job in seconds

    metadata Metadata (string)required

    Any additional job data the job needs as JSON serialized dict

    job_type Job Type (string)required

    The type of job to run

    created_at date-timerequired

    The date and time the recurring job was created

    updated_at date-timerequired

    The date and time the recurring job was last updated

    last_run

    object

    The date and time the recurring job was last run

    anyOf

    string

    next_run

    object

    The date and time the recurring job will next run

    anyOf

    string

    active Active (boolean)required

    Whether the recurring job is active

    last_run_job_id

    object

    The id of the job that last ran the recurring job

    anyOf

    string

Loading...