Workable
Add a bot to Workable using the official integration.
Open in Hub
v0.1.2
The official Workable integration allows your bot to create and manage your Workable candidates.
Setup
You will need:
Install the integration in Botpress
First, install the integration to your bot:
- In Botpress Studio, select Explore Hub in the upper-right corner.
- Search for the Workable integration, then select Install Integration.
- Fill in the Account subdomain field with your company’s subdomain (
https://mycompany.workable.com) - Leave the API access token field empty for now—you’ll come back to them after getting your Workable API key.
Get your Workable API key
Next, get your Workable API key:
- Log in to your Workable dashboard.
- Select your profile picture and go to Settings.
- In the left navigation bar, go to Integrations > Apps.
- Scroll to API Access Tokens, then select Generate API token.
- Add the
r_candidatesandw_candidatesscopes. - Copy the generated token.
Cards
Create candidate in job
Create a candidate in the specified job
inputobjectoutputobjectCreate candidate in talent pool
Create a candidate in the talent pool
inputobjectoutputobjectGet candidate
Get a candidate by ID
inputobjectoutputobjectGet job questions
Get the questions associated with a job offer
inputobjectoutputobjectList candidates
List the candidates for a job
inputobjectoutputobjectUpdate candidate
Update an existing candidate. Omitted fields will remain unchanged.
inputobjectoutputobjectTriggers
You can access data returned from any of these Triggers by reading
event.payload after the Trigger fires.
Candidate Created
A candidate was created on a job.
payloadobjectCandidate Moved
A candidate was moved on a job.
payloadobject