Files
medusa-store/www/apps/resources/app/integrations/page.mdx
Shahed Nasser 537a609dfb docs: add resend integration guide (#10268)
* initial guide

* initial draft

* finished draft

* address feedback

* add meta image
2024-11-27 13:28:52 +02:00

72 lines
1.2 KiB
Plaintext

import { CardList } from "docs-ui"
export const metadata = {
title: `Integrations`,
}
# {metadata.title}
Find in this document Medusa's modules that integrate third-party services and systems.
## File
Learn how to create a file provider in [this guide](/references/file-provider-module).
<CardList
items={[
{
href: "/architectural-modules/file/s3",
title: "AWS S3 (and Compatible APIs)"
}
]}
/>
---
## Notification
Learn how to create a notification provider in [this guide](/references/notification-provider-module).
<CardList
items={[
{
href: "/architectural-modules/notification/sendgrid",
title: "SendGrid"
}
]}
/>
---
## Payment
Learn how to create a payment provider in [this guide](/references/payment/provider).
<CardList
items={[
{
href: "/commerce-modules/payment/payment-provider/stripe",
title: "Stripe"
}
]}
/>
---
## Guides
The following guides are step-by-step guides on how to integrate Medusa to third-party systems.
<CardList
items={[
{
href: "/integrations/guides/sanity",
title: "Sanity"
},
{
href: "/integrations/guides/resend",
title: "Resend"
}
]}
/>