--- title: Workable credentials description: Documentation for Workable credentials. Use these credentials to authenticate Workable in n8n, a workflow automation platform. contentType: [integration, reference] --- # Workable credentials You can use these credentials to authenticate the following nodes: - [Workable Trigger](/08-0-0-Workflow/integrations/builtin/trigger-nodes/n8n-nodes-base.workabletrigger.md) ## Prerequisites Create a [Workable](https://www.workable.com/) account. ## Supported authentication methods - API key ## Related resources Refer to [Workable's API documentation](https://workable.readme.io/reference/generate-an-access-token) 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**](https://workable.com/backend/settings/integrations) **> Apps** and select **Generate API token**. Refer to [Generate a new token](https://help.workable.com/hc/en-us/articles/115015785428-Generating-revoking-access-tokens-for-Workable-s-API#Generateanewtoken) for more information. /// note | Token scopes If you're using this credential with the [Workable Trigger](/08-0-0-Workflow/integrations/builtin/trigger-nodes/n8n-nodes-base.workabletrigger.md) 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](https://help.workable.com/hc/en-us/articles/115015785428-Generating-revoking-access-tokens-for-Workable-s-API#SupportedAPIscopes) for more information on scopes. ///