Before you begin
You need:- Your Workable account subdomain, the first part of
https://<subdomain>.workable.com. - A Workable API token with the
r_candidatesscope. - An existing Harly job for the imported candidates.
r_candidates as the read scope for candidate profiles.
Keep the token private and create a dedicated token when possible.
Get the Workable credentials
1
Find your subdomain
Open your Workable account URL and copy the subdomain. For
https://acme.workable.com, the subdomain is acme.2
Create or retrieve an API token
In Workable, open the API or access-token settings and create a token with
the
r_candidates scope. Copy it securely.3
Run the Harly import
Open Candidates → Import candidates, choose Workable, select the
destination job, enter the subdomain and token, then select Import
Workable candidates.
https://<subdomain>.workable.com/spi/v3/candidates
and then fetches each full profile from /candidates/:id. Requests are
rate-limited and retried for temporary API failures. The token is used once
and never persisted by Harly.
What Harly imports
- Name, email, phone, and address
- Headline and profile summary
- LinkedIn, GitHub, and other social profile URLs
- Skills and tags
- Education and employment history
Troubleshooting
See Workable’s candidate list, candidate detail, and token scope guide.