- plugin is still in developement and thus not ready for production.
Enhance your Medusa ecommerce shop with meudsa-plugin-messaging, a seamless messaging extension that empowers customers to communicate effortlessly while integrating social media messages into the admin dashboard for efficient store management. Elevate your user experience with a clean and intuitive UI.
See Documentation.
Discord: @raideno ID:423897604330618883
npm i medusa-plugin-messaging
First build your backend.
npm run build
Run the migrations
npx medusa migrations run
This env variables are required on the admin: BACKEND_URL
// medusa-config.js
const plugins = [
/** @type {import('medusa-plugin-messaging').PluginOptions} */
{
resolve: "medusa-plugin-messaging",
options: {
enableUI: true,
backendUrl: process.env.BACKEND_URL || "http://localhost:9000",
handlers: [],
},
},
];
// ...
After configuring the plugin, a new route will show up in your Store Admin Dashboard.
See Documentation.
- Integrate Instagram Handler
- Integrate Facebook Handler
- Integrate Whatsapp Handler
- Integrate Telegram Handler
Anyone is welcome to contribute or suggest new features, please contact me on Discord: @raideno ID:423897604330618883
.
-
Effortless Messaging Management: The 'meudsa-plugin-messaging' introduces a user-friendly UI for seamless integration of messaging functionalities into your Medusa-powered ecommerce admin dashboard. Enhance communication between customers and admins effortlessly.
-
Unified Social Media Inbox: Consolidate messages from social media platforms like Instagram, Facebook, Twitter, and more directly into your admin dashboard. Respond to customer inquiries and social media interactions efficiently, all in one place.