Socket
Socket
Sign inDemoInstall

@apollosproject/data-connector-twilio

Package Overview
Dependencies
123
Maintainers
4
Versions
410
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @apollosproject/data-connector-twilio

Provides a connector to Twilio for sending SMS messages.


Version published
Weekly downloads
1.5K
increased by264.16%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

@apollosproject/data-connector-twilio

Provides a connector to Twilio for sending SMS messages.

Dependants / Dependencies

Required by

  • AuthSms in @apollosproject/data-connector-rock

Usage

In your src/data/index,

import * as Sms from '@apollosproject/data-connector-twilio'

...

const data = {
  ...
  Sms,
  ...
}

Overriding

Any package that seeks to replace this functionality can do so by defining a single method inside an Sms datasource. The method name is sendSms and the argument signature is { String: to, String: from (default should be provided), String: body }.

FAQs

Last updated on 05 Apr 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc