Twilio Conversations is an API for building multi-channel conversation-applications using Twilio platform services for a unified communication using chat, SMS, whatsapp, etc.
Questions tagged [twilio-conversations]
137 questions
0
votes
0 answers
Error retrieving conversation : Conversation not found in twilio conversation
Conversation not found error , when both person already did conversation ago
but in error method I am creating new conversation but still both not connect each other
conversationsClient!!.getConversation(
roomName,
object :…

Jaydip Chavda
- 1
- 1
0
votes
0 answers
Twilio: How to send a message to an SMS conversation from the server?
I have a web app that creates Twilio conversations so that users can text my Twilio number and everyone in the group receives the message.
I have some admins for the site who need the ability to send a message to a conversation. I have a form on my…

ukalumni
- 49
- 4
0
votes
0 answers
Api to filter the conversations, and retrieve the data like last last unread message index of all those filtered conversations
I'm using Twilio conversations api to create conversation between seller and admin also between seller and buyer. so now i want to retrieve all the conversations between seller and admin and also their unread msg count and also the conversations…

Hemanth pallantla
- 21
- 2
0
votes
0 answers
Twilio "Provided media content does not exist" error when trying to create message with a valid media
Cannot create a conversation message with media, or update a message with a media
I'm getting this error when trying to create a message together with a media.
response = client.conversations \
.v1 \
.conversations('CHXX') \
…
0
votes
0 answers
How to share media using Twilio Conversation API? - in .NET MAUI
I am developing an android chat application using Twilio Conversation API in.NET MAUI.
I don't get a sample in Twilio documentation. How to share media here?
I tried this stack overflow solution.
It doesn't work for my case. I don't find any method…

Shan
- 3
- 2
0
votes
0 answers
Receiving Smileys/Emojis in Twilio conversation webhooks and API calls
My application retrieves SMSs sent to a Twilio number.
When looking at the twilio backend message log, the emojis are displaying correctly.
However, when the webhook is triggered or if the API is called to retrieve message data, I am not receiving a…

Jason D'Silva
- 1
- 3
0
votes
1 answer
Can an external user be in more that 1 Twilio conversation with the same number?
Can Twilio Conversations API allow an external participant to be in more than 1 conversation? For example; I have a conversation with Jane and John and a second conversation with Jane and Joe. Jane is a member of 2 conversations. If Jane sends an…

orgreeno
- 143
- 2
- 9
0
votes
0 answers
Can Twilio Conversations support multiple channels for the same participant/user in a single conversation?
Full disclosure, I'm at the very early stages here and have read a lot of the documentation, but haven't yet just experimented with some code yet, so I apologize if the answer is clear once writing some code.
My goal here is fairly simple, I want to…

Alex Vanston
- 66
- 5
0
votes
1 answer
Is there any ability to do an indexed search of Twilio Conversation Messages from the API?
Does the service/api have any full-text searching capability across all conversation messages in an account? I'm trying to avoid having to save all messages to some indexed datasource of my own (would likely use a managed datastore in the…
0
votes
1 answer
Twilio API: Update Conversation Participant Attributes
I'm trying to set up a few API calls to Twilio's Conversations Service so I can connect CRM data in Google Sheets to Twilio's Frontline App. I'm struggling to successfully modify a participant.
I try to call Twilio's Edit Conversation Participant…
0
votes
0 answers
twilio cobversations 3.1 delivery receipts or status of message in ios swift
Twilio Conversations Version 3.1
How i can get status of TCHMessage, to show it as seen, delivered or failed. I need to show single/double tick based on message status. I have reviewed all classes and library but not found solution on this for iOS…
0
votes
1 answer
30018 warnings for messages sent via Conversations API
I am currently using the Conversations API to have two-way communication with customers. Three phone numbers (Australian numbers) have been registered with Twilio for this purpose.
This feature is already live and users/customers are using it…

Jason D'Silva
- 1
- 3
0
votes
1 answer
Twilio Whatsapp API using Conversations API
I am testing the Twilio Whatsapp API using Conversations API and I use the Masked communication between 2 whatsapp numbers. My use case is that out of the 2 whatsapp numbers, one always has to be the same number in multiple active conversations.
How…

ndas
- 1
0
votes
1 answer
Twilio conversation connection error, the network connection was lost
Using Twilio conversations API in iOS Swift app. Obtaining token from our server, initialized TwilioConversationsClient with this token,
func loginWithAccessToken(_ token: String) {
// Set up Twilio Conversations client
…

David
- 2,770
- 5
- 35
- 43
0
votes
1 answer
Possible to send a message via twilio conversation api at a specific time?
I know that as of 8/24/22, you can send text message at a specific time using the messaging API. However, I'd like to know if the exact same functionality is also available if you're using twilio conversations?
I didn't see that in API docs but…

Saumil Shah
- 1,383
- 2
- 11
- 20