Questions tagged [twilio-studio]

Use this tag for questions about the features and functionality of Twilio Studio.

Twilio Studio is a visual application builder or IDE for the Twilio telecommunications platform.

Related tag:

191 questions
2
votes
0 answers

sending flow.variables to twilio function

In Twilio Studio I'm setting a number of variables. I then need to send them to a function. I'm using {{flow.variables}} as a parameter to the function. The result I'm getting in the function is { All_VARS: '{childcare=yes, camp=yes}' } Why is…
2
votes
3 answers

How to pass procesing a call from Twilio functions back to Twilio Studio flow?

I am trying to migrate some parts of my studio flow to Twilio Functions, but not the whole, but it seems like that when I try to redirect back to the studio flow, Twilio dies with error 400 or hangs up the call. I am experimenting with the following…
lezsakdomi
  • 115
  • 10
2
votes
2 answers

Twilio messaging service and studio flow

I am working on a project in Twilio and Podio, where I am using this code from Podio using POST POST IN PODIO FROM URL: https://[(Ref Setting) Setting Value 1]:[(Ref Setting) Setting Value 2]@api.twilio.com/2010-04-01/Accounts/[(Ref Setting)…
2
votes
0 answers

Pushing messages from WhatsApp to Twilio Flex via Twilio Studio results in Schema Validation Warning 12200

I have set the project up as described in the blog post Twilio WhatsApp API and Flex in Minutes. I followed the instructions and even after repeating the process twice, on two different accounts, when I send the message (through sandbox), the…
2
votes
1 answer

Sending optional parameters to Twilio Studio to trigger Flow using PHP SDK

I'm trying to send optional parameters to a Twilio Studio Flow Trigger using PHP. I followed the example shown in the Twilio Studio REST API docs and was successful triggering a new Flow using the (required) sender and recipient phone numbers. use…
Spaeder
  • 61
  • 5
2
votes
1 answer

Taskrouter worker activity not changed when websocket disconnects

I'm using twiliotaskrouter13.min.js to initiate a worker using this.workerClient = new Twilio.TaskRouter.Worker( token, this.twilioConfig.debugging, this.twilioConfig.workerActivities.offline, …
1
vote
1 answer

How to display the entire message history in Twilio Flex when an incoming or outgoing sms is sent?

When I send an incoming or outgoing sms request, a new conversation is created and, accordingly, the message block is empty, but I need previous messages from this number to be loaded there. Maybe it can be done somehow through a plugin? I'm just…
Z7trick
  • 13
  • 3
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
1
vote
1 answer

Support of Interactive Messages and Location Messages in Twilio Studio

I've searched the documentation of Twilio Studio and I haven't found any information about sending Interactive Messages or receiving latitude and longitude from Location Messages. In case of the latter I have found unofficial mentions of location…
1
vote
1 answer

Is it possible to define complex variables in Twilio Studio Flow?

I'm building a subflow to manage the menus, because I have multiple of them and it is turning very complex to read. I need to send an array or a structured type of parameter to the subflow. Is there any way to create a multilevel (like JSON) or…
1
vote
1 answer

WhatsApp Studio Flow Status Callbacks?

I'm trying to set a webhook callback that will be called by Twilio Studio at every stage of a posted message journey and send the activity status back to the webhook I set. Studio Create Method (What Im currently using) client.studio \ .v2…
dazfaz
  • 11
  • 3
1
vote
1 answer

Twilio Studio Flow - Flow execution stuck due to flow not transitioning

Twilio Studio Flow is having a problem with transitioning to the next widget when a user disconnects the phone. This causes the phone number used to not receive further calls as Twilio keeps the execution alive with that phone number. This is…
1
vote
1 answer

Twilio Send & Wait for Reply widget

I'm using an incoming call flow that starts call recording, asks a bunch of questions, gathers responses, at the end of the call: stops recording and sends a sms to caller using send/wait for reply widget. A response is expected and based on what's…
1
vote
1 answer

Twilio unable to send recorded voicemail to SMS

I created a simple call screener using Twilio Studio Flows. How it works: Someone calls my Twilio number A greeting is played If they hang-up or record audio Twilio sends a SMS text, with the audio recording URL, to my actual phone number The…
SeaDude
  • 3,725
  • 6
  • 31
  • 68
1
vote
1 answer

Twilio - Studio - HTTP Request

Hello I am working with Twilio Studio and I am using an HTTP Request, which brings me the following information. [ { "id": 131316, "name": "User 1", "location_id": 38716, "times": [ { …
1
2
3
12 13