Questions tagged [twilio-programmable-chat]

For questions about Twilio's text chat APIs. This is distinct from their voice chat or SMS messaging APIs, which should be tagged as "twilio-api".

Programmable Chat which is part of Twilio solutions:

Add chat to any app with SDKs for mobile and web. Powered by the Twilio cloud.

Site: https://www.twilio.com/chat

Docs: https://www.twilio.com/docs/api/chat

383 questions
0
votes
1 answer

What's the right way to execute a Twilio Studio conversation flow?

Im learning how to set a twilio studio flow with python, I'm currently testing one of the templates that Twilio provides, and Im communicating with the bot from WhatsApp. However, I can only send the first message of the flow and if I send another…
0
votes
0 answers

Is there any possible way to enable people using Flex the delivery status of the message sent?

I have quite sometime checking in the Twilio Docs for any possible way to add the delivery status to the replies/messages sent using flex, we would like to add the check icons similar to how WhatsApp does it when the message has been delivered and…
0
votes
0 answers

Sending caller ID verification code through SMS with Verify API

I want to create a page on my website where a user can verify their number as an Outgoing Caller ID for my Twilio account. I understand that I can initiate this process by hitting the OutgoingCallerIds.json endpoint with a post request, passing in…
0
votes
0 answers

Sending PDF any way to name file

While successfully sending a PDF to a customer using Twilio, I am finding that it names the PDF file "application_1.pdf" Sometimes the number changes, I have gotten "application_951.pdf" before as well Is anyone aware of a way to change the name of…
GeoAna
  • 1
0
votes
1 answer

Broadcast-like chat using Twilio

I'm using Twilio Conversations for a chat service in my project. Currently, we have only normal 1-to-1 chat which is handled using frontend SDKs. It's working properly. My new requirement is something like WhatsApp broadcast: the sender can send…
0
votes
0 answers

Caused by: java.lang.ClassNotFoundException: Didn't find class "io.ktor.client.features.json.JsonFeature"

I was using Twilio conversation "com.twilio:conversations-android:1.4.1" and it was working fine but when I updated it to "com.twilio:conversations-android:2.0.0" I am facing the below issue. W/System.err: java.lang.NoClassDefFoundError: Failed…
0
votes
1 answer

Conflict error using twilio conversations react?

I'm using Twilio conversations, First participant and second participant are OK channelName is OK Token is OK The conversation of the user is shown on (the app with no problem) but on web I'm getting error below Code > const onConversationJoined…
0
votes
1 answer

problems to handle numbering extencion the number fixed with twilio studio

I created an integration with my anura telephone operator with twilio but I have the following query since it is a telephone operator .how do I make an outgoing call to an extension of this telephone operator the extensions? to which I want to…
0
votes
1 answer

How to implement SMS tracking in Twilio where multiple SMS been sent to the same number

We are implementing an SMS tracking feature for our app using Twilio where we will send an SMS to our customer and once they reply with Yes/No we will take action accordingly. For normal case, where each customer has one single phone number we can…
Codengine
  • 59
  • 2
  • 9
0
votes
1 answer

Twilio Chatbot through Website - User has no phone number

My client's use case is a Barista Chatbot, but only accessible through their website. An icon in the lower right of web pages allowing the user to click and ask questions of an automated chatbot. I've created a Studio Flow that works from a cell…
rwkiii
  • 5,716
  • 18
  • 65
  • 114
0
votes
1 answer

Twilio FCM notification not delievered in ios swift

I've integrated Firebase cloud message (FCM) in my app with p8 certficate and I'm getting notification through FCM. I'm also using Twillio for integrating twillio conversation, but the problem is I'm not getting Notification from twillio FCM, I've…
0
votes
1 answer

Time Total Session Time, send to user

Making a game in Twillio Flows I'd like when the user enters in their first message, log the time, and when they enter in another message later in the flow the time is entered How would I go about doing this?
Jamie
  • 1
0
votes
1 answer

Does Twilio stop supporting LINE in the twilio channel?

I'm new here, trying to integrate twilio and LINE app, but find out that the LINE app just disappeared from Twilio channel in the console. I read some articles on the internet about how to integrate twilio and LINE and they mentioned Twilie channel,…
Ben
  • 541
  • 1
  • 5
  • 15
0
votes
1 answer

Sort it "Configure your WhatsApp Sandbox's Inbound URL to change this message"

How to sort it so that I can easily help myself and the bot also? And another question how to add the bot into a group? I've tried several times but failed.
0
votes
1 answer

Twilio adding custom attributes from studio into flex agent info bar

I am using a "send to flex node" in my twilio studio application. In this node I am passing: {"verified": "{{flow.variables.verified}}", "accountid": "{{flow.variables.accountid}}"} I have created a sample plugin but how can I modify it so that the…
Athanatos
  • 1,089
  • 6
  • 15
  • 32