Workable connector
Back to the connector overview, authentication methods, and actions.
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.