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

Twilio Autopilot - Can you configure the LISTEN timeout for user response OR re-establish conversation context?

I'm building a chatbot, using Twilio Autopilot, and the conversations keep timing out as our customers are not responding quickly enough. The conversation goes on for a while, and many users will respond over the course of days (rather than…
ToyChicken
  • 185
  • 3
  • 12
0
votes
0 answers

Twilio Programmable Chat: What is causing "TypeError: _parser_1$Parser$pars is undefined" in JS SDK?

I'm setting up a realtime chat with Twilio programmable chat via the twilio-chat npm package and while my acess token is being generated successfully (I can see it has the correct content when I check it on https://jwt.io), calling the Twilio API to…
Gary Holland
  • 1
  • 1
  • 1
0
votes
1 answer

Sending message sequence to Twilio

Hello , I want to send a set of messages to Twilio API with some parameters that make sure that they are concatenated and sent a one sms . I've heard of some SegmentNum to use but with no documentation on it.
loser8
  • 362
  • 3
  • 14
0
votes
0 answers

Building whats app chat application using Twilio API

When calling MVC controller action from twilio API view is not rendering. But when calling same controller action method from browser, view is loading properly. I have updated controller action URL in Twilio webhook to call the controller action…
0
votes
1 answer

Showing Read At for Twilio Programmable chat

I'm using Programmable chat. I'm trying to show ReadAt meta data to users. I know when the user is getting the message on the frontend since I'm listening to messageAdded on the current Channel in the Twilio Javascript SDK. I'm storing the message…
Jinal Shah
  • 325
  • 3
  • 15
0
votes
1 answer

How to navigate to custom page when user taps on a Twilio Chat SDK push notification

I have read both the Android and iOS SDK documentation for integrating push notifications into my chat implementation. One topic that I do not see discussed is how to navigate to the correct place in an application when a push notification is tapped…
adamduren
  • 3,857
  • 1
  • 14
  • 10
0
votes
1 answer

How can I send notifications to multiple numbers with Twilio?

I'm trying to send sms notification with Twilio but i can't, it only send notification to one of the numbers(my number)that I add to my notification options ('notificationOpts') and always happens the same. It only works for my number but not for…
0
votes
0 answers

how to configure a chat of whatapp with laravel app and twilio

I'm trying to create a sandbox chat with twilio with la-ravel using whats-app but unfortunately i found i cant handle to consume the whats-app twilio API for whats-app and use it am a bit good in la-ravel but not much in API please help i want to…
Joh Dozen
  • 101
  • 1
  • 4
0
votes
1 answer

Best way to get last message and unread message count from twilio channel android

I have checked all the possibility to get the last message and unread message count from the Twilio channel. When tried to get the last message from the channel that I faced threading issue and also it was very slow. So can anyone help me to achieve…
0
votes
1 answer

Twilio sandbox webhook url returning timeout execution error

can anyone please tell me how to increase timeout for twilio sandbox http post url. I am trying to building one programmable chat application using whatsapp twilio sandbox using asp.net technology. Normally my application methods takes 20 plus…
0
votes
0 answers

Angular 7 app performance issue when initializing Twilio Chat

We have integrated Twilio Chat in Angular 7 applications with Angular Material and now having issues with performance (app freezes, slow animations) on first load (about 10s). It's strongly depends on number of channels current user has. Currently…
0
votes
1 answer

My android project crashed when I called token.jwt for twilio chat

I am trying to generate access token for twilio chat but got this error:I have been trying to figure out where the error is coming from but can't get it figured out. I will really appreciate your help. Thanks E/AndroidRuntime: FATAL EXCEPTION: main …
0
votes
1 answer

How to store send and incomming messages from twilio in my php application?

I need to store incoming and send messages to my database in my php appication.I read twilio documentation but i don't find any resource for my requirement.Can anyone help me with that.
Prasanth
  • 3
  • 1
  • 6
0
votes
2 answers

Error with Uploading Image on Twilio WhatsApp when Integrated with Dialogflow

I have a Dialogflow chatbot set up which is integrated with the Twilio WhatsApp API. It's all good when I type text on WhatsApp, but I receive this error on Twilio debugger when I post an image or a video on WhatsApp: Error - 12300 Invalid…
0
votes
2 answers

How to show ${USER_FRIENDLY_NAME} as title and ${MESSAGE} as body of Push notification payload in Programmable Chat of Twilio?

I want to show title as ${USER_FRIENDLY_NAME} and body as ${MESSAGE} in Push noification of Programmable chat in twilio I tried to configure in Push Notification Configuration module of Programmable chat of twilio console. Right now…
iParesh
  • 2,338
  • 1
  • 18
  • 30