1.2.25 • Published 6 days ago

medusa-plugin-whatsapp v1.2.25

Weekly downloads
-
License
MIT
Repository
github
Last release
6 days ago

Medusa-Plugin-Whatsapp

Bring two poplar platforms together

Getting started

Installation

yarn add medusa-plugin-whatsapp

Usage

Api

Configure the sandbox webhook to point to http://yourserver/whatsapp/received

License

MIT

Configuration

set the following environment variables. Please use production codes, Test codes don't work with the whatsapp sandbox

TWILIO_AUTH_SID= <your twilio auth code> // it begins with AC
TWILIO_AUTH_TOKEN= <your twilio auth token>

#### Only for testing
TEST_SEND_NUMBER= <sandbox number>
TEST_RECIEVER_NUMBER= <your sandbox member number>

in medusa-config.js

add to your plugins list

///...other plugins
  {
     resolve:"medusa-plugin-whatsapp":
    {
      options:{
      account_sid: process.env.TWILIO_AUTH_SID,
      auth_token: process.env.TWILIO_AUTH_TOKEN,
      whatsappHandlerInterface:"nameOftheHandlerService"
      }
    }

  }
1.2.23

6 days ago

1.2.24

6 days ago

1.2.25

6 days ago

1.2.21

15 days ago

1.2.22

15 days ago

1.2.20

2 months ago

1.2.18

2 months ago

1.2.19

2 months ago

1.2.16

2 months ago

1.2.17

2 months ago

1.2.15

2 months ago

1.2.12

2 months ago

1.2.13

2 months ago

1.2.10

2 months ago

1.2.14

2 months ago

1.2.0

2 months ago

1.2.8

2 months ago

1.2.7

2 months ago

1.2.6

2 months ago

1.2.5

2 months ago

1.2.4

2 months ago

1.2.3

2 months ago

1.2.2

2 months ago

1.2.1

2 months ago

1.2.9

2 months ago

1.1.17

2 months ago

1.1.16

2 months ago

1.1.15

2 months ago

1.1.12

2 months ago

1.1.14

2 months ago

1.1.13

2 months ago

1.1.11

3 months ago

1.1.9

5 months ago

1.1.8

5 months ago

1.1.7

5 months ago

1.1.6

5 months ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago