Mautic#
You can use these credentials to authenticate the following nodes with Mautic.
Prerequisites#
Create an account on a Mautic instance.
Using OAuth#
- Open your Mautic dashboard.
- Click on the gear icon on the top right and select API Credentials.
- Click on the + New button on the top right.
- Select 'OAuth 2' from the Authorization Protocol dropdown list.
- Enter the name of the credentials in the Name field.
- Copy the 'OAuth Callback URL' provided in the 'Mautic OAuth2 API' credentials in n8n.
- Paste it in the Redirect URI field on the Mautic credentials page.
- Click on the Apply button.
- Enter the name for your credentials in the Credentials Name field in the 'Mautic OAuth2 API' credentials in n8n.
- Copy the Client ID from the Mautic credentials page.
- Paste it in the Client ID field in the 'Mautic OAuth2 API' credentials in n8n.
- Copy the Client Secret from the Mautic credentials page.
- Paste it in the Client Secret field in the 'Mautic OAuth2 API' credentials in n8n.
- Enter the URL of your Mautic instance in the URL field.
- Click on the circle button in the OAuth section to connect a Mautic account to n8n.
- Click on the Save button to save your credentials.
The following video demonstrates the steps mentioned above.
Using Credentials#
- Open your Mautic dashboard.
- Click on the gear icon on the top right and select Configuration.
- Select 'API Settings' from the left sidebar.
- Select 'Yes' under the Enable HTTP basic auth? section.
- Click on the Apply button.
- Enter the name for your credentials in the Credentials Name field in the 'Mautic API' credentials in n8n.
- Enter the URL of your Mautic instance in the URL field in the 'Mautic API' credentials in n8n.
- Enter your Mautic username in the Username field in the 'Mautic API' credentials in n8n.
- Enter your Mautic password in the Password field in the 'Mautic API' credentials in n8n.
- Click on the Create button to create your credentials.
The following video demonstrates the steps mentioned above.