Skip to main content

GUIDE: Use Twilio Lookup API to Get Phone Number Info

  • December 2, 2021
  • 1 reply
  • 949 views

Troy Tessalone
Forum|alt.badge.img+14

GUIDE: Use Twilio Lookup API to Get Phone Number Info

 

RESOURCES

About Twilio Lookup: https://www.twilio.com/lookup

Twilio Lookup API: https://www.twilio.com/docs/lookup/api

Zap Webhook App: https://zapier.com/apps/webhook/help

 

CONFIG

App: Webhook

Action Event: GET

URL: Replace [PHONE#] with the 10-digit phone number you want to lookup

NOTE: Remove &Type=caller-name and/or &Type=carrier if you only want to do 1 lookup type

Basic Auth: Replace [Twilio Account SID] and [Twilio Auth Token]

(How to find in Twilio: https://www.twilio.com/blog/better-twilio-authentication-csharp-twilio-api-keys)

 

RESULTS

 

Tips and Inspiration contributed by: Troy Tessalone - Automation Ace

Did this topic help you find an answer to your question?

1 reply

  • New
  • 1 reply
  • September 28, 2022
Troy Tessalone wrote:

GUIDE: Use Twilio Lookup API to Get Phone Number Info

 

RESOURCES

About Twilio Lookup: https://www.twilio.com/lookup

Twilio Lookup API: https://www.twilio.com/docs/lookup/api

Zap Webhook App: https://zapier.com/apps/webhook/help

 

CONFIG

App: Webhook

Action Event: GET

URL: https://phone-number-api.com/

NOTE: Remove &Type=caller-name and/or &Type=carrier if you only want to do 1 lookup type

Basic Auth: Replace [Twilio Account SID] and [Twilio Auth Token]

(How to find in Twilio: https://www.twilio.com/blog/better-twilio-authentication-csharp-twilio-api-keys)

 

RESULTS

 

Tips and Inspiration contributed by: Troy Tessalone - Automation Ace

Thank you for sharing