mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
2.1 KiB
2.1 KiB
| title | description | contentType |
|---|---|---|
| Twake credentials | Documentation for Twake credentials. Use these credentials to authenticate Twake in n8n, a workflow automation platform. | integration |
Twake credentials
You can use these credentials to authenticate the following nodes:
Prerequisites
Create a Twake{:target=_blank .external-link} account.
Supported authentication methods
- Cloud API key
- Server API key
Related resources
Refer to Twake's documentation{:target=_blank .external-link} for more information about the service.
Using Cloud API key
To configure this credential, you'll need:
- A Workspace Key: Generated when you install the n8n application to your Twake Cloud environment and select Configure. Refer to How to connect n8n to Twake{:target=_blank .external-link} for more detailed instructions.
Using Server API key
To configure this credential, you'll need:
- A Host URL: The URL of your Twake self-hosted instance.
- A Public ID: Generated when you create an app.
- A Private API Key: Generated when you create an app.
To generate your Public ID and Private API Key, create a Twake application{:target=_blank .external-link}:
- Go to Workspace Settings > Applications and connectors > Access your applications and connectors > Create an application.
- Enter appropriate details.
- Once you've created your app, view its API Details.
- Copy the Public identifier and add it as the n8n Public ID.
- Copy the Private key and add it as the n8n Private API Key.
Refer to API settings{:target=_blank .external-link} for more information.