1.1.2 • Published 8 months ago

messaging-package v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Messaging Package

This package allows the users registered with TrustCheckr to send emails and SMSs in a simple way to users.

Usage

const Messaging = require('trustcheckr-messaging');

const message = Messaging(MESSAGING_TOKEN);
// MESSAGING_TOKEN can be found from TrustCheckr team.

message.send(EVENT_NAME, EMAIL, PHONE);
// EVENT_NAME can be created on the dashboard provided by TrustCheckr when you register.