53 lines
912 B
Plaintext
53 lines
912 B
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"
|
|
}
|
|
]}
|
|
/>
|