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
1
vote
1 answer

Is there a way to send custom parameters along with a redirect action using twilio autopilot?

I would like to send custom parameters along with my redirect request in addition to the ones provided by twilio (https://www.twilio.com/docs/autopilot/actions/autopilot-request) - I wasn't able to find anything in the docs. Does anyone know how I…
Richard
  • 13
  • 3
1
vote
1 answer

Twilio Programmable Video - Starting a video call without the user having to enter a room ID and name

I'm working with twilio programmable video and I've hit a snag. My issue with programmable video at the moment is that it requires all users to manually enter a roomID and name. I'd like to send the user a URL with the name and roomID already baked…
user601206
  • 123
  • 7
1
vote
0 answers

Is it possible to use Facebook quick replies and galleries in Twilio Flex?

I can't seem to find out how to use rich media elements such as quick replies, buttons and carousels within Twilio Flex. Currently I'm not using Twilio Autopilot as I'm using a Dialogflow's NLP. Is this possible?
1
vote
0 answers

Twilio Autopilot Custom and Dynamic on_failure message on validation failure

In Twilio Autopilot, I want to validate user input. In this case order_number. Assume order_number can be anything between 8-12 characters. I have a webhook for validation. I want to let the user know why the validation failed if they entered an…
Aman
  • 623
  • 1
  • 11
  • 23
1
vote
1 answer

Having trouble with task confidence using Twilio Autopilot API

We have an application that has multiple choice options that then route to other tasks. Currently, we are using samples, but in places where we want strict matching, wrong answers are being selected rather than repeating the question event though…
Scott
  • 21
  • 5
1
vote
1 answer

How to capture the sender number in twilio sms "receive and reply to inbound sms" in .netcore?

I'm testing out Twilio SMS and I faced a couple of issues. I'm trying to do an inbound SMS and send a reply to the user with the message body that the user sent. [HttpPost("Receive")] public TwiMLResult Receive() { var…
anonymous
  • 125
  • 1
  • 1
  • 8
1
vote
1 answer

Twilio chat channel getMembers() method access forbidden

After creating a channel in the Twilio Programmable Chat service, I am listening to the client events. One of those events is the channelAdded event. In the hook, I have to retrieve the Members of the channel (in order to get the opposite members…
KasparTr
  • 2,328
  • 5
  • 26
  • 55
1
vote
1 answer

Twilio Autopilot Bot - Receiving current location from whatsapp

I am creating a whatsapp conversational bot. I am trying to accept location via whatsapp. For this, I have created a tasks with statically generated actions in a autopilot project. { "actions": [ { "collect": { …
1
vote
0 answers

How to add extra parameter in twilio chat push notification payload in ios swift

I am working on Twilio Programmable Chat Service. How can i pass the extra parameter at twilio chat message sending time? I am using attributes property for adding extra parameter. And another points is sometimes i will received the chat…
1
vote
1 answer

How to set flow variable inside twilio function

I have twilio flow, which calls autopilot and autopilot calls functions, I need to set the flow variable or widget variable inside the function so that when autopilot exits, i can use that variable in flow. Its all on twilio, not using any own…
1
vote
2 answers

Gettin "Accepted" reply for every single sent message on Twilio Whatsapp API

I am using Twilio Whatsapp API with Integromat. Both on Sandbox and the Whatsapp number Twilio gave me, I always recieve a reply saying "Accepted" for every message I send to these numbers. After that reply, I get the replies from my bot. So, the…
Rucc
  • 63
  • 1
  • 5
1
vote
0 answers

How to do pagination on channels in twilio programmable chat using the REST API in NodeJS

I have a script to to get all channels in my twilio service using the REST API. I was trying to find out a better way to fetch my channels rather than the approach that I'm following right now. This is my current approach chatService .channels …
Jophin Joseph
  • 2,864
  • 4
  • 27
  • 40
1
vote
1 answer

Twilio Video: track.attach is not a function

I created a project with angular 9 and that allow create a video calls using a library Twilio Video chat room. but unable to connect remote participant in video chat room, due to track.attach is not a function. ERROR TypeError: track.attach is not a…
Rahul Dapke
  • 345
  • 6
  • 19
1
vote
1 answer

Twilio chat, how set sum of chats to notification _bageCount

Short description: I get push notification from twilio chat. But in my app I use 4 different chats (channels). So when I get field "bage" from notification it just show count of chats with new messages, but not amount of messages. How can I get the…
1
vote
1 answer

How do you get the GPS shared location of whatsapp using the Twilio API?

I am using Node JS + twilio API to get whatsapp messages from a bot. Right now I am trying to get the GPS location sent by the user, but it does not appear in the body of the message, while in the SMS version, it does. //Import model const…
IZenteno09
  • 13
  • 4