1.0.1 • Published 5 years ago

tap-twilio v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

tap-twilio

This module is a Singer.io "Tap" for loading data from Twilio. At the moment it only returns IncomingPhoneNumber, but other streams may be added in the future.

Usage

tap-twilio --config <config-file>

Config File

The config file must be in JSON format.

Required config keys

  • accountSid Twilio Account SID
  • authToken Twilio Auth Token

Optional config keys

  • pageSize number of records to load in a single API call