Skip to content

nischal-subedi/medusa-rocketchat-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medusa Rocketchat Notification Plugin

This plugin integrates medusa and rocketchat together to open a way to receieve notifications from medusa on Rocketchat.

Medusa X Rocketchat

Set up Project

Prerequisites

  • Medusa Backend/Frontend/admin Setup
  • RocketChat Webhook

Installation

  • Clone this repo
  • Configure below params in backend medsa-config.js file
  {
    resolve: `rocket-chat-webhook-notifications`
    options:{
            webhook: `https://medusa-test.rocket.chat/hooks/../../`
            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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published