Questions tagged [twilio-autopilot]

12 questions
1
vote
1 answer

Any way to retrieve phone number from incoming sms in autopilot

I am creating a Twilio Autopilot program that works on the SMS channel. Currently, I set up the sms channel using the messaging URL and webhooks according to the instructions in the SMS setup section here:…
brrrrrrrrr
  • 13
  • 3
1
vote
1 answer

Twilio Autopilot - trying to collect multiple options to answer

im trying to implement a selector for twilio using the Autopilot and Functions. I'm trying to achieve a text that asks "which one" - Hello, which one do you like better? 1. Apple, 2. Grape.. i tried everything using the collect. "collect": { …
Ishai A.
  • 103
  • 1
  • 6
0
votes
0 answers

Twilio Autopilot call Set Timelimit

I'm using twilio Auto pilot Bots and Services(previously used functions classic). When a user calls the number, I have a auto greet initiation which gives them options to choose and based on response there is a set of questions with actions. As of…
avayer
  • 61
  • 3
0
votes
1 answer

Twilio Autopilot SMS not accepting media image type

I wrote a task a while back that would run a collect flow and collect an image using the model on the docs for doing so (https://www.twilio.com/docs/autopilot/actions/collect#questions). It ran flawlessly, and I tested it to make sure it ran as…
brrrrrrrrr
  • 13
  • 3
0
votes
1 answer

Get Whatsapp Number of user in Twilio autopilot

I am trying to create a chatbot using Twilio Autopilot which integrated with WhatsApp. So my flow is like, if user messages on registerd number, Twilio WhatsApp senders webhook will get trigger and it will call Autopilot chatbot task. Task will…
0
votes
1 answer

How to create customizable collects in Autopilot(Twilio)?

I would like to know how o create a customizable Collect for a task in Autopilot. i.e if I want to add new questions to the Collect, all I would be needing is to change the collect from the backend of my application. Is there any method for doing…
Sanidh
  • 1
  • 1
0
votes
1 answer

How to call external API with parameters from the Twilio function

I am trying to write one Twilio function. Inside the Twilio function, I have one external API call with parameters for one of my API. API will return the result and that result I am passing using "Say" tag. I have one Twilio Autopilot Bot in which I…
0
votes
1 answer

How to trigger a specific autopilot task when the user text unknown text?

How to trigger a specific Autopilot task when the user texts unknown text (keywords that are not included in "Train" of any other Autopilot tasks)? Thank you, Alex
Alex
  • 1
0
votes
1 answer

Twilio Studio Flow - Handle Custom Channel

Is it possible to integrate custom channels with Studio Flows? From the documentation, it is possible to trigger a flow using a REST API for the flow. But it is not clear how to send / get replies from the custom channel after the flow has started.
Marcio Cabral
  • 75
  • 1
  • 1
  • 9
0
votes
2 answers

Twilio Autopilot's custom channel Memory payload

I'm creating a web chat and I need to integrate an assistant using Twilio Autopilot, I use Autopilot's custom channels as follows: I send a POST request to https://channels.autopilot.twilio.com/v2/{AccountSid}/{AssistantSid}/custom/webchat I fill…
xanadev
  • 751
  • 9
  • 26
0
votes
1 answer

How do I get the day, month, and year from Twilio date object?

Working on a Twilio Autopilot bot that requires age authentication. Right now I'm getting the date from the user and storing as a twilio.DATE object. It is in the format of 2002-04-24. What I'd like to do is get this in the format…
-1
votes
1 answer

Provision for creation of functions in Twilio autopilot from our backend

I want to configure the Twilio autopilot functions to persist the user inputs and use them across the chatbot application. Is there any provision for creating functions from our backend application or are there any other provisions for getting the…
Sanidh
  • 1
  • 1