Skip to content

Workable 凭据#

¥Workable credentials

你可以使用以下凭据验证以下节点:

¥You can use these credentials to authenticate the following nodes:

¥Workable Trigger

先决条件#

¥Prerequisites

创建 Workable 账户。

¥Create a Workable account.

支持的身份验证方法#

¥Supported authentication methods

  • API 密钥

¥API key

相关资源#

¥Related resources

有关服务的更多信息,请参阅 Workable API 文档

¥Refer to Workable's API documentation for more information about the service.

使用 API 密钥#

¥Using API key

要配置此凭据,你需要:

¥To configure this credential, you'll need:

  • 子域名:你的 Workable 子域是 Workable 域中 https://.workable.com 之间的部分。如果完整域名为 https://n8n.workable.com,则子域名为 n8n。子域名也会显示在你的 Workable 公司简介页面上。

¥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.

  • 访问令牌:前往你的个人资料 > 集成 > 应用 并选择“生成 API 令牌”。有关更多信息,请参阅 生成新令牌

¥An Access Token: Go to your profile > Integrations > Apps and select Generate API token. Refer to Generate a new token for more information.

1
<!-- vale off -->

Token scopes

1
2
3
If you're using this credential with the [Workable Trigger](/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.
1
<!-- vale on -->