Skip to main content

Workable connector

Back to the connector overview, authentication methods, and actions.
17 Sept 2026
data-syncAdded scheduled data sync to twelve collection actions — employees and employee fields, departments, stages, recruiters, accounts, legal entities, custom attributes, disqualification reasons, work schedules, time off categories and webhook subscriptions — so these collections can be kept in sync and searched without calling Workable on every request. Employees page through results automatically; the remaining collections are returned in full by a single request. All syncs use full refreshes because the endpoints mapped here offer no last-updated filter.
workable_list_accounts, workable_list_custom_attributes, workable_list_departments, workable_list_disqualification_reasons, workable_list_employee_fields, workable_list_employees, workable_list_legal_entities, workable_list_permission_sets, workable_list_recruiters, workable_list_stages, workable_list_subscriptions, workable_list_timeoff_categories, workable_list_work_schedules
4 Aug 2026
new-actionsAdded inbound webhook (events) support: StackOne auto-provisions Workable webhook subscriptions on connect (one per enabled event, via the Subscriptions API) and removes them on disconnect, routing candidate, employee, onboarding, and time off events to your integration; includes a webhook events setup guide.
31 Jul 2026
bug-fix new-actions schemaStandardized list/get output: non-paginated collections return the items array under data, paginated collections return the full provider body (preserving paging/total_count), and single-resource gets return the entity object directly. Candidate skills input changed from a comma-separated string to an array. Newly required existing params: account-token member_id/employee_id, move_candidate_to_stage member_id, update_department parent_id, and update_employee multi-value row_id. Added filter params, score_card, requisition_attributes, updated_after; documented per-action pagination (cursor/offset) and date/enum/recruiter_key/legal_entity/work_schedule constraints; marked account-limited write actions preview.