SBala
SBala

Reputation: 85

How to use Twilio to do some automation, and then let a human converse?

I'm a 100% newbie with Twilio but trying to help someone out. We have a website where someone fills out a form and it kicks off some automated texts. First we want some automated back and forth (at the moment this is being done by our website built on bubble.io, but we could switch it to Twilio if need be). At the end of the automated conversation, we want a human to then step in and have a human conversation.

Is this possible? How would I do that?

We're open to any platform.

Upvotes: 0

Views: 441

Answers (3)

Rashed Rahat
Rashed Rahat

Reputation: 2485

To achieve your goal try following five steps:

  1. Hand-off documentation

  2. send-to-agent-action

  3. send-to-agent-function

  4. Build Agent Hand-off

  5. Complete the hand-off

To sum up, you need to go through several steps. First of all, visit 1 this link (although there might be need of this link to do miscellaneous tasks until to achieve your final output). After going to 1 this link follow the steps (side navigation menu) as per as your need. The documentation is well directed. Then follow the rest links i have mentioned (go one by one from 2 to 5. These are the things you have to go through each of them to achieve your goal).

That's all. Hopefully, it'll be helpful for you :)

Upvotes: 1

Brodan
Brodan

Reputation: 175

This question is too open-ended to really answer, but sounds like a good use case for Twilio Studio, which is a GUI interface to the Twilio API and has widgets to gather text input, make http requests to send that input wherever you need, and connect the user to an agent afterwards.

Upvotes: 0

Alan
Alan

Reputation: 10791

take a look at this part of the Twilio documentation, it may provide additional insight into what you are attempting. Studio is good for the initial human<>bot interaction but at some point for 2-way dialog, you will need to introduce Programmable Chat.

How to hand-off messaging conversations from Autopilot to your Contact Center https://www.twilio.com/docs/autopilot/guides/how-to-hand-off

Upvotes: 1

Related Questions