← Tools Reference

Workable

Workable integration (Productivity, Data). Imported from open-connector.

API key4 toolshttps://{subdomain}.workable.com/spi/v3
GET
workable_list_jobs
List jobs from a Workable account with optional state and timestamp filters.

/jobs

7 parameters
ParamTypeRequiredDescription
statestringoptionalThe current job state to filter by.
limitintegeroptionalThe number of records to retrieve per page. Workable allows up to 100.
since_idstringoptionalReturn jobs with an ID greater than or equal to this value.
max_idstringoptionalReturn jobs with an ID less than or equal to this value.
created_afterstringoptionalReturn jobs created after this ISO 8601 or Unix timestamp.
updated_afterstringoptionalReturn jobs updated after this ISO 8601 or Unix timestamp.
include_fieldsarrayoptionalAdditional job fields to include in each result.
GET
workable_get_job
Get full details for a Workable job by shortcode.

/jobs/{shortcode}

1 parameter
ParamTypeRequiredDescription
shortcodestringrequiredThe Workable system-generated job shortcode.
GET
workable_list_candidates
List candidates from a Workable account with optional job, stage, and timestamp filters.

/candidates

8 parameters
ParamTypeRequiredDescription
emailstringoptionalThe candidate email address to filter by.
shortcodestringoptionalThe Workable system-generated job shortcode to filter by.
stagestringoptionalThe Workable stage slug to filter by.
limitintegeroptionalThe number of records to retrieve per page. Workable allows up to 100.
since_idstringoptionalReturn candidates with an ID greater than or equal to this value.
max_idstringoptionalReturn candidates with an ID less than or equal to this value.
created_afterstringoptionalReturn candidates created after this ISO 8601 or Unix timestamp.
updated_afterstringoptionalReturn candidates updated after this ISO 8601 or Unix timestamp.
GET
workable_get_candidate
Get full details for a Workable candidate by candidate ID.

/candidates/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Workable candidate identifier.