Workable
Overview
SLUG: WORKABLE
Description
Workable is an all-in-one HR software platform that streamlines hiring, employee data management, time tracking, and payroll.
Authentication Details
API Key
Connecting to Workable
Create an auth config
Use the dashboard to create an auth config for the Workable toolkit. This allows you to connect multiple Workable accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Workable Auth Config”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Workable toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
WORKABLE_GET_CANDIDATES
Tool Name: Get Candidates
Description
Action Parameters
Action Response
WORKABLE_DELETE_DEPARTMENT
Tool Name: Delete Department
Description
Action Parameters
Action Response
WORKABLE_GET_ACCOUNT
Tool Name: Get Account
Description
Action Parameters
Action Response
WORKABLE_GET_ACCOUNTS
Tool Name: Get Accounts
Description
Action Parameters
Action Response
WORKABLE_GET_BACKGROUND_CHECK_PACKAGES
Tool Name: Get Background Check Packages
Description
Action Parameters
Action Response
WORKABLE_GET_BACKGROUND_CHECK_PROVIDERS
Tool Name: Get Background Check Providers
Description
Action Parameters
Action Response
WORKABLE_GET_EVENTS
Tool Name: Get Events
Description
Action Parameters
Action Response
WORKABLE_GET_JOBS
Tool Name: Get Jobs
Description
Action Parameters
Action Response
WORKABLE_GET_LEGAL_ENTITIES
Tool Name: Get Legal Entities
Description
Action Parameters
Action Response
WORKABLE_GET_MEMBERS
Tool Name: Get Members
Description
Action Parameters
Action Response
WORKABLE_GET_RECRUITERS
Tool Name: Get recruiters
Description
Action Parameters
Action Response
WORKABLE_GET_REQUISITIONS
Tool Name: Get Requisitions
Description
Action Parameters
Action Response
WORKABLE_GET_STAGES
Tool Name: Get Stages
Description
Action Parameters
Action Response
WORKABLE_GET_SUBSCRIPTIONS
Tool Name: Get Subscriptions
Description
Action Parameters
Action Response
WORKABLE_POST_BACKGROUND_CHECK
Tool Name: Post Background Check
Description
Action Parameters
Action Response
WORKABLE_POST_DEPARTMENTS
Tool Name: Create Department
Description
Action Parameters
Action Response
WORKABLE_POST_DEPARTMENT_MERGE
Tool Name: Merge Department
Description
Action Parameters
Action Response
WORKABLE_POST_MEMBERS_INVITE
Tool Name: Invite Member
Description
Action Parameters
Action Response
WORKABLE_POST_MEMBER_ENABLE
Tool Name: Enable Member
Description
Action Parameters
Action Response
WORKABLE_PUT_DEPARTMENTS
Tool Name: Update Department
Description
Action Parameters
Action Response
WORKABLE_PUT_MEMBERS
Tool Name: Update Member
Description
Action Parameters
Action Response