/medusa-plugin-teams-notification

Medusa Plugin to send notification to Ms Teams

Primary LanguageJavaScript

Medusa Teams Notification Plugin

This Plugin offers a way to receieve notifications from Medusa on Ms Teams.

Set up Project

Prerequisites

Installation

  • 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

Resources