Merge pull request #1561 from automatisch/AUT-614
feat(mailerlite): add mailerlite integration
This commit is contained in:
@@ -252,6 +252,12 @@ export default defineConfig({
|
||||
{ text: 'Connection', link: '/apps/invoice-ninja/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'MailerLite',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [{ text: 'Connection', link: '/apps/mailerlite/connection' }],
|
||||
},
|
||||
{
|
||||
text: 'Mattermost',
|
||||
collapsible: true,
|
||||
|
15
packages/docs/pages/apps/mailerlite/connection.md
Normal file
15
packages/docs/pages/apps/mailerlite/connection.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# MailerLite
|
||||
|
||||
:::info
|
||||
This page explains the steps you need to follow to set up the MailerLite
|
||||
connection in Automatisch. If any of the steps are outdated, please let us know!
|
||||
:::
|
||||
|
||||
1. Login to your MailerLite account: [https://www.mailerlite.com/](https://www.mailerlite.com/).
|
||||
2. Click on the **Integrations** tab on the left.
|
||||
3. Click on the **Use** button in the MailerLite API section.
|
||||
4. Click on the **Generate new token** button.
|
||||
5. Fill the form and click on the **Create token** button.
|
||||
6. Copy the token from the popup to the `API Key` field on Automatisch.
|
||||
7. Write any screen name to be displayed in Automatisch.
|
||||
8. Now, you can start using the MailerLite connection with Automatisch.
|
1
packages/docs/pages/public/favicons/mailerlite.svg
Normal file
1
packages/docs/pages/public/favicons/mailerlite.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 9.0 KiB |
Reference in New Issue
Block a user