docs: added malchimp integration guide (#12807)

* docs: added malchimp integration guide

* add edit date
This commit is contained in:
Shahed Nasser
2025-06-24 16:48:14 +03:00
committed by GitHub
parent ffdec55cc6
commit 490695a83a
9 changed files with 2683 additions and 2 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -208,6 +208,14 @@ A Notification Module Provider sends messages to users and customers in your Med
href: "/infrastructure-modules/notification/sendgrid",
title: "SendGrid"
},
{
href: "/integrations/guides/mailchimp",
title: "Mailchimp",
badge: {
variant: "blue",
children: "Tutorial"
}
},
{
href: "/integrations/guides/resend",
title: "Resend",

View File

@@ -6483,7 +6483,7 @@ export const generatedEditDates = {
"references/types/interfaces/types.WebhookActionResult/page.mdx": "2025-05-20T07:51:41.086Z",
"references/types/interfaces/types.WebhookActionData/page.mdx": "2025-05-20T07:51:41.086Z",
"app/commerce-modules/tax/tax-provider/page.mdx": "2025-05-20T07:51:40.711Z",
"app/recipes/bundled-products/examples/standard/page.mdx": "2025-05-20T07:51:40.718Z",
"app/recipes/bundled-products/examples/standard/page.mdx": "2025-06-23T15:54:25.807Z",
"app/recipes/bundled-products/page.mdx": "2025-05-20T07:51:40.718Z",
"app/infrastructure-modules/analytics/local/page.mdx": "2025-05-29T07:08:55.749Z",
"app/infrastructure-modules/analytics/page.mdx": "2025-05-26T14:48:25.803Z",
@@ -6546,5 +6546,6 @@ export const generatedEditDates = {
"references/utils/types/utils.NormalizedRow/page.mdx": "2025-06-05T19:05:53.365Z",
"references/utils/utils.Payment/page.mdx": "2025-06-05T19:05:53.489Z",
"app/integrations/guides/slack/page.mdx": "2025-06-03T09:37:42.528Z",
"app/integrations/guides/sentry/page.mdx": "2025-06-16T10:11:29.955Z"
"app/integrations/guides/sentry/page.mdx": "2025-06-16T10:11:29.955Z",
"app/integrations/guides/mailchimp/page.mdx": "2025-06-24T08:08:35.034Z"
}

View File

@@ -875,6 +875,10 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/integrations/guides/magento/page.mdx",
"pathname": "/integrations/guides/magento"
},
{
"filePath": "/www/apps/resources/app/integrations/guides/mailchimp/page.mdx",
"pathname": "/integrations/guides/mailchimp"
},
{
"filePath": "/www/apps/resources/app/integrations/guides/resend/page.mdx",
"pathname": "/integrations/guides/resend"

View File

@@ -463,6 +463,15 @@ const generatedgeneratedHowToTutorialsSidebarSidebar = {
"description": "Learn how to migrate data from Magento to Medusa.",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Newsletter with Mailchimp",
"path": "/integrations/guides/mailchimp",
"description": "Learn how to integrate Mailchimp with Medusa to manage and automate newsletters.",
"children": []
},
{
"loaded": true,
"isPathHref": true,

View File

@@ -180,6 +180,14 @@ const generatedgeneratedIntegrationsSidebarSidebar = {
"title": "Notification",
"initialOpen": true,
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/integrations/guides/mailchimp",
"title": "Mailchimp",
"children": []
},
{
"loaded": true,
"isPathHref": true,

View File

@@ -120,6 +120,13 @@ While tutorials show you a specific use case, they also help you understand how
path: "/integrations/guides/magento",
description: "Learn how to migrate data from Magento to Medusa.",
},
{
type: "ref",
title: "Newsletter with Mailchimp",
path: "/integrations/guides/mailchimp",
description:
"Learn how to integrate Mailchimp with Medusa to manage and automate newsletters.",
},
{
type: "link",
title: "Phone Authentication",

View File

@@ -124,6 +124,11 @@ export const integrationsSidebar = [
title: "Notification",
initialOpen: true,
children: [
{
type: "link",
path: "/integrations/guides/mailchimp",
title: "Mailchimp",
},
{
type: "link",
path: "/integrations/guides/resend",