Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add classic API toggle to MailerLite credentials #2740

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/integrations/builtin/credentials/mailerlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ 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.

Enable the **Classic API** toggle if the API key is for a MailerLite Classic account instead of the newer MailerLite experience.

/// note
Most new MailerLite accounts and all free accounts should disable the **Classic API** toggle. You can find out [which version of MailerLite you are using](https://www.mailerlite.com/help/which-version-of-mailerlite-am-i-using) and learn more about the differences between the two in the [MailerLite FAQ](https://www.mailerlite.com/help/new-mailerlite-faq).
///
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ For usage examples and templates to help you get started, refer to n8n's [Mailer

- Campaign Sent
- Subscriber Added to Group
- Subscriber Added through web form
- Subscriber Automation Completed
- Subscriber Automation Triggered
- Subscriber Bounced
Expand Down
Loading