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

can you copy autopilot bot

Can you copy an existing autopilot programable message bot you made and then rename it and assign a different number?
oldcrow78
  • 11
  • 2
-1
votes
1 answer

Twilio Programmable Chat - not able to run the quickstart project

I was trying to run twilio quickstart code for programmable chat, but I was getting the below error. Logging in... There was an error creating the chat client: Error: Fetch resource from "Client/v1/Configuration" failed. Please check your .env…
-1
votes
1 answer

Preventing a ddos from incoming SMS

I am working on an SMS-based service that parses incoming texts and sends a response, building on top of Twilio. I am concerned about a possible ddos which would result in increased costs. Is there a way of preventing this or limiting the number of…
farai
  • 1
  • 1
-1
votes
1 answer

can't autometic sms using twilio

I can send sms when a user click on a button but i can't send sms when a user set a time or date and sms will send autometic on that times. in the below code is when a user click on a button for sent sms. Now what thinks should i change to solved my…
-1
votes
1 answer

Javascript Chain of promises in For Loop

I am using twilio platform ... and I am testing my code... but I dont understand what happen when I try to get a channel from channelDescriptor... I have this code: function processChannelPage(page) { var items =…
-2
votes
1 answer

Twilio modifying APIs parameter

I would like to ask if I can modify the current API of the same service and add one parameter to identify APIs calls "source" for example, I would like to know from were I got the call; is it from WhatsApp chatting, application or from Website So I…
1 2 3
25
26