feat(mailchimp): add mailchimp integration

This commit is contained in:
Rıdvan Akca
2024-01-31 12:32:15 +03:00
committed by Ali BARIN
parent c4cbc024e6
commit cbed79fbf1
12 changed files with 195 additions and 0 deletions

View File

@@ -261,6 +261,12 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/mailerlite/connection' },
],
},
{
text: 'Mailchimp',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/mailchimp/connection' }],
},
{
text: 'Mattermost',
collapsible: true,

View File

@@ -0,0 +1,17 @@
# Mailchimp
:::info
This page explains the steps you need to follow to set up the Mailchimp
connection in Automatisch. If any of the steps are outdated, please let us know!
:::
1. Login to your [Mailchimp account](https://mailchimp.com/) to create an app.
2. Click on the account image and go to your **profile** page.
3. Click on the **Extras** tab and choose the **Registered apps**.
4. Click on the **Register An App** button.
5. Fill the registration form.
6. Copy **OAuth Redirect URL** from Automatisch to **Redirect URI** field, and click on the **Create** button.
7. Copy the **Your Client ID** value to the `Client ID` field on Automatisch.
8. Copy the **Your Client Secret** value to the `Client Secret` field on Automatisch.
9. Click **Submit** button on Automatisch.
10. Congrats! Start using your new Mailchimp connection within the flows.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.0 KiB