Questions tagged [twilio-flow]

14 questions
1
vote
2 answers

Twilio Liquid Template cant access array

I am running into an issue where i use {{flow.data.Schedule | split:"~"}} to create an array with the variable name "schedule". I am trying to access the first value in the array but using {{flow.variables.schedule[0]}} and it comes out as…
1
vote
0 answers

Using Studio Flow is there a way to put the existing call into a conference, then add another caller?

I am trying to place two callers into a conference using Studio Flow. I know how to place the original caller into a conference, but the flow pauses until a call termination event occurs. Two questions: Is there a way to add the current caller to a…
tcbeaton
  • 85
  • 7
0
votes
1 answer

How can I integrate the "send and wait for reply" functionality of a Twilio Flow widget with the Twilio Message Service?

I am currently utilizing Twilio Flow to construct a reminder system. Everything was functioning smoothly until the completion of my Application-to-Person (A2P) verification. The existing scenario is as follows: A2P verification necessitates the…
Liqun Sun
  • 125
  • 1
  • 1
  • 7
0
votes
1 answer

Twilio Studio - Send and wait for and reply - how can I loop until desired user input

I'm sending text suggestions for my users using Twilio. A user can respond with a "Confirm", "Decline" or send a freetext response, which I then parse and make changes accordingly (using a Make HTTP request widget), and send the new suggestion back…
Yehuda
  • 73
  • 7
0
votes
0 answers

How do I bypass/workaround dialogflow 256 character limit for detect intent text input length?

I'm new to dialogflow and was messing around trying to get a basic IVR working. I'm trying to get a long response and was using the "@sys.any" entity to take in the response, but it has a maximum detect intent text input length of 256 characters…
0
votes
0 answers

Twilio Flow termination reason

I subscribed to the Event Streams com.twilio.studio.flow.execution.ended I get events successfully. Example event: 'specversion' => '1.0', 'type' => 'com.twilio.studio.flow.execution.ended', 'source' => '/v2/Flows/FWxxx/Executions/FNxxx', 'id' =>…
Serj
  • 11
  • 1
0
votes
0 answers

Recover From Twilio Flow Gather Input Hangup

I have a use case to receive a voice call, take a message, transcribe it, and send it by SMS. Any direction is greatly appreciated. I have tried this a couple ways and run into a issue in each case. I can record Voicemail but am stuck as to how to…
Mark
  • 1
0
votes
1 answer

Twilio: can't get Studio Flow to respond to message

I'm trying to get my Flow to respond to the following def flow_twilio(first_name,repeats_left): # Find your Account SID and Auth Token at twilio.com/console # and set the environment variables. See http://twil.io/secure account_sid =…
Ian Kearns
  • 11
  • 3
0
votes
1 answer

Block Call List Function that can be used for multiple flows

I'm trying to create a blocked call list function, then use this function with multiple twilio flows for all of my numbers. I'm using this…
0
votes
0 answers

issue with twilio Flow within Conversation service

I created a flow that sends a greeting and then a 'wait and reply' widget asking texters what topic they want to talk about before assigning them to a real person. I am executing the flow via Rest-API V2 (twilio-go) in my conversation service. I…
chi
  • 1
0
votes
1 answer

Export Studio Flow into Json file?

I was going through the REST v2 Quickstart tutorial where you can create a Flow via the API with a JSON file. Is there a way to export a Flow from a Canvas? I created a series of wait and reply widgets flow in the Canvas and wanted to share the JSON…
chi
  • 1
0
votes
1 answer

Twilio SMS Send & Wait for Reply not responding to user responses

I have a very simple flow based off the appointment reminder template that simply sends a reminder, waits for a reply, then based on a user response, sends an appropriate response to the user. I removed webhook widgets as this was just a test to see…
0
votes
1 answer

Triggering a Twilio Flow through Zapier Webhook but it is not continuing past the first widget

So I am trying to get Zapier to trigger a Twilio Flow via the webhook action. The thing is is that I am having difficulty getting Twilio to continue on in the flow after sending the first step. I am not sure what I am missing but this is what I have…
0
votes
1 answer

Twilio Flow the widget looks like Liquid variables %H

I am trying to get the current hour of the day using date: "%H" in a set variables widget. I do the this first on day of month (date: "%d") which works okay, but the hour doesn't appear to return any value, any suggestions? Basically, trying to…
Paul
  • 1
  • 2