docs: added malchimp integration guide (#12807)
* docs: added malchimp integration guide * add edit date
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -208,6 +208,14 @@ A Notification Module Provider sends messages to users and customers in your Med
|
|||||||
href: "/infrastructure-modules/notification/sendgrid",
|
href: "/infrastructure-modules/notification/sendgrid",
|
||||||
title: "SendGrid"
|
title: "SendGrid"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
href: "/integrations/guides/mailchimp",
|
||||||
|
title: "Mailchimp",
|
||||||
|
badge: {
|
||||||
|
variant: "blue",
|
||||||
|
children: "Tutorial"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
href: "/integrations/guides/resend",
|
href: "/integrations/guides/resend",
|
||||||
title: "Resend",
|
title: "Resend",
|
||||||
|
|||||||
@@ -6483,7 +6483,7 @@ export const generatedEditDates = {
|
|||||||
"references/types/interfaces/types.WebhookActionResult/page.mdx": "2025-05-20T07:51:41.086Z",
|
"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",
|
"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/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/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/local/page.mdx": "2025-05-29T07:08:55.749Z",
|
||||||
"app/infrastructure-modules/analytics/page.mdx": "2025-05-26T14:48:25.803Z",
|
"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/types/utils.NormalizedRow/page.mdx": "2025-06-05T19:05:53.365Z",
|
||||||
"references/utils/utils.Payment/page.mdx": "2025-06-05T19:05:53.489Z",
|
"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/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"
|
||||||
}
|
}
|
||||||
@@ -875,6 +875,10 @@ export const filesMap = [
|
|||||||
"filePath": "/www/apps/resources/app/integrations/guides/magento/page.mdx",
|
"filePath": "/www/apps/resources/app/integrations/guides/magento/page.mdx",
|
||||||
"pathname": "/integrations/guides/magento"
|
"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",
|
"filePath": "/www/apps/resources/app/integrations/guides/resend/page.mdx",
|
||||||
"pathname": "/integrations/guides/resend"
|
"pathname": "/integrations/guides/resend"
|
||||||
|
|||||||
@@ -463,6 +463,15 @@ const generatedgeneratedHowToTutorialsSidebarSidebar = {
|
|||||||
"description": "Learn how to migrate data from Magento to Medusa.",
|
"description": "Learn how to migrate data from Magento to Medusa.",
|
||||||
"children": []
|
"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,
|
"loaded": true,
|
||||||
"isPathHref": true,
|
"isPathHref": true,
|
||||||
|
|||||||
@@ -180,6 +180,14 @@ const generatedgeneratedIntegrationsSidebarSidebar = {
|
|||||||
"title": "Notification",
|
"title": "Notification",
|
||||||
"initialOpen": true,
|
"initialOpen": true,
|
||||||
"children": [
|
"children": [
|
||||||
|
{
|
||||||
|
"loaded": true,
|
||||||
|
"isPathHref": true,
|
||||||
|
"type": "link",
|
||||||
|
"path": "/integrations/guides/mailchimp",
|
||||||
|
"title": "Mailchimp",
|
||||||
|
"children": []
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"loaded": true,
|
"loaded": true,
|
||||||
"isPathHref": true,
|
"isPathHref": true,
|
||||||
|
|||||||
@@ -120,6 +120,13 @@ While tutorials show you a specific use case, they also help you understand how
|
|||||||
path: "/integrations/guides/magento",
|
path: "/integrations/guides/magento",
|
||||||
description: "Learn how to migrate data from Magento to Medusa.",
|
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",
|
type: "link",
|
||||||
title: "Phone Authentication",
|
title: "Phone Authentication",
|
||||||
|
|||||||
@@ -124,6 +124,11 @@ export const integrationsSidebar = [
|
|||||||
title: "Notification",
|
title: "Notification",
|
||||||
initialOpen: true,
|
initialOpen: true,
|
||||||
children: [
|
children: [
|
||||||
|
{
|
||||||
|
type: "link",
|
||||||
|
path: "/integrations/guides/mailchimp",
|
||||||
|
title: "Mailchimp",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: "link",
|
type: "link",
|
||||||
path: "/integrations/guides/resend",
|
path: "/integrations/guides/resend",
|
||||||
|
|||||||
Reference in New Issue
Block a user