Questions tagged [twilio-conversations]

Twilio Conversations is an API for building multi-channel conversation-applications using Twilio platform services for a unified communication using chat, SMS, whatsapp, etc.

137 questions
0
votes
1 answer

Twilio - Missing required parameter FriendlyName in the post body

I am trying to create a conversation server in Twilio. I created the basic authentication header and I am trying to create a conversation service using a post call to the api exactly as the documentation suggested. I am getting an error (status…
Udi Mazor
  • 1,646
  • 2
  • 15
  • 30
0
votes
1 answer

Package "@twilio-conversations" does not compile in typescript

I am trying to run the package @twilio-conversations in react-typescript. It fails to compile with following error: ./src/components/communications/conversations/ConversationsSetup.tsx Module not found: Can't resolve '@twilio-conversations' in…
Deepak CR
  • 21
  • 4
0
votes
1 answer

Twilio Conversations SDK - setting last read index not working

I'm struggling with the following problem. I'm using Twilio Conversations SDK: http://media.twiliocdn.com/sdk/js/conversations/releases/1.1.0/docs/ When I'm trying to set a conversation's lastReadMessageIndex the promise always return 0 (which…
Apród Illés
  • 266
  • 1
  • 12
0
votes
0 answers

How to use Twilio Conversations API together with Taskrouter

As the title suggests I'm having trouble integrating the Conversations API with Taskrouter capabilities. The approach I'm using is essentially what is suggested for integrating SMS and Taskrouter here Using SMS and Taskrouter Together The idea is…
0
votes
1 answer

Twilio ChatApp - post webhook is not adding me when OnConversationAdded webhook fires off to my ngrok url

The title says it all. My goal is for a User to send an SMS to my Twilio Number and to be able to Chat back via ChatApp. I'm using the Twilio ChatApp from Codesource and Ngrok reserved domain. My tunnel is working and Twilio log shows Status was…
0
votes
1 answer

Twilio Conversations to integrate SMS and Chat participants

I followed the guide exactly (https://www.twilio.com/docs/conversations/quickstart?code-sample=code-add-a-conversation-participant-sms&code-language=Python&code-sdk-version=6.x) but when I plug my Chat Token into the ChatApp.js from the Twilio…
-1
votes
2 answers

How I can get unread messages count for each conversation using an android twilio conversation SDK?

Currently unread messages count is 0 and want to get unread messages count for each conversation. I did used conversation.lastMessageReadIndex but it ask for return results to listener. Don’t know which listener we can use for that?
-1
votes
1 answer

Redirect studio flow to Frontline

I have a Studio Flow that is sending and receiving messages from whatsapp users in order to offer some kind of support center. What I need now is to, in case users reply with a "Connect to an agent" option on the whatsapp message the flow redirect…
-1
votes
1 answer

Twilio Abandoned Chats and Calls

Is there a way to have a webhook on Abandoned chats and calls in Twilio ? I can see that these info can be tracked in flex insights, but I want to add a callback event everytime twilio tracks an abandoned chat or call, anybody knows if that possible…
-1
votes
1 answer

Get messages from closed conversation - Twilio Android and iOS SDK

I am using both Android and iOS official twilio conversations SDK. We need to fetch messages from a closed conversation. However, when calling getLastMessages, it returns an empty list for that specific conversations. When calling the same method…
Pietroid96
  • 17
  • 4
-1
votes
1 answer

How to add member to conversation/channel using twilio-conversation in react-native?

How to add member to conversation/channel using twilio-conversation in react-native ? React Native JavaScript SDK. conversation.add(chatUserId) add() not working, giving Bad Request error
-1
votes
1 answer

How to fetch media url through api

How do I get a media instance through the REST api? I'm looking to either download the file or fetch the url for that media. I'm using Ruby
Rob Mason
  • 79
  • 1
  • 5
-1
votes
1 answer

Can I use Twilio conversations API for realtime chat feature

I'm developing a flutter app with a feature where users can chat in real time and make audio/video calls. can I use Twilio's APIs for them. It seems Twilio have no flutter packages for these APIs. Is it possible to use Twilio in my app and what are…
Ashique
  • 25
  • 2
  • 5
-1
votes
1 answer

How can we display, select and add multiple participants at a time in the conversation using Twilio?

Our requirements are: To show all the available users (Not sure whether to call it Users or Participantsin terms of Twilio). To be able to select multiple users. To add multiple users to the group (Maybe, It is Conversations in Twilio). Not…
Sagar Patel
  • 506
  • 1
  • 8
  • 23
-1
votes
1 answer

How to refresh tokens for Twilio Conversations API?

I following the documentation here to create a token for the Conversation…
Berry Blue
  • 15,330
  • 18
  • 62
  • 113
1 2 3
9
10