Skip to main content

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.

twilio-conversations
0 votes
0 answers
17 views

Swift Twilio Conversations, how to create/save a TCHMessage?

In Twilio in Swift, is it possible to encode, or save to defaults (which requires it to be encoded anyway), or create a TCHMessage? I really need to experiment with TCHMessages, in order to develop ...
Vladimir Despotovic's user avatar
0 votes
0 answers
46 views

Twilio is calling both static and dynamic webhooks

I have a twilio number setup for my application. Messaging service URL is configured to call one of my application's static API endpoints when a new message received. Once a new message received, I'm ...
Sajithd's user avatar
  • 539
0 votes
1 answer
49 views

Does Twilio Conversations store the media associated with WhatsApp messages

WhatsApp Cloud API deletes messages and media after 30 days: https://developers.facebook.com/docs/whatsapp/cloud-api/overview/data-privacy-and-security/ Does the Twilio Conversations API store the ...
iasksillyquestions's user avatar
1 vote
0 answers
26 views

Is it possible to change the twilio conversations base url

Would any one have any idea how I could proxy the twilio conversation base url(s)? ie. wss://tsock.us1.twilio.com to wss://chat.somedomain.com and then proxy the request on to twilio. I am not seeing ...
Alistair Prestidge's user avatar
0 votes
0 answers
36 views

Twilio conversations

When using twilio Conversations API the billing is associated with active users and media storage. When using a client SDK you create access tokens with a user identity. When using the Twilio ...
iasksillyquestions's user avatar
1 vote
0 answers
53 views

Check status in Twilio Flex Conversation

I am developing a system with Twilio Flex where automated SMS responses are sent to users based on specific triggers. Here's the workflow: 1 - If a user sends an SMS with the phrase "order status&...
aqib's user avatar
  • 11
0 votes
0 answers
68 views

Is there a solution to get notified using Twilio Flutter?

When we are not in the chat page, we need to get notified to understand a message has received. We use this library: twilio_chat_conversation: ^1.0.4 which is here: https://pub.dev/packages/...
Rick Croos's user avatar
0 votes
0 answers
78 views

TwilioConversationsClient not returning conversation for SID

I'm developing a chat app in Swift. I am following the Quickstart found here: https://www.twilio.com/docs/conversations/ios/exploring-conversations-swift-quickstart#joining-a-conversation I have 2 ...
Alan Scarpa's user avatar
  • 3,500
-1 votes
1 answer
366 views

Using Twilio Conversations for receiving and responding to user-initiated conversations

I am a quite sure that, the number used in Whatsapp business api can not be used directly in whatsapp app or whatsapp business app, still can anyone confirm that?? If to receive and respond to the ...
Ashish Tandon's user avatar
0 votes
0 answers
108 views

Order conversations in twilio conversations

I need to receive conversations in order of last message, or at least date updates. In twilio conversation docs there is a method to get user's conversations. But there is not a word about ordering, ...
SPR1NG's user avatar
  • 309
0 votes
0 answers
35 views

How Twilio is considering the same user in different Twilio Conversation services with respect to pricing?

We have the requirement to create multiple conversation services under Twilio console and each conversation service will be used with respective applications. Different conversation services will have ...
Hardik Kothari's user avatar
0 votes
0 answers
47 views

Twilio conversation fetch all users

I am using twilio conversations sdk for chat integration in my application. However when I try to start a new chat, i want to fetch all the existing users in my twilio chat service. I read about ...
Himanshu Mahajan's user avatar
0 votes
0 answers
23 views

Fetch Logged in User Converstations From Twilio converations Rest Api

Am utilizing the rest Api to fetch conversations. The problem a facing now is that am getting all conversations that am not involved in. I need the get only those that i have created or those that i ...
mark gichohi's user avatar
0 votes
0 answers
27 views

Twilio Conversation API: how to filter conversations/channels by member/participant identity

At server-side, We want to fetch all the Conversations/Channels by member(participant) identity. Is there a way to do it using JAVA SDK for Twilio Conversations API?
Pratap Singh's user avatar
0 votes
0 answers
117 views

ReactNative: While trying to send a media image using the @twilio/conversations API I got a TypeError

While reading the source code, I didn't see any related to prepareMessage().addMedia() to it, maybe someone can clarify, having {logLevel: 'debug'} doesn't help much. I already try with FormData, Blob,...
Gerardo Cordero's user avatar

15 30 50 per page
1
2 3 4 5
9