Reputation: 85
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
Reputation: 2485
To achieve your goal try following five steps:
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
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
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