Description: Workable is an online platform for posting jobs and managing the hiring process. Employers can create job listings, receive applications, track candidates, collaborate with team members, schedule interviews, and manage the overall hiring workflow with Workable.
Prerequisites:
Grab API credentials:
Connection Properties:
Example YAML Configuration:
version: 1
encrypt_credentials: false
plugins:
extractors:
- name: Workable_data
connectorname: Workable
config:
access_token: <ACCESS TOKEN>
sub_domain: <SUB DOMAIN>
select:
-Table1
-Table2
properties:
since_timestamp: <>
version: 1
encrypt_credentials: false
plugins:
extractors:
- name: Workable_data
connectorname: Workable
config:
access_token: <ACCESS TOKEN>
sub_domain: <SUB DOMAIN>
select:
-Table1
-Table2
properties:
since_timestamp: <>
Bold Data Hub
icon on the Navigation Pane.Add Project
and provide the name for the new project.Workable
template.select
property and Click Save, choose the desired destination to save the pipeline.The available resources are supported in Workable
- members
- recruiters
- stages
- requisitions
- jobs
- custom_attributes
- events
- candidates
Warning:
1. The `Encrypt_Credentials` property should be set to false when updating the new access token on the template. If you have modified other properties, such as 'select' or 'account id', the `Encrypt_Credentials` property must be set to true.
2. The default lifetime of the access token is 1 hour. Therefore, you need to convert it to a long-lived access token in order to use the same token for 60 days. Existing tables should be maintained even if the token has expired or is being used as an invalid token.
Run Now
button..
Edit DataSource
Option to view the created tables.