@apollosproject/data-connector-twilio
Advanced tools
Weekly downloads
Changelog
Readme
@apollosproject/data-connector-twilio
Provides a connector to Twilio for sending SMS messages.
Required by
AuthSms
in @apollosproject/data-connector-rock
In your src/data/index
,
import * as Sms from '@apollosproject/data-connector-twilio'
...
const data = {
...
Sms,
...
}
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
Provides a connector to Twilio for sending SMS messages.
The npm package @apollosproject/data-connector-twilio receives a total of 676 weekly downloads. As such, @apollosproject/data-connector-twilio popularity was classified as not popular.
We found that @apollosproject/data-connector-twilio demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
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.