Skip to main content
Question

Place outbound calls via Twilio that get forwarded?

  • February 9, 2022
  • 8 replies
  • 255 views

Hello! I’m trying to place outbound calls from my Facebook lead ads.

I found the option to place a call with the Twilio integration, but as far as I can tell that’s just to read a message to the number being called.

What I’m trying to do is place an outbound call to my new lead, then when they answer they hear a “Hello! This is _____. We have a live agent waiting to help you. Please press 1 to be connected.”

Then I’d like the caller to be able to press 1, which forwards them to the number of the agent.

Is this possible?

Thank you!

Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

8 replies

Troy Tessalone
Forum|alt.badge.img+14

Hi @jadecomputer 

Check out Twilio Studio: https://www.twilio.com/docs/studio

 


  • New
  • 3 replies
  • February 17, 2022

Hi @Troy Tessalone

I am doing the same thing as @jadecomputer  but even after configuring the Twilio Studio Flow, the Zap ends after saying the message. How do I connect the Studio flow I created to my Zap?

Thanks

 

 


Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 30948 replies
  • February 17, 2022

Hi @jjhayar01 

Please clarify your Zap steps that are being used with screenshots, thanks.


  • New
  • 3 replies
  • February 17, 2022

Hi @Troy Tessalone

 

Sure. It is basically the same with  @jadecomputer. When a Facebook Lead gets to my Ad, i connect them with Twilio via Zap, Action is to Call Phone and Say a message. Asking them to Press 1 to be connected to an Agent. After the message is said during call, the call ends. 

 

 


Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 30948 replies
  • February 17, 2022

@jjhayar01

You need to use this Twilio Studio Flow to as the trigger: REST API

Click the (?) to learn more.

 

In the Zap instead of the Twilio Call Phone step, you’d use a Webhook POST request: https://zapier.com/apps/webhook/integrations#triggers-and-actions


Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 30948 replies
  • February 17, 2022

@jjhayar01 

I’m gonna put together another topic with a how to guide for triggering a Twilio Studio Flow via a Zap.


Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 30948 replies
  • February 17, 2022

@jjhayar01 

Check out this related topic:

 


  • New
  • 3 replies
  • February 17, 2022
Troy Tessalone wrote:

Thanks @Troy Tessalone