docs: added first-purchase promotion guide (#12828)

This commit is contained in:
Shahed Nasser
2025-06-26 09:54:30 +03:00
committed by GitHub
parent 2a92b7037c
commit e3a7af4331
23 changed files with 877 additions and 18 deletions
@@ -86,8 +86,41 @@ Medusa provides other Notification Modules that actually send notifications, suc
variant: "green",
children: "For Production"
}
},
{
title: "Mailchimp",
href: "/integrations/guides/mailchimp",
badge: {
variant: "blue",
children: "Tutorial",
}
},
{
title: "Resend",
href: "/integrations/guides/resend",
badge: {
variant: "blue",
children: "Tutorial",
}
},
{
title: "Slack",
href: "/integrations/guides/slack",
badge: {
variant: "blue",
children: "Tutorial",
}
},
{
title: "Twilio SMS",
href: "/how-to-tutorials/tutorials/phone-auth#step-3-integrate-twilio-sms",
badge: {
variant: "blue",
children: "Tutorial",
}
}
]}
itemsPerRow={2}
/>
---