Setup
You will need:
1
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.
2
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.
3
Configure the integration in Botpress
Now, you can finish setting up the integration in Botpress:
- In the integration’s API access token field, paste your Workable API key.
- Select Save Configuration.
Cards
Here’s a reference for all Cards available with the integration:Create candidate in job
Input: Output:Create candidate in talent pool
Input: Output:Get candidate
Input: Output:List candidates
Input: Output:Update candidate
Input: Output:Triggers
Here’s a reference for all Triggers available with the integration:You can access data returned from any of these Triggers by reading
event.payload after the Trigger fires.