节点与集成

Twist credentials

You can use these credentials to authenticate the following nodes:

Prerequisites

Supported authentication methods

  • OAuth2

Related resources

Refer to Twist's API documentation for more information about authenticating with the service.

Using OAuth2

To configure this credential, you'll need:

  • A Client ID: Generated once you create a general integration.
  • A Client Secret: Generated once you create a general integration.

To generate your Client ID and Client Secret, create a general integration.

Use these settings for your integration's OAuth Authentication:

  • Copy the OAuth Redirect URL from n8n and enter it as the OAuth 2 redirect URL in Twist.

OAuth Redirect URL for self-hosted n8nTwist doesn't accept a <code>localhost</code> Redirect URL. The Redirect URL should be a URL in your domain, for example: <code>https://mytemplatemaker.example.com/gr_callback</code>. If your n8n OAuth Redirect URL contains localhost, refer below to Local environment redirect URL for generating a URL that Twist will allow.

  • Select Update OAuth settings to save those changes.
  • Copy the Client ID and Client Secret from Twist and enter them in the appropriate fields in n8n.

Local environment redirect URL

Twist doesn't accept a localhost callback URL. These steps should allow you to configure the OAuth credentials for the local environment:

  1. Use ngrok to expose the local server running on port 5678 to the internet. In your terminal, run the following command:
sh
ngrok http 5678
  1. Run the following command in a new terminal. Replace `` with the URL that you get from the previous step.
sh
export WEBHOOK_URL=<YOUR-NGROK-URL>
  1. Use the generated URL as your OAuth 2 redirect URL in Twist.

官方原文和授权

本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。

来源、授权与修改

本站保留许可证、固定提交号、社区作者和修改说明,不代表 n8n 对本站背书。

查看许可证查看来源和修改说明