diff --git a/docs/_images/integrations/builtin/credentials/thehive/using-api.gif b/docs/_images/integrations/builtin/credentials/thehive/using-api.gif deleted file mode 100644 index ce186290a..000000000 Binary files a/docs/_images/integrations/builtin/credentials/thehive/using-api.gif and /dev/null differ diff --git a/docs/integrations/builtin/credentials/taiga.md b/docs/integrations/builtin/credentials/taiga.md index 06e857c28..361779c72 100644 --- a/docs/integrations/builtin/credentials/taiga.md +++ b/docs/integrations/builtin/credentials/taiga.md @@ -6,18 +6,29 @@ contentType: integration # Taiga credentials -You can use these credentials to authenticate the following nodes with Taiga. +You can use these credentials to authenticate the following nodes: - [Taiga](/integrations/builtin/app-nodes/n8n-nodes-base.taiga/) - [Taiga Trigger](/integrations/builtin/trigger-nodes/n8n-nodes-base.taigatrigger/) ## Prerequisites -Create a [Taiga](https://taiga.io/) account. +Create a [Taiga](https://taiga.io/){:target=_blank .external-link} account. -## Using Username and Password +## Supported authentication methods -Use your username and password with the Taiga node credentials in n8n. +- Basic auth -**Note:** For self-hosted instances, you will have to additionally use your Taiga URL with the Taiga node credentials in n8n. +## Related resources + +Refer to [Taiga's API documentation](https://docs.taiga.io/api.html){:target=_blank .external-link} for more information about the service. + +## Using basic auth + +To configure this credential, you'll need: + +- A **Username**: Enter your username or user email address. Refer to [Normal login](https://docs.taiga.io/api.html#auth-normal-login){:target=_blank .external-link} for more information. +- A **Password**: Enter your password. +- The **Environment**: Choose between **Cloud** or **Self-Hosted**. For **Self-Hosted** instances, you'll also need to add: + - The **URL**: Enter your Taiga URL. diff --git a/docs/integrations/builtin/credentials/tapfiliate.md b/docs/integrations/builtin/credentials/tapfiliate.md index 422481afd..54dd9ae7f 100644 --- a/docs/integrations/builtin/credentials/tapfiliate.md +++ b/docs/integrations/builtin/credentials/tapfiliate.md @@ -6,28 +6,26 @@ contentType: integration # Tapfiliate credentials -You can use these credentials to authenticate the following nodes with Tapfiliate. +You can use these credentials to authenticate the following nodes: - [Tapfiliate](/integrations/builtin/app-nodes/n8n-nodes-base.tapfiliate/) ## Prerequisites -Create a [Tapfiliate](https://tapfiliate.com/) account. +Create a [Tapfiliate](https://tapfiliate.com/){:target=_blank .external-link} account. -## Using API Key +## Supported authentication methods -1. Open your Tapfiliate [dashboard](https://app.tapfiliate.com/dashboard/) page. -2. Click on your avatar on the bottom left of the window. -3. Select 'Profile Settings' from the dropdown list. -4. Scroll down to the ***API Key*** section. -5. Copy the displayed ***API Key***. -6. Enter a name for your credentials in the ***Credentials Name*** field in the 'Tapfiliate API' credentials in n8n. -7. Paste the API key in the ***API Key*** field in the 'Tapfiliate API' credentials in n8n. -8. Click the ***Create*** button to create your credentials in n8n. +- API key -The following video demonstrates the steps mentioned above. +## Related resources -
- -
+Refer to [Tapfiliate's API documentation](https://tapfiliate.com/docs/rest/){:target=_blank .external-link} for more information about the service. +## Using API key + +To configure this credential, you'll need: + +- An **API Key**: Get your API Key from your [**Profile Settings**](https://app.tapfiliate.com/a/profile/){:target=_blank .external-link} **> API Key**. + +Refer to [Your API key](https://support.tapfiliate.com/en/articles/1441950-your-api-key){:target=_blank .external-link} for more information. diff --git a/docs/integrations/builtin/credentials/thehive.md b/docs/integrations/builtin/credentials/thehive.md index ea4bf010d..01e03acf9 100644 --- a/docs/integrations/builtin/credentials/thehive.md +++ b/docs/integrations/builtin/credentials/thehive.md @@ -6,23 +6,35 @@ contentType: integration # TheHive credentials -You can use these credentials to authenticate the following nodes with TheHive. +You can use these credentials to authenticate the following nodes: - [TheHive](/integrations/builtin/app-nodes/n8n-nodes-base.thehive/) /// note | TheHive and TheHive 5 -n8n provides two nodes for TheHive. Use these credentials with TheHive node, for version 3 or 4 API of the API. If you are using TheHive5 node for version 5 of the API, use [TheHive 5 credentials](/integrations/builtin/credentials/thehive5/). +n8n provides two nodes for TheHive. Use these credentials with TheHive node for TheHive 3 or TheHive 4. If you are using TheHive5 node, use [TheHive 5 credentials](/integrations/builtin/credentials/thehive5/). /// + ## Prerequisites Install [TheHive](https://github.com/TheHive-Project/TheHiveDocs/blob/master/installation/install-guide.md){:target=_blank .external-link} on your server. -## Using API Key +## Supported authentication methods -1. Access your TheHive dashboard. -2. Click on the **Organization** tab in the top right. -3. Click on the **Create API Key** button for the user you want to generate the API Key for. -4. Use this **API Key** and your instance **URL** with your TheHive node credentials in n8n. +- API key -![Getting TheHive credentials](/_images/integrations/builtin/credentials/thehive/using-api.gif) +## Related resources + +Refer to [TheHive 3's API documentation](https://docs.thehive-project.org/thehive/legacy/thehive3/api/){:target=_blank .external-link} and [TheHive 4's API documentation](https://docs.thehive-project.org/thehive/){:target=_blank .external-link} for more information about the services. + +## Using API key + +To configure this credential, you'll need: + +- An **API Key**: Create an API key from **Organization > Create API Key**. Refer to [API Authentication](https://docs.thehive-project.org/thehive/legacy/thehive3/api/authentication/){:target=_blank .external-link} for more information. +- Your **URL**: The URL of your TheHive server. +- An **API Version**: Choose between: + - **TheHive 3 (api v0)** + - **TheHive 4 (api v1)** + - For TheHive 5, use [TheHive 5 credentials](/integrations/builtin/credentials/thehive5/) instead. +- **Ignore SSL Issues**: When turned on, n8n will connect even if SSL certificate validation fails. diff --git a/docs/integrations/builtin/credentials/thehive5.md b/docs/integrations/builtin/credentials/thehive5.md index 1cf38dd14..bd1d681e1 100644 --- a/docs/integrations/builtin/credentials/thehive5.md +++ b/docs/integrations/builtin/credentials/thehive5.md @@ -4,17 +4,37 @@ description: Documentation for TheHive 5 credentials. Use these credentials to a contentType: integration --- -# TheHive5 credentials +# TheHive 5 credentials -You can use these credentials to authenticate the following nodes with TheHive5. +You can use these credentials to authenticate the following nodes with TheHive 5. - [TheHive 5](/integrations/builtin/app-nodes/n8n-nodes-base.thehive5/) /// note | TheHive and TheHive 5 -n8n provides two nodes for TheHive. Use these credentials with TheHive5 node, for version 5 the API. If you are using TheHive node for version 3 or 4 of the API, use [TheHive credentials](/integrations/builtin/credentials/thehive/). +n8n provides two nodes for TheHive. Use these credentials with TheHive 5 node. If you are using TheHive node for TheHive 3 or TheHive 4, use [TheHive credentials](/integrations/builtin/credentials/thehive/). /// -n8n supports authentication with TheHive using an API key. + +## Prerequisites + +Install [TheHive 5](https://docs.strangebee.com/thehive/download/){:target=_blank .external-link} on your server. + +## Supported authentication methods + +- API key ## Related resources Refer to [TheHive's API documentation](https://docs.strangebee.com/thehive/api-docs/){:target=_blank .external-link} for more information about the service. + +## Using API key + +To configure this credential, you'll need: + +- An **API Key**: Users with `orgAdmin` and `superAdmin` accounts can generate API keys: + - `orgAdmin` account: Go to **Organization > Create API Key** for the user you wish to generate a key for. + - `superAdmin` account: Go to **Users > Create API Key** for the user you wish to generate a key for. + - Refer to [API Authentication](https://docs.strangebee.com/cortex/api/api-guide/?h=api+key#authentication){:target=_blank .external-link} for more information. +- A **URL**: The URL of your TheHive server. +- **Ignore SSL Issues**: When turned on, n8n will connect even if SSL certificate validation fails. + +