Skip to content

AuthySE/BulkLookupV2

Repository files navigation

BulkLookupV2

Bulk Lookups for Twilio Lookup

  1. Add TWILIO SID and AUTH TOKEN to demo.env
  2. Do you want to do Line Type Intelligence, Caller Name, or Validation Lookups?
    1. Put in the appropriate value.
  3. Execute npm install
  4. source demo.env
  5. Put source phone numbers into a csv file (e.g. input.csv). 1 column of numbers. (e.g. +12024561111)
  6. Execute the script with the input file node bulkLookup.js input.csv

Output

Found information: output-[type].csv

Error information (invalid numbers): error-[type].csv

Resources

The error output will include the error response for each particular number. You can find a list of all Twilio error codes, here;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published