Search results
Suggest a FeaturePDF

Workable

Description: Workable is an online platform for posting jobs and managing the hiring process. With Workable, employers can create job listings, receive applications, track candidates, collaborate with team members, schedule interviews, and manage the overall hiring workflow.

Prerequisites:

  • Application: Python (>=3.10) and Pip
  • Python package: source-workable

Grab API credentials:

  1. Log into Workable.
  2. Click the top right user icon and select “Settings”.
  3. Under “RECRUITING”, select “Integrations” on the left.
  4. Find “ACCESS TOKEN” and generate a new token.
  5. Safely copy the new token for pipeline configuration.

Connection Properties: Connector Name: Workable Access Token: Workable Access token Subdomain: Workable sub-domain

Example YAML Configuration:

Without Type: Start date

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: <>

With Type: Start date

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: <>
Contents
Having trouble getting help?Contact Support
Contents
Having trouble getting help?Contact Support