Update all Ma+ credentials besides Magento 2 to template, remove old gifs

This commit is contained in:
freakwriter 2024-05-20 14:55:53 -04:00
parent 74e31e968f
commit b97c4e1395
18 changed files with 190 additions and 169 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 350 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 391 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

View File

@ -6,30 +6,25 @@ contentType: integration
# Mailcheck credentials
You can use these credentials to authenticate the following nodes with Mailcheck.
You can use these credentials to authenticate the following nodes:
- [Mailcheck](/integrations/builtin/app-nodes/n8n-nodes-base.mailcheck/)
## Prerequisites
Create a [Mailcheck](https://app.mailcheck.co/) account.
Create a [Mailcheck](https://mailcheck.co/){:target=_blank .external-link} account.
## Supported authentication methods
- API key
## Related resources
Refer to [Mailcheck's API documentation](https://app.mailcheck.co/docs?from=docs){:target=_blank .external-link} for more information about the service.
## Using API Key
1. Open the Mailcheck [dashboard](https://app.mailcheck.co/dashboard) page.
2. Click on the API on the top menu.
3. Enter a key name in the ***Enter the key name*** field.
4. Click on the ***Create Key*** button.
5. Click on the ***Copy*** button to copy the API key.
6. Enter a name for your credentials in the ***Credentials Name*** field in the 'Mailcheck API' credentials in n8n.
7. Paste the API key in the ***API Key*** field in the 'Mailcheck API' credentials in n8n.
8. Click on the ***Create*** button to create your credentials in n8n.
To configure this credential, you'll need:
The following video demonstrates the steps mentioned above.
<div class="video-container">
<iframe width="840" height="472.5" src="https://www.youtube.com/embed/Bv1YANfYhUo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
Please reach out to Mailcheck support should you have any questions [support@mailcheck.co](mailto:support+n8n@mailcheck.co)
- An **API Key**: Generate an API Key in the API section of your dashboard. Refer to [Mailcheck's How to create an API key documentation](https://mailcheck.co/create-api-key){:target=_blank .external-link} for detailed instructions.

View File

@ -6,42 +6,41 @@ contentType: integration
# Mailchimp credentials
You can use these credentials to authenticate the following nodes with Mailchimp.
You can use these credentials to authenticate the following nodes:
- [Mailchimp](/integrations/builtin/app-nodes/n8n-nodes-base.mailchimp/)
- [Mailchimp Trigger](/integrations/builtin/trigger-nodes/n8n-nodes-base.mailchimptrigger/)
## Prerequisites
Create a [Mailchimp](https://www.mailchimp.com/) account.
Create a [Mailchimp](https://www.mailchimp.com/){:target=_blank .external-link} account.
## Using OAuth
## Supported authentication methods
/// note | Note for n8n Cloud users
You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your Mailchimp account to n8n.
///
- API key
- OAuth2
1. Access your Mailchimp dashboard.
2. Click on your user icon on the top right.
3. Click on 'Account' in the dropdown list.
4. Click on the *Extras* dropdown list and then select 'Registered apps'.
5. Click on the *Register An App* button.
6. Copy the 'OAuth Callback URL' from your n8n Mailchimp OAuth2 API credentials and paste it in the 'Redirect URI' field of the Mailchimp form.
7. Fill out any other necessary details and click on the *Create* button.
8. Use the generated Client ID and Client secret with your Mailchimp OAuth2 API node credentials in n8n.
9. Click on the circle button in the OAuth section to connect your Mailchimp account to n8n.
10. Click the *Save* button to save your credentials.
Refer to [Selecting an authentication method](#selecting-an-authentication-method) for guidance on which method to use.
![Getting Mailchimp credentials](/_images/integrations/builtin/credentials/mailchimp/using-oauth.gif)
## Related resources
## Using Access Token
Refer to [Mailchimp's API documentation](https://mailchimp.com/developer/marketing/api/){:target=_blank .external-link} for more information about the service.
1. Access your Mailchimp dashboard.
2. Click on your user icon on the top right.
3. Click on 'Account' in the dropdown list.
4. Click on the *Extras* dropdown list and then select 'API Keys'.
5. Scroll down and create a new key by clicking on 'Create a Key' under the 'Your API keys' section.
6. Use the API key with your Mailchimp node credentials in n8n.
## Using API key
![Getting Mailchimp credentials](/_images/integrations/builtin/credentials/mailchimp/using-access-token.gif)
To configure this credential, you'll need:
- An **API Key**: Generate an API key in the [API keys section](https://us1.admin.mailchimp.com/account/api/){:target=_blank .external-link} of your Mailchimp account. Refer to [Mailchimp's Generate your API key documentation](https://mailchimp.com/developer/marketing/guides/quick-start/#generate-your-api-key){:target=_blank .external-link} for more detailed instructions.
## Using OAuth2
--8<-- "_snippets/integrations/builtin/credentials/cloud-oauth-button.md"
If you need to configure OAuth2 from scratch, [register an application](https://mailchimp.com/developer/marketing/guides/access-user-data-oauth-2/#register-your-application){:target=_blank .external-link}. Refer to the [Mailchimp OAuth2 documentation](https://mailchimp.com/developer/marketing/guides/access-user-data-oauth-2/){:target=_blank .external-link} for more information.
## Selecting an authentication method
Mailchimp suggests using an API key if you're only accessing your own Mailchimp account's data:
> Use an API key if you're writing code that tightly couples _your_ application's data to _your_ Mailchimp account's data. If you ever need to access _someone else's_ Mailchimp account's data, use OAuth2.

View File

@ -6,22 +6,26 @@ contentType: integration
# MailerLite credentials
You can use these credentials to authenticate the following nodes with MailerLite.
You can use these credentials to authenticate the following nodes:
- [MailerLite](/integrations/builtin/app-nodes/n8n-nodes-base.mailerlite/)
- [MailerLite Trigger](/integrations/builtin/trigger-nodes/n8n-nodes-base.mailerlitetrigger/)
## Prerequisites
Create a [MailerLite](https://MailerLite.com) account.
Create a [MailerLite](https://www.mailerlite.com/){:target=_blank .external-link} account.
## Using API Key
## Supported authentication methods
1. Access the [MailerLite](https://app.mailerlite.com/dashboard/) dashboard.
2. Click on the profile icon on the top right corner.
3. Select 'Integrations' from the dropdown list.
4. Click on 'Developer API' in the ***MailerLite API*** section.
5. Copy the ***API key*** that's displayed and use it with your MailerLite node credentials in n8n.
- API key
![Getting MailerLite credentials](/_images/integrations/builtin/credentials/mailerlite/using-api-key.gif)
## Related resources
Refer to [MailerLite's API documentation](https://developers.mailerlite.com/docs/){:target=_blank .external-link} for more information about the service.
## Using API key
To configure this credential, you'll need:
- An **API Key**: Generate an API key from the **Integrations** menu. Refer to the [API Authentication documentation](https://developers.mailerlite.com/docs/#authentication){:target=_blank .external-link} for more detailed instructions.

View File

@ -6,21 +6,31 @@ contentType: integration
# Mailgun credentials
You can use these credentials to authenticate the following nodes with Mailgun.
You can use these credentials to authenticate the following nodes:
- [Mailgun](/integrations/builtin/app-nodes/n8n-nodes-base.mailgun/)
## Prerequisites
Create a [Mailgun](https://www.mailgun.com/) account.
- Create a [Mailgun](https://www.mailgun.com/){:target=_blank .external-link} account.
- [Add and verify a domain](https://help.mailgun.com/hc/en-us/articles/360026833053-Domain-Verification-Setup-Guide){:target=_blank .external-link} in Mailgun or use the provided sandbox domain for testing.
## Using Access Token
## Supported authentication methods
1. Access your Mailgun dashboard.
2. Click on Settings on the left panel.
3. Click on API Keys.
4. Click on the eye icon to uncover your API key.
5. Use the API key with Mailgun node credentials in n8n.
- API key
![Getting Mailgun credentials](/_images/integrations/builtin/credentials/mailgun/using-access-token.gif)
## Related resources
Refer to [Mailgun's API documentation](https://documentation.mailgun.com/docs/mailgun/api-reference/intro/){:target=_blank .external-link} for more information about the service.
## Using API key
To configure this credential, you'll need:
- An **API Domain**: If your Mailgun account is based in Europe, select `api.eu.mailgun.net`; otherwise, select `api.mailgun.net`. Refer to [Mailgun Base URLs](https://documentation.mailgun.com/docs/mailgun/api-reference/intro/#base-url){:target=_blank .external-link} for more information.
- An **Email Domain**: Enter the email sending domain you're working with. If you have multiple sending domains, refer to [Working with multiple email domains](#working-with-multiple-email-domains) for more information.
- An **API Key**: View your API key in **Settings > API Keys**. Refer to [Mailgun's API Authentication documentation](https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/){:target=_blank .external-link} for more detailed instructions.
## Working with multiple email domains
If your Mailgun account includes multiple sending domains, create a separate credential for each email domain you're working with.

View File

@ -6,22 +6,42 @@ contentType: integration
# Mailjet credentials
You can use these credentials to authenticate the following nodes with Mailjet.
You can use these credentials to authenticate the following nodes:
- [Mailjet](/integrations/builtin/app-nodes/n8n-nodes-base.mailjet/)
- [Mailjet Trigger](/integrations/builtin/trigger-nodes/n8n-nodes-base.mailjettrigger/)
## Prerequisites
Create a [Mailjet](https://www.mailjet.com/) account.
Create a [Mailjet](https://www.mailjet.com/){:target=_blank .external-link} account.
## Using Access Token
## Supported authentication methods
1. Access your Mailjet dashboard.
2. Click on your user icon in the top right.
3. Click on 'Account Settings'.
4. Under REST API, click on 'Master API Key & Sub API key management'.
5. Use the API key and Secret Key with Mailjet node credentials in n8n.
- Email API key: For use with Mailjet's Email API
- SMS token: For use with Mailjet's SMS API
![Getting Mailjet credentials](/_images/integrations/builtin/credentials/mailjet/using-access-token.gif)
## Related resources
Refer to [Mailjet's Email API documentation](https://dev.mailjet.com/email/guides/){:target=_blank .external-link} and [Mailjet's SMS API documentation](https://dev.mailjet.com/sms/guides/){:target=_blank .external-link} for more information about each service.
## Using Email API key
To configure this credential, you'll need:
- An **API Key**: View and generate API keys in your Mailjet [API Key Management](https://app.mailjet.com/account/api_keys){:target=_blank .external-link} page.
- A **Secret Key**: View your API Secret Keys in your Mailjet [API Key Management](https://app.mailjet.com/account/api_keys){:target=_blank .external-link} page.
- _Optional:_ Select whether to use **Sandbox Mode** for calls made using this credential. When turned on, all API calls use Sandbox mode, the API will still validate the payloads but won't deliver the actual messages. This can be useful to troubleshoot any payload error messages without actually sending messages. Refer to Mailjet's [Sandbox Mode documentation](https://dev.mailjet.com/email/guides/send-api-v31/#sandbox-mode){:target=_blank .external-link} for more information.
For this credential, you can use either:
- Mailjet's primary API key and secret key
- A subaccount API key and secret key
Refer to Mailjet's [How to create a subaccount (or additional API key) documentation](https://documentation.mailjet.com/hc/en-us/articles/360042561974-How-to-create-a-subaccount-or-additional-API-Key){:target=_blank .external-link} for detailed instructions on creating more API keys. Refer to [What are subaccounts and how does it help me?](https://documentation.mailjet.com/hc/en-us/articles/360042561854-What-are-subaccounts-and-how-does-it-help-me){:target=_blank .external-link} page for more information on Mailjet subaccounts and when you might want to use one.
## Using SMS Token
To configure this credential, you'll need:
- An access **Token**: Generate a new token from Mailjet's [SMS Dashboard](https://app.mailjet.com/sms){:target=_blank .external-link}. Refer to the [SMS API Getting Started guide](https://dev.mailjet.com/sms/guides/getting-started/){:target=_blank .external-link} for more detailed instructions.

View File

@ -6,20 +6,28 @@ contentType: integration
# Mandrill credentials
You can use these credentials to authenticate the following nodes with Mandrill.
You can use these credentials to authenticate the following nodes:
- [Mandrill](/integrations/builtin/app-nodes/n8n-nodes-base.mandrill/)
## Prerequisites
Create a [Mandrill](https://mandrillapp.com/login/) account.
- Create a Mailchimp [Transactional email account](https://mailchimp.com/features/transactional-email-infrastructure/){:target=_blank .external-link}
- Log in to [Mandrill](https://mandrillapp.com/login/){:target=_blank .external-link} with your Mailchimp account.
## Using Access Token
If you already have a Mailchimp account with a Standard plan or higher, enable [Transactional Emails](https://mailchimp.com/help/add-or-remove-transactional-email){:target=_blank .external-link} within that account to use Mandrill.
1. Access your Mandrill dashboard.
2. Click on the Settings icon in the sidebar.
3. Click on the *+ New API Key* button and create a new API Key.
4. Use the key with your Mandrill API credentials in n8n.
## Supported authentication methods
![Getting Mandrill credentials](/_images/integrations/builtin/credentials/mandrill/using-api-key.gif)
- API key
## Related resources
Refer to [Mailchimp's Transactional API documentation](https://mailchimp.com/developer/transactional/api/){:target=_blank .external-link} for more information about the service.
## Using API key
To configure this credential, you'll need:
- An **API Key**: Generate an API key from the Mandrill [Settings](https://mandrillapp.com/settings){:target=_blank .external-link}. Refer to Mailchimp's [Generate your API key documentation](https://mailchimp.com/developer/transactional/guides/quick-start/#generate-your-api-key){:target=_blank .external-link} for more detailed instructions.

View File

@ -12,18 +12,22 @@ You can use these credentials to authenticate the following nodes:
## Prerequisites
Create an account on [Marketstack](https://marketstack.com/).
Create a [Marketstack](https://marketstack.com/){:target=_blank .external-link} account.
## Using API Key
## Supported authentication methods
From Marketstack:
- API key
1. Access your Marketstack dashboard.
2. Copy the key provided in the ***Your API Access Key*** field.
## Related resources
From n8n:
Refer to [Marketstack's API documentation](https://marketstack.com/documentation){:target=_blank .external-link} for more information about the service.
3. Enter a descriptive ***Credentials Name***.
4. Under ***Credential Data***, enter the key obtained above in the corresponding field.
5. Click **Save** to create your new credentials.
## Using API key
To configure this credential, you'll need:
- An **API Key**: View and generate API keys in your Marketstack [account dashboard](https://marketstack.com/dashboard){:target=_blank .external-link}.
- Select whether to **Use HTTPS**: Make this selection based on your Marketstack account plan level:
- Free plan: Turn off **Use HTTPS**
- All other plans: Turn on **Use HTTPS**

View File

@ -6,22 +6,30 @@ contentType: integration
# Matrix credentials
You can use these credentials to authenticate the following nodes with Matrix.
You can use these credentials to authenticate the following nodes:
- [Matrix](/integrations/builtin/app-nodes/n8n-nodes-base.matrix/)
## Prerequisites
Create an account on a Matrix server.
Create an account on a [Matrix](https://matrix.org/){:target=_blank .external-link} server. Refer to [Creating an account](https://matrix.org/docs/chat_basics/matrix-for-im/#creating-a-matrix-account){:target=_blank .external-link} for more information.
## Using Access Token
## Supported authentication methods
1. Access the Matrix server.
2. Click on your username in the top left corner.
3. Select 'All settings' from the dropdown list.
4. Click on ***Help & About*** in the left sidebar.
5. Scroll down to the ***Advanced*** section.
6. Click on ***click to reveal*** next to 'Access Token'.
7. Copy the 'Homeserver URL' under the ***Advanced*** section if you are using a custom server.
8. Use this Homeserver URL and Access Token with your Matrix node credentials in n8n.
- API access token
## Related resources
Refer to the [Matrix Specification](https://spec.matrix.org/latest/){:target=_blank .external-link} for more information about the service.
Refer to the documentation for the specific client you're using to access the Matrix server.
## Using API access token
To configure this credential, you'll need:
- An **Access Token**: This token is tied to the account you use to log into Matrix with.
- A **Homeserver URL**: This is the URL of the [homeserver](https://matrix.org/docs/matrix-concepts/elements-of-matrix/#homeserver){:target=_blank .external-link} you entered when you created your account. n8n prepopulates this with matrix.org's own server; adjust this if you're using a server hosted elsewhere.
Instructions for getting these details vary depending on the client you're using to access the server. Both the **Access Token** and the **Homeserver URL** can most commonly be found in **Settings > Help & About > Advanced**, but refer to your client's documentation for more details.

View File

@ -6,52 +6,31 @@ contentType: integration
# Mattermost credentials
You can use these credentials to authenticate the following nodes with Mattermost.
You can use these credentials to authenticate the following nodes:
- [Mattermost](/integrations/builtin/app-nodes/n8n-nodes-base.mattermost/)
## Prerequisites
- Create a [Mattermost](https://www.mattermost.com/) account.
- Create a [Mattermost](https://www.mattermost.com/){:target=_blank .external-link} account.
- Ensure that an admin has enabled personal access tokens in **System Console > Integrations > Integration Management**.
- If using a non-admin user or bot account, ensure that an admin has granted that user account permission to generate personal access tokens in **System Console > User Management > Users > User account > Manage roles**.
**Note:** A system administrator has to grant permission to the user to generate an access token. Refer to the [FAQs](#_1-how-to-grant-permissions-to-the-users-to-generate-access-tokens) to learn how a system administrator can grant this permission.
Refer to the Mattermost [Personal access tokens documentation](https://developers.mattermost.com/integrate/reference/personal-access-token/){:target=_blank .external-link} for more detailed instructions on enabling personal access tokens.
## Using Access Token
## Supported authentication methods
1. Click on your username on the top left corner and select 'Account Settings' from the dropdown list.
2. Click on the ***Security*** tab.
3. Click on ***Edit*** in the ***Personal Access Tokens*** section.
4. Click on the ***Create Token*** button.
5. Enter a description in the ***Token Description*** field.
6. Click on the ***Save*** button.
7. Click on the ***Yes, Create*** button.
8. Use this ***Acess Token*** with your Mattermost node credentials in n8n.
- API access token
![Generating Access Token](/_images/integrations/builtin/credentials/mattermost/using-access-token.gif)
## Related resources
## FAQs
Refer to [Mattermost's API documentation](https://api.mattermost.com/){:target=_blank .external-link} for more information about the service.
### How to grant permissions to the users to generate access tokens?
## Using API access token
A system admin has to grant permissions to the users for the user to create access tokens. If you're a system admin, follow the steps mentioned below.
To configure this credential, you'll need:
1. Click on your username on the top left corner and select 'System Console' from the dropdown list.
2. Click on ***Integration Management*** under the ***INTEGRATIONS*** section on the left sidebar.
3. Go to Integration Management.
4. Scroll down to the ***Enable Personal Access Tokens*** and enable personal access tokens.
5. Click on the ***Save*** button.
6. Click on ***Users*** under the ***USER MANAGEMENT*** section on the left sidebar.
7. Personal access tokens are generated for individual users, so they must be enabled for each user. Click on ***Member*** next to the user you want to grant permission to, and select 'Manage Roles' from the dropdown list.
8. Check the ***Allow this account to generate personal access tokens*** checkbox.
9. Select any additional permissions you want to grant the user and click on the ***Save*** button.
**Note:** You may also create a bot account and apply the same for it.
The user can now generate a personal access token by going to their account settings and following the steps mentioned [above](#using-access-token).
![Granting permission to user](/_images/integrations/builtin/credentials/mattermost/granting-permission.gif)
- [Personal Access Tokens](https://docs.mattermost.com/developer/personal-access-tokens.html)
- An **Access Token**: Create a personal access token in Mattermost in **Profile > Security > Personal Access Tokens**. Refer to [Create a personal access token](https://developers.mattermost.com/integrate/reference/personal-access-token/#create-a-personal-access-token){:target=_blank .external-link} for more detailed instructions.
- A **Base URL**: Enter your Mattermost URL.
- _Optional:_ Select whether to **Ignore SSL Issues**. If turned on, the credential will connect even if SSL certificate validation fails.

View File

@ -13,49 +13,43 @@ You can use these credentials to authenticate the following nodes with Mautic.
## Prerequisites
Create an account on a [Mautic](https://www.mautic.org/) instance.
- Create an account on a [Mautic](https://www.mautic.org/) instance.
- Ensure the instance has the API enabled in **Configuration > API Settings**.
- If using basic auth as your credential authentication method, turn on **Enable basic auth?** in Mautic's **Configuration > API Settings**. Refer to the [API Settings documentation](https://docs.mautic.org/en/5.x/configuration/settings.html#api-settings){:target=_blank .external-link} for more information.
## Using OAuth
## Supported authentication methods
1. Open your Mautic dashboard.
2. Click on the gear icon on the top right and select ***API Credentials***.
3. Click on the ***+ New*** button on the top right.
4. Select 'OAuth 2' from the ***Authorization Protocol*** dropdown list.
5. Enter the name of the credentials in the ***Name*** field.
6. Copy the 'OAuth Callback URL' provided in the 'Mautic OAuth2 API' credentials in n8n.
7. Paste it in the ***Redirect URI*** field on the Mautic credentials page.
8. Click on the ***Apply*** button.
9. Enter the name for your credentials in the ***Credentials Name*** field in the 'Mautic OAuth2 API' credentials in n8n.
10. Copy the ***Client ID*** from the Mautic credentials page.
11. Paste it in the ***Client ID*** field in the 'Mautic OAuth2 API' credentials in n8n.
12. Copy the ***Client Secret*** from the Mautic credentials page.
13. Paste it in the ***Client Secret*** field in the 'Mautic OAuth2 API' credentials in n8n.
14. Enter the URL of your Mautic instance in the ***URL*** field.
15. Click on the circle button in the OAuth section to connect a Mautic account to n8n.
16. Click on the ***Save*** button to save your credentials.
- Basic auth
- OAuth2
The following video demonstrates the steps mentioned above.
## Related resources
<div class="video-container">
<iframe width="840" height="472.5" src="https://www.youtube.com/embed/vEL0wJ2_91E" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
Refer to [Mautic's API documentation](https://developer.mautic.org/#rest-api){:target=_blank .external-link} for more information about the service.
## Using Credentials
## Using basic auth
1. Open your Mautic dashboard.
2. Click on the gear icon on the top right and select ***Configuration***.
3. Select 'API Settings' from the left sidebar.
4. Select 'Yes' under the ***Enable HTTP basic auth?*** section.
5. Click on the ***Apply*** button.
6. Enter the name for your credentials in the ***Credentials Name*** field in the 'Mautic API' credentials in n8n.
7. Enter the URL of your Mautic instance in the ***URL*** field in the 'Mautic API' credentials in n8n.
8. Enter your Mautic username in the ***Username*** field in the 'Mautic API' credentials in n8n.
9. Enter your Mautic password in the ***Password*** field in the 'Mautic API' credentials in n8n.
10. Click on the ***Create*** button to create your credentials.
To configure this credential, be sure that **Enable basic auth?** in Mautic's **API Settings** is turned on.
The following video demonstrates the steps mentioned above.
Then you'll need:
<div class="video-container">
<iframe width="840" height="472.5" src="https://www.youtube.com/embed/077wqv1rPLs" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
- A **URL**: Enter hte URL of your Mautic instance.
- A **Username**: Enter your Mautic username.
- A **Password**: Enter your Mautic password.
## Using OAuth2
To configure this credential, you'll need:
- A **Client ID**: Generate a Client ID when you create new API Credentials in **Configuration > API Credentials**. (This option won't appear if an admin hasn't enabled the API.)
- A **Client Secret**: Generate a Client ID when you create new API Credentials in **Configuration > API Credentials**. (This option won't appear if an admin hasn't enabled the API.)
- A **URL**: Enter the URL of your Mautic instance.
Refer to [What is Mautic's API?](https://kb.mautic.org/article/what-is-mautic-039%3bs-api.html){:target=_blank .external-link} for detailed instructions on creating a new API credential.
When you create the new API credential, use these options:
- Select `OAuth 2` as the **Authorization Protocol**.
- Copy the **OAuth Callback URL** from n8n and enter it as the **Redirect URI** in Mautic.
Once the credential is created, copy the **Client ID** and **Client Secret** from Mautic to enter in the corresponding fields in n8n.