Skip to content

Commit c7c9251

Browse files
Joffcomfreakwriter
andauthored
Adds docs for new credentials (n8n-io#2221)
Co-authored-by: freakwriter <[email protected]>
1 parent 72464c8 commit c7c9251

File tree

8 files changed

+161
-0
lines changed

8 files changed

+161
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
3+
title: Datadog credentials
4+
description: Documentation for the Datadog credentials. Use these credentials to authenticate Datadog in n8n, a workflow automation platform.
5+
contentType: integration
6+
---
7+
# Datadog credentials
8+
9+
--8<-- "_snippets/integrations/builtin/credentials/cred-only-statement.md"
10+
11+
## Prerequisites
12+
13+
Create a [Datadog](https://app.datadoghq.eu/signup){:target=_blank .external-link} account.
14+
15+
## Related resources
16+
17+
Refer to [Datadog's API documentation](https://docs.datadoghq.com/api/latest/){:target=_blank .external-link} for more information about authenticating with the service.
18+
19+
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.
20+
21+
22+
## Using API Key
23+
24+
To configure this credential, you'll need:
25+
26+
- Your Datadog instance **Host**
27+
- An **API Key**
28+
- An **App Key**
29+
30+
Refer to [Authentication](https://docs.datadoghq.com/api/latest/authentication/){:target=_blank .external-link} on Datadog's website for more information.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
3+
title: DFIR-IRIS credentials
4+
description: Documentation for the DFIR-IRIS credentials. Use these credentials to authenticate DFIR-IRIS in n8n, a workflow automation platform.
5+
contentType: integration
6+
---
7+
# DFIR-IRIS credentials
8+
9+
--8<-- "_snippets/integrations/builtin/credentials/cred-only-statement.md"
10+
11+
## Prerequisites
12+
13+
An accessible instance of [DFIR-IRIS](https://docs.dfir-iris.org/latest/getting_started/){:target=_blank .external-link}.
14+
15+
## Related resources
16+
17+
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.
18+
19+
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.
20+
21+
22+
## Using API Key
23+
24+
To configure this credential, you'll need:
25+
26+
- 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.
27+
- The **Base URL** of your DFIR-IRIS instance.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
3+
title: Dynatrace credentials
4+
description: Documentation for the Dynatrace credentials. Use these credentials to authenticate Dynatrace in n8n, a workflow automation platform.
5+
contentType: integration
6+
---
7+
# Dynatrace credentials
8+
9+
--8<-- "_snippets/integrations/builtin/credentials/cred-only-statement.md"
10+
11+
## Prerequisites
12+
13+
Create a [Dynatrace](https://www.dynatrace.com/signup/){:target=_blank .external-link} account.
14+
15+
## Related resources
16+
17+
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.
18+
19+
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.
20+
21+
22+
## Using Access Token
23+
24+
To configure this credential, you'll need:
25+
26+
- An **Access Token**
27+
28+
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.

docs/integrations/builtin/credentials/elasticsecurity.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ You can use these credentials to authenticate the following nodes:
1919
## Supported authentication methods
2020

2121
- Basic auth
22+
- API Key
2223

2324
## Related resources
2425

@@ -40,3 +41,13 @@ To configure this credential, you'll need:
4041
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.
4142
///
4243

44+
## Using API key
45+
46+
To configure this credential, you'll need:
47+
48+
- 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.
49+
- Your Elasticsearch application's **Base URL** (also known as the Elasticsearch application endpoint):
50+
51+
1. In Elasticsearch, select the option to **Manage this deployment**.
52+
2. In the **Applications** section, copy the endpoint of the **Elasticsearch** application.
53+
3. Add this in n8n as the **Base URL**.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
3+
title: Filescan credentials
4+
description: Documentation for the Filescan credentials. Use these credentials to authenticate Filescan in n8n, a workflow automation platform.
5+
contentType: integration
6+
---
7+
<!-- vale off -->
8+
<!-- Not adding "Filescan" as an exception generally. -->
9+
# Filescan credentials
10+
11+
--8<-- "_snippets/integrations/builtin/credentials/cred-only-statement.md"
12+
13+
## Prerequisites
14+
15+
Create a [Filescan](https://www.filescan.io/auth/signup/){:target=_blank .external-link} account.
16+
17+
## Related resources
18+
19+
Refer to [Filescan's API documentation](https://www.filescan.io/api/docs){:target=_blank .external-link} for more information about authenticating with the service.
20+
21+
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.
22+
23+
24+
## Using API key
25+
26+
To configure this credential, you'll need:
27+
28+
- 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.
29+
<!-- vale on -->
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
3+
title: Malcore credentials
4+
description: Documentation for the Malcore credentials. Use these credentials to authenticate Malcore in n8n, a workflow automation platform.
5+
contentType: integration
6+
---
7+
# Malcore credentials
8+
9+
--8<-- "_snippets/integrations/builtin/credentials/cred-only-statement.md"
10+
11+
## Prerequisites
12+
13+
Create a [Malcore](https://app.malcore.io/register){:target=_blank .external-link} account.
14+
15+
## Related resources
16+
17+
Refer to [Malcore's API documentation](https://malcore.readme.io/reference/){:target=_blank .external-link} for more information about authenticating with the service.
18+
19+
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.
20+
21+
22+
## Using API key
23+
24+
To configure this credential, you'll need:
25+
26+
- An **API Key**: Get an API Key from your **Account > API**.
27+
28+
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.

mkdocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,15 +887,18 @@ nav:
887887
- integrations/builtin/credentials/crowddev.md
888888
- integrations/builtin/credentials/crowdstrike.md
889889
- integrations/builtin/credentials/customerio.md
890+
- integrations/builtin/credentials/datadog.md
890891
- integrations/builtin/credentials/deepl.md
891892
- integrations/builtin/credentials/demio.md
893+
- integrations/builtin/credentials/dfiriris.md
892894
- integrations/builtin/credentials/dhl.md
893895
- integrations/builtin/credentials/discord.md
894896
- integrations/builtin/credentials/discourse.md
895897
- integrations/builtin/credentials/disqus.md
896898
- integrations/builtin/credentials/drift.md
897899
- integrations/builtin/credentials/dropbox.md
898900
- integrations/builtin/credentials/dropcontact.md
901+
- integrations/builtin/credentials/dynatrace.md
899902
- integrations/builtin/credentials/egoi.md
900903
- integrations/builtin/credentials/elasticsearch.md
901904
- integrations/builtin/credentials/elasticsecurity.md
@@ -908,6 +911,7 @@ nav:
908911
- integrations/builtin/credentials/facebookleadads.md
909912
- integrations/builtin/credentials/figma.md
910913
- integrations/builtin/credentials/filemaker.md
914+
- integrations/builtin/credentials/filescan.md
911915
- integrations/builtin/credentials/flow.md
912916
- integrations/builtin/credentials/formiotrigger.md
913917
- integrations/builtin/credentials/formstacktrigger.md
@@ -975,6 +979,7 @@ nav:
975979
- integrations/builtin/credentials/mailerlite.md
976980
- integrations/builtin/credentials/mailgun.md
977981
- integrations/builtin/credentials/mailjet.md
982+
- integrations/builtin/credentials/malcore.md
978983
- integrations/builtin/credentials/mandrill.md
979984
- integrations/builtin/credentials/marketstack.md
980985
- integrations/builtin/credentials/matrix.md

styles/config/vocabularies/default/accept.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,15 @@ CRM
6767
Cron
6868
Crypto
6969
crypto
70+
Datadog
7071
Datastore
7172
DeepL
7273
Demio
7374
disabled
7475
Disqus
7576
Dockerfile
7677
Dropcontact
78+
Dynatrace
7779
eksctl
7880
Embeddable
7981
embeddable
@@ -145,6 +147,7 @@ Mailcheck
145147
Mailchimp
146148
Mailgun
147149
Mailjet
150+
Malcore
148151
marketstack
149152
Mattermost
150153
Mautic

0 commit comments

Comments
 (0)