Adds docs for new credentials (#2221)

Co-authored-by: freakwriter <freakwriter@users.noreply.github.com>
This commit is contained in:
Jon 2024-09-09 22:39:42 +01:00 committed by GitHub
parent 72464c8bed
commit c7c9251261
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 161 additions and 0 deletions

View File

@ -0,0 +1,30 @@
---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
title: Datadog credentials
description: Documentation for the Datadog credentials. Use these credentials to authenticate Datadog in n8n, a workflow automation platform.
contentType: integration
---
# Datadog credentials
--8<-- "_snippets/integrations/builtin/credentials/cred-only-statement.md"
## Prerequisites
Create a [Datadog](https://app.datadoghq.eu/signup){:target=_blank .external-link} account.
## Related resources
Refer to [Datadog's API documentation](https://docs.datadoghq.com/api/latest/){:target=_blank .external-link} for more information about authenticating with the service.
This is a credential-only node. Refer to [Custom API operations](/integrations/custom-operations/) to learn more. View [example workflows and related content](https://n8n.io/integrations/datadog/){:target=_blank .external-link} on n8n's website.
## Using API Key
To configure this credential, you'll need:
- Your Datadog instance **Host**
- An **API Key**
- An **App Key**
Refer to [Authentication](https://docs.datadoghq.com/api/latest/authentication/){:target=_blank .external-link} on Datadog's website for more information.

View File

@ -0,0 +1,27 @@
---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
title: DFIR-IRIS credentials
description: Documentation for the DFIR-IRIS credentials. Use these credentials to authenticate DFIR-IRIS in n8n, a workflow automation platform.
contentType: integration
---
# DFIR-IRIS credentials
--8<-- "_snippets/integrations/builtin/credentials/cred-only-statement.md"
## Prerequisites
An accessible instance of [DFIR-IRIS](https://docs.dfir-iris.org/latest/getting_started/){:target=_blank .external-link}.
## Related resources
Refer to [DFIR-IRIS's API documentation](https://docs.dfir-iris.org/operations/api/){:target=_blank .external-link} for more information about authenticating with the service.
This is a credential-only node. Refer to [Custom API operations](/integrations/custom-operations/) to learn more. View [example workflows and related content](https://n8n.io/integrations/dfir-iris/){:target=_blank .external-link} on n8n's website.
## Using API Key
To configure this credential, you'll need:
- An **API Key**: Refer to [DFIR-IRIS's API documentation](https://docs.dfir-iris.org/operations/api/){:target=_blank .external-link} for instructions on getting your API key.
- The **Base URL** of your DFIR-IRIS instance.

View File

@ -0,0 +1,28 @@
---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
title: Dynatrace credentials
description: Documentation for the Dynatrace credentials. Use these credentials to authenticate Dynatrace in n8n, a workflow automation platform.
contentType: integration
---
# Dynatrace credentials
--8<-- "_snippets/integrations/builtin/credentials/cred-only-statement.md"
## Prerequisites
Create a [Dynatrace](https://www.dynatrace.com/signup/){:target=_blank .external-link} account.
## Related resources
Refer to [Dynatrace's API documentation](https://docs.dynatrace.com/docs/dynatrace-api){:target=_blank .external-link} for more information about authenticating with the service.
This is a credential-only node. Refer to [Custom API operations](/integrations/custom-operations/) to learn more. View [example workflows and related content](https://n8n.io/integrations/dynatrace-api/){:target=_blank .external-link} on n8n's website.
## Using Access Token
To configure this credential, you'll need:
- An **Access Token**
Refer to [Access Tokens](https://docs.dynatrace.com/docs/manage/identity-access-management/access-tokens-and-oauth-clients/access-tokens){:target=_blank .external-link} on Dynatrace's website for more information.

View File

@ -19,6 +19,7 @@ You can use these credentials to authenticate the following nodes:
## Supported authentication methods
- Basic auth
- API Key
## Related resources
@ -40,3 +41,13 @@ To configure this credential, you'll need:
If you add a [custom endpoint alias](https://www.elastic.co/guide/en/cloud/current/ec-regional-deployment-aliases.html){:target=_blank .external-link} to a deployment, update your n8n credential **Base URL** with the new endpoint.
///
## Using API key
To configure this credential, you'll need:
- An **API Key**: For the user account you log into Elasticsearch with. Refer to Elasticsearch's [Create API key documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-create-api-key.html){:target=_blank .external-link} for more information.
- Your Elasticsearch application's **Base URL** (also known as the Elasticsearch application endpoint):
1. In Elasticsearch, select the option to **Manage this deployment**.
2. In the **Applications** section, copy the endpoint of the **Elasticsearch** application.
3. Add this in n8n as the **Base URL**.

View File

@ -0,0 +1,29 @@
---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
title: Filescan credentials
description: Documentation for the Filescan credentials. Use these credentials to authenticate Filescan in n8n, a workflow automation platform.
contentType: integration
---
<!-- vale off -->
<!-- Not adding "Filescan" as an exception generally. -->
# Filescan credentials
--8<-- "_snippets/integrations/builtin/credentials/cred-only-statement.md"
## Prerequisites
Create a [Filescan](https://www.filescan.io/auth/signup/){:target=_blank .external-link} account.
## Related resources
Refer to [Filescan's API documentation](https://www.filescan.io/api/docs){:target=_blank .external-link} for more information about authenticating with the service.
This is a credential-only node. Refer to [Custom API operations](/integrations/custom-operations/) to learn more. View [example workflows and related content](https://n8n.io/integrations/filescan/){:target=_blank .external-link} on n8n's website.
## Using API key
To configure this credential, you'll need:
- An **API Key**: Generate your API key from your [**profile settings**](https://www.filescan.io/users/profile){:target=_blank .external-link} **> API Key**. Refer to the [Filescan FAQ](https://www.filescan.io/help/faq){:target=_blank .external-link} for more information.
<!-- vale on -->

View File

@ -0,0 +1,28 @@
---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
title: Malcore credentials
description: Documentation for the Malcore credentials. Use these credentials to authenticate Malcore in n8n, a workflow automation platform.
contentType: integration
---
# Malcore credentials
--8<-- "_snippets/integrations/builtin/credentials/cred-only-statement.md"
## Prerequisites
Create a [Malcore](https://app.malcore.io/register){:target=_blank .external-link} account.
## Related resources
Refer to [Malcore's API documentation](https://malcore.readme.io/reference/){:target=_blank .external-link} for more information about authenticating with the service.
This is a credential-only node. Refer to [Custom API operations](/integrations/custom-operations/) to learn more. View [example workflows and related content](https://n8n.io/integrations/malcore/){:target=_blank .external-link} on n8n's website.
## Using API key
To configure this credential, you'll need:
- An **API Key**: Get an API Key from your **Account > API**.
Refer to [Using the Malcore API](https://support.malcore.io/hc/en-au/articles/17711707070617-Using-the-Malcore-API){:target=_blank .external-link} for more information.

View File

@ -887,8 +887,10 @@ nav:
- integrations/builtin/credentials/crowddev.md
- integrations/builtin/credentials/crowdstrike.md
- integrations/builtin/credentials/customerio.md
- integrations/builtin/credentials/datadog.md
- integrations/builtin/credentials/deepl.md
- integrations/builtin/credentials/demio.md
- integrations/builtin/credentials/dfiriris.md
- integrations/builtin/credentials/dhl.md
- integrations/builtin/credentials/discord.md
- integrations/builtin/credentials/discourse.md
@ -896,6 +898,7 @@ nav:
- integrations/builtin/credentials/drift.md
- integrations/builtin/credentials/dropbox.md
- integrations/builtin/credentials/dropcontact.md
- integrations/builtin/credentials/dynatrace.md
- integrations/builtin/credentials/egoi.md
- integrations/builtin/credentials/elasticsearch.md
- integrations/builtin/credentials/elasticsecurity.md
@ -908,6 +911,7 @@ nav:
- integrations/builtin/credentials/facebookleadads.md
- integrations/builtin/credentials/figma.md
- integrations/builtin/credentials/filemaker.md
- integrations/builtin/credentials/filescan.md
- integrations/builtin/credentials/flow.md
- integrations/builtin/credentials/formiotrigger.md
- integrations/builtin/credentials/formstacktrigger.md
@ -975,6 +979,7 @@ nav:
- integrations/builtin/credentials/mailerlite.md
- integrations/builtin/credentials/mailgun.md
- integrations/builtin/credentials/mailjet.md
- integrations/builtin/credentials/malcore.md
- integrations/builtin/credentials/mandrill.md
- integrations/builtin/credentials/marketstack.md
- integrations/builtin/credentials/matrix.md

View File

@ -67,6 +67,7 @@ CRM
Cron
Crypto
crypto
Datadog
Datastore
DeepL
Demio
@ -74,6 +75,7 @@ disabled
Disqus
Dockerfile
Dropcontact
Dynatrace
eksctl
Embeddable
embeddable
@ -145,6 +147,7 @@ Mailcheck
Mailchimp
Mailgun
Mailjet
Malcore
marketstack
Mattermost
Mautic