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

Twilio Studio Send and Wait for Reply at the end of a call

We have a flow where we want the user to call and record things. At the end we send them a text message and gather their response with a Send and Wait Widget. After their response, we want to have a POST function that runs. This POST function works…
glitter
  • 3
  • 1
0
votes
2 answers

Twilio incoming sms not working in Zoho CRM

I have integrated TwilioSMSExtension in Zoho CRM and setup the programmable sms service in Twilio. When I send the new sms from zoho crm contact module that's working fine. But incoming messages not received in contact module. I have attached…
0
votes
1 answer

Twilio Studio - Identical Objects Within JSON Array & Variables - HTTP GET Widget

I'm in the process of creating a basic SMS flow within Twilio Studio. The intent of the app is to return some information about a work site. The information is being obtained via an external REST API (HTTP GET Widget) and returned as JSON. The…
0
votes
1 answer

Twilio Chat User (Node.js) friendlyName is not registered during access token creation

I am trying to integrate Twilio Programmable Chat SDK with my Firebase Function, which is written in Typescript. I am wondering if the friendlyName and attributes values could be set during the creation of the access token? I have tried the…
erwinleonardy
  • 486
  • 8
  • 14
0
votes
1 answer

Twilio Send location in whatsup

Using Twilio, I'm trying to send a WhatsUp location. twilio doc Maven dependency com.twilio.sdk twilio 7.42.0 Sample…
Athavan
  • 9
  • 5
0
votes
1 answer

How can I reset a flow in autopilot Twilio?

I'm trying to cancel o reset a flow meanwhile response collect question, this is necessary if a customer choose a bad option and he wants to cancel, but now I just quit of collect adding a Validation to Collect and when complete max_attempts, I…
0
votes
2 answers

Twilio Autopilot Conversation Flow?

I'm current doing a thesis about chatbot survey (Created through code and able to gather information through dialog on facebook/slack). Currently I'm having a problem about conversation flow in Twilio. To simplify the conversation: Chatbot: Hey do…
0
votes
0 answers

Xamarin Android how to handle Twilio chat sending message fail event

I implement the below code for send messages using Twilio but I'm not getting any error when messages fail to deliver due to internet issues. Com.Twilio.Chat.Message.Options options =…
Adil Saiyad
  • 1,582
  • 2
  • 17
  • 34
0
votes
1 answer

Twilio Chat Integration with the property listing website

Our Team is trying to figure out a way to integrate the Programmable Chat of Twilio to our website (A RealEstate listing website). UseCases: Tenant(User) should be able to send message to the landlord(User) for asking the queries. Landlord should…
0
votes
0 answers

How to get image from NSOutputStream in Objective-C

I am using twilio chat SDK, in that I am doing store and retrieve the image. So to retrieve the image from twilio I am getting NSOutputStream, And I don't know that how to convert NSOutputStream to image. Please see the below code which provided by…
Mihir Oza
  • 2,768
  • 3
  • 35
  • 61
0
votes
1 answer

Flex Webchat friendlyName for Chatbot

I am trying to customize the flex webchat by sending the messages to a chatbot and have it route to the Live Agents based on the intents. Is there any way to update the friendlyName for the chatbot and also override the friendly name when the live…
kiran
  • 23
  • 3
0
votes
1 answer

Update a message "attributes" with a JSON for message type media

Since Flex is not supporting media messages im forced to do a workaround to store the file content in s3 bucket and update the media message with the link to s3. Im using below code to update media…
Abinaya M
  • 13
  • 5
0
votes
2 answers

Cannot receive media attachment file in Twilio Flex

Project description: Currently we have our customers using various chat platforms such as whatsapp , and slack where our contact center is forced to use the same. However, we would like to give Twilio flex platform to our contact service team so…
0
votes
1 answer

Twilio :(Error: 63015) Channel Sandbox can only send messages to phone numbers that have joined the Sandbox

Twilio :(Error: 63015) Channel Sandbox can only send messages to phone numbers that have joined the Sandbox. How can I send a message to a recipient without adding them to sandbox?
0
votes
1 answer

Twilio retrieve message history from recipient only via Python

Suppose I have this code which places all the message history between a twilio number and its recipients in an array. Is there a way to retrieve only the message history from all the recipients and not the sender (whom is I) from twilio.rest import…