n8n-docs/docs/integrations/builtin/credentials/workable.md
Justin Ellingwood a7dc52d6e1
Change repo links to absolute file paths (#2829)
Co-authored-by: Nick Veitch <nick.veitch@n8n.io>
2025-02-11 17:40:26 +00:00

2.1 KiB

title description contentType
Workable credentials Documentation for Workable credentials. Use these credentials to authenticate Workable in n8n, a workflow automation platform.
integration
reference

Workable credentials

You can use these credentials to authenticate the following nodes:

Prerequisites

Create a Workable{:target=_blank .external-link} account.

Supported authentication methods

  • API key

Refer to Workable's API documentation{:target=_blank .external-link} for more information about the service.

Using API key

To configure this credential, you'll need:

  • A Subdomain: Your Workable subdomain is the part of your Workable domain between https:// and .workable.com. So if the full domain is https://n8n.workable.com, the subdomain is n8n. The subdomain is also displayed on your Workable Company Profile page.

  • An Access Token: Go to your profile > Integrations{:target=_blank .external-link} > Apps and select Generate API token. Refer to Generate a new token for more information.

    /// note | Token scopes If you're using this credential with the Workable Trigger node, select the r_candidates and r_jobs scopes when you generate your token. If you're using this credential in other ways, select scopes that are relevant for your use case.

    Refer to Supported API scopes{:target=_blank .external-link} for more information on scopes. ///