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
0 answers

How to Create a Website Chatbot using Twilio Studio Flow

I've been tasked with integrating an unattended chatbot on an ASP.NET MVC website using Twilio. The Barista Bot example assumes SMS and a user - whereas the website chatbot should work anonymously and presumably using webhooks. The website user will…
rwkiii
  • 5,716
  • 18
  • 65
  • 114
0
votes
0 answers

Is there a better (and faster) way in Twilio to get the total number of unread messages for a user across all conversations?

I am thinking that this API call is highly inefficient and in fact takes way to long to return as it is currently in my SiteMaster (included on top of all of my websites pages. ' get total unread messagecount Dim…
0
votes
2 answers

How to list all whatsapp templates in twilio?

I've read the documentation from Twilio API but there is no item to simple list the whatsapp templates in my account. I've tried search here even in chatgpt but I can't list my templates. I have three templates aproved from whatsapp and I even can…
0
votes
0 answers

Add Delay on each message box send by the "bot" in Twilio WebChat React workspace

Im using this workspace https://github.com/twilio/twilio-webchat-react-app that is connect with studio. I would like to know how can i apply delay on each message displayed in the chat via code, i tried several ways to apply delay, and i applied…
0
votes
1 answer

Can't create twilio media templates

I've been trying to use this link to create a template that holds a file: https://www.twilio.com/docs/content-api/twilio-media when i try to create the same template as the example i get this error: {"code": 20404, "message": "The requested resource…
0
votes
1 answer

Conversation Adding Second Phone Number Error 'Group MMS is not enabled'

In Twilio via the Rest API, I have Generated a conversation fine Added in a 'user' with a projected address of a Twilio phone number Added in myself as a participant with the address being my phone number Finally, I went to add one more participant…
0
votes
0 answers

Get Channel pre-engagement data in Twilio Flex Plugin

I'm new to Twilio and trying to get pre-engagement data which is stored in Flex Channel inside an Twilio Flex Plugin. All i'm currently get is the reservation, which has the channel sid. Is there an easy way to get the corresponding channel…
0
votes
0 answers

How long do queued messages stay in Twilio?

The messages were for a short time but we kept testing features that required SMS. Now that we are going to unmute Twilio and start testing the SMS I am concerned that the queued messages will all be sent at once. Went to twilio console to check but…
0
votes
1 answer

Can I receive message in both Messaging service and Function? I don't receive the message in Twilio function

Currently, I have the following setup in Twilio. I send a message to my Twilio number, and it is being processed in Messaging service but the function doesn't run. Or receive any triggers or request. Wondering if it the message can be sent to both…
Adi
  • 3
  • 2
0
votes
0 answers

How can i get all messages user send, after being offline, during a active conversation?

I am using Twilio Whatsapp and communicatie with farmers in remote locations. Sometimes they do not have a active internet connection for some time. They still send messages to the chatbot. However i am unable to read them once the user is back…
Carst
  • 11
  • 1
0
votes
0 answers

Not able receive any inbound sms in twilio

I'm using python to create sms service using twilio . I've done with sms sending part but not able to receive reply back (inbound sms). How to fix this? Using twilio api , but not able to see inbound sms in logs
0
votes
0 answers

I can not receive sms in twilio?? "twilio" "sms"

I cannot receive SMS in twilio in order to receive activation codes. I tried to send a code to twilio but the message did not arrive and I tried again via my mobile phone number to send to twilio number but it did not arrive?? I don't know if the…
0
votes
2 answers

How do I get the conversation SID using data from Messaging Monitor screen?

I have an old Conversation's Channel ACTIVE with my phone number, so the incoming messages are not entering the Studio's flow. I need the Conversation's Channel SID so I can close that channel using the API Explorer. The only data I have is that the…
0
votes
0 answers

Twilio error 63015 can only send messages to phone numbers that have joined the Sandbox , how do I fix that?

Im having a trouble using whatsapp notifications that says: "Channel Sandbox can only send messages to phone numbers that have joined the Sandbox" but in the page "Twilio Sandbox for WhatsApp", in "participants" shows my WhatsApp number, so I dont…
0
votes
0 answers

Flex-selectable-Chat-Message doesn't work after Build

I'm trying to develop a webchat with twilio. I'm using the initial github project https://github.com/twilio-professional-services/flex-selectable-chat-messages and customize it. When I'm running in dev mode (npm start) it's works fine... But after…