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

Twilio Conversations - Scoped Conversations and Messaging Services - how to connect?

I'm trying to make sure a phone number attached to a Messaging Service auto create a conversation in a specific conversation service not the default one. From the Conversations > Default screen on the console I can read this: What steps do I have…
1
vote
1 answer

Twilio Not Throwing Error on Try/Catch block when user opted out of messaging service [PHP/Laravel]

I create a conversation with my phone number to opt out of the texting service to test. Once opted out, I will delete the conversation so my application doesnt try to add the message onto the current Conversation->sid. But when I create a…
1
vote
0 answers

Webhook time out doesn't follow documentation

According to the Conversations API documentation in the case where a pre-action webhook fails to get a response: (no response or timeout) then Conversations will publish the change unmodified after a series of retries; your messages will be…
MweyaMutsvene
  • 543
  • 4
  • 15
1
vote
1 answer

Twilio Conversations - Get Maximum call stack size exceeded on React Native

I'm trying to use twilio conversations from javascript in React Native. I'm getting RangeError: Maximum call stack size exceeded (native stack depth) when calling const Conversations =…
1
vote
1 answer

Why is my Twilio Group MMS activation failing?

I am trying to create a group conversation using the Twilio Conversations API. I am currently following the "Group Texting in Conversations: Scenario 1" tutorial in their documentation using cURL. (I'm obviously not going to post my Twilio Account…
Katie
  • 13
  • 3
1
vote
0 answers

Twillio Conversation - Facing issues while adding and removing multiple particpants

I am trying to add multiple participants to a particular discussion sid. if i am trying to add single participant, it is working properly. ** this "add" method is working for adding single participant. const addParticipant = async () => { const…
1
vote
1 answer

Twilio conversations with email channel

I'd like to have email as one of the channels used in Twilio conversations. From the docs I see that Twilio conversation supports SMS, WhatsApp and InApp chat. Wonder if there is any API or library to add email as option? I guess I can use Sendgrid…
ciekawy
  • 2,238
  • 22
  • 35
1
vote
1 answer

Twilio conversation JS SDK - a proper way of fetching user conversations

I'm trying to display all user's conversations sorted by last message creation date and I'm a little bit confused. I see getSubscribedConversation method in docs…
emzet93
  • 13
  • 2
1
vote
1 answer

Twilio conversation with chatbot

I want to know how to use twilio conversation api with autopilot chatbot. So users start to chat with bot and after answering some questions of bot, the users are hand off to real agent and continue to chat with them. I've already made the…
Dream
  • 45
  • 1
  • 1
  • 5
1
vote
1 answer

How to fetch all Conversations a User belongs to?

I would like to fetch every Conversation a specific User belongs to. Is this possible server side? It seems like the only option is to iterate through every Conversation and filter. Am I expected to track every Conversation a User belongs to in my…
Spencer
  • 87
  • 8
1
vote
1 answer

How do I add someone to a Twilio Conversation Channel?

I'm using the Twilio Javascript Conversations SDK, and I'm migrating from the old Programmable Chat API. My question is, how do I add another user to the chat? The programmable chat feature had the invite method, but that's not a method in the…
1
vote
1 answer

X-Twilio-Error: 20101 Invalid Access Token

I am working with video feature with twilio. I have code like this, File index.php require_once('vendor/autoload.php'); use Twilio\Jwt\AccessToken; use Twilio\Jwt\Grants\VideoGrant; // Substitute your Twilio AccountSid and ApiKey…
Nik
  • 334
  • 1
  • 9
1
vote
0 answers

Trying to add SMS Participant to twilio Conversation in JS - Error 20403 - 403 Forbidden

I'm trying to add an SMS Participant to Twilio an existing Twilio conversation using this API fetch. snapshot.node_.value_ is the conversation ID CHXXXXXX... and both phone numbers are actual values in the real code, not just…
gehrlich
  • 23
  • 5
1
vote
1 answer

Adding Conversation Participant using Postman

I'm trying to use Twilio Conversations for a project, and in order to just get a simple understanding of everything I'm trying to tinker it out in Postman first. I'm trying to create a conversation Participant there but I keep getting Error 5204 -…
gehrlich
  • 23
  • 5
0
votes
1 answer

Twilio Conversation API integration in .net web application

We have two different web applications, one application is developed in .Net core MVC technology and another application is developed in classic asp.net technology. We want to add live chat functionality between the above two applications users. How…
1 2
3
9 10