This Plugin offers a way to receieve notifications from Medusa on Ms Teams.
- Medusa Backend/Frontend/admin Setup
- MS Teams Webhook
- Clone this repo
- Configure below paramers in backend medsa-config.js file
{
resolve: `medusa-plugin-teams-notification`,
options: {
show_discount_code: `<true|false>`,
teams_url: `<WEBHOOK_URL>`,
admin_orders_url: `http://localhost:7001/a/orders`,
}
}
- add local package using npm link with backend repo
- setup REDIS_URL in projectConfig, For notification queue