This package has been deprecated

Author message:

Package no longer supported. Use @novu/providers instead.

@novu/ring-central
TypeScript icon, indicating that this package has built-in type declarations

0.24.1 • Public • Published

Novu RingCentral Provider

A RingCentral sms provider library for @novu/node

Usage

import { RingCentralSmsProvider } from '@novu/ringcentral';

const provider = new RingCentralSmsProvider({
  clientId: process.env.RINGCENTRAL_CLIENT_ID,
  clientSecret: process.env.RINGCENTRAL_CLIENT_SECRET,
  isSandBox: process.env.RINGCENTRAL_IS_SANDBOX, // OPTIONAL: defaults to false
  jwtToken: process.env.RINGCENTRAL_JWT_TOKEN,
  from: process.env.RINGCENTRAL_FROM_NUMBER, // a valid ringcentral phone number
});

await provider.sendMessage({
  to: '0123456789',
  content: 'Message to send',
});

Readme

Keywords

none

Package Sidebar

Install

npm i @novu/ring-central

Weekly Downloads

4

Version

0.24.1

License

MIT

Unpacked Size

33.6 kB

Total Files

21

Last publish

Collaborators

  • letitrock
  • scopsy
  • sokratis