APIs & Integrations
Workable
Overview
Pre-built tooling
✅ Authorization
✅ Authorization
✅ Read & write data
✅ Read & write data
Tools | Status |
---|---|
Pre-built integrations | ✅ |
API unification | ✅ |
2-way sync | ✅ |
Webhooks from Nango on data modifications | ✅ |
Real-time webhooks from 3rd-party API | 🚫 (time to contribute: <48h) |
Proxy requests | ✅ |
✅ Observability & data quality
✅ Observability & data quality
Tools | Status |
---|---|
HTTP request logging | ✅ |
End-to-type type safety | ✅ |
Data runtime validation | ✅ |
OpenTelemetry export | ✅ |
Slack alerts on errors | ✅ |
Integration status API | ✅ |
✅ Customization
✅ Customization
Tools | Status |
---|---|
Create or customize use-cases | ✅ |
Pre-configured pagination | 🚫 (time to contribute: <48h) |
Pre-configured rate-limit handling | ✅ |
Per-customer configurations | ✅ |
Pre-built integrations
Candidates
Candidates
Others
Others
Endpoint | Description | Readme |
---|---|---|
POST /workable/create-comment | Action to create a comment on the applicant’s timeline | 🔗 |
GET /workable/candidates-activities | Fetches a list of activity streams of the given candidate | 🔗 |
GET /workable/candidates-offer | Fetches candidate’s latest offer from workable | 🔗 |
GET /workable/jobs | Fetches a list of jobs from workable | 🔗 |
GET /workable/jobs-candidates | Fetches a list of candidates for the specified job from workable | 🔗 |
GET /workable/jobs-questions | Fetches a list of questions for the specified job from workable | 🔗 |
GET /workable/members | Fetches a list of account members from workable | 🔗 |
Not seeing the integration you need? Build your own independently.
Access requirements
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | ❓ | |
Paid test account | ❓ | |
Partnership | ❓ | |
App review | ❓ | |
Security audit | ❓ |
Setup guide
No setup guide yet.
Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Useful links
Workable offers API keys (“API access token”), partner tokens, and OAuth for authentication. Nango currently only supports API-key-based authentication.
- API Docs
- How to generate an API key
- OAuth related docs
- Workable API rate limits
- Web API docs (their REST API)
Contribute useful links by editing this page
Connection configuration in Nango
- Workable requires a user specific subdomain for the API base URL.
API gotchas
- To authorize a Workable Connection in Nango you need to pass both the API key and the company’s workable subdomain.
- The API base URL in Nango is set to
https://{subdomain}.workable.com
for future forward compatability. To call endpoints of the V3 API, prefix the endpoint with/spi/v3/
, e.g./spi/v3/candidates
.
Contribute API gotchas by editing this page
Connect to Workable
Guide to connect to Workable using Nango Connect.