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
436
decreased by-21.86%
Maintainers
4
Install size
18.9 MB
Created
Weekly downloads
 

Changelog

Source

2.43.1 (2022-02-01)

Bug Fixes

  • adds numbers to ios bundle IDs (#2361) (5cf6767)
  • change the order we spread props to ensure we do not overwrite feed arguments (#2371) (c4f8706)

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 01 Feb 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