Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

@apollosproject/data-connector-twilio

Package Overview
Dependencies
2
Maintainers
4
Versions
410
Issues
File Explorer

Advanced tools

@apollosproject/data-connector-twilio

Provides a connector to Twilio for sending SMS messages.

    2.43.1latest
    GitHub

Version published
Maintainers
4
Weekly downloads
708
decreased by-8.88%

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 installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • 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