You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the SDK, how do I update my Messaging Service's "Integration" section's "Incoming Messages" options? I want to set it to "Autocreate a Conversation"
I have attached a screenshot of the Twilio Console 👇
I tried updating the Messaging Service's "useInboundWebhookOnNumber" to false but it did not have any effect (code sample given below)
Steps to Reproduce
Log into your own Twilio Console
Create your Messaging Service and note down its SID
In your code initialize your Twilio Client using your auth token and account SID
Run the code snippet given below, be sure to properly set your Messaging Service SID
As you can see that the "useInboundWebhookOnNumber" is being set to false as I requested but the changes are not being reflected on the Twilio Console.
Technical details:
twilio-node version: 14.10.0
node version: 14, 16, 18, 20 (tried in all of them)
Please help me resolve this. This is one of the most important feature of my app, without this I can't create Conversations when SMS is sent from another number to my Twilio Number.
The text was updated successfully, but these errors were encountered:
Issue Summary
Using the SDK, how do I update my Messaging Service's "Integration" section's "Incoming Messages" options? I want to set it to "Autocreate a Conversation"
I have attached a screenshot of the Twilio Console 👇
I tried updating the Messaging Service's "useInboundWebhookOnNumber" to false but it did not have any effect (code sample given below)
Steps to Reproduce
Code Snippet
Response Screenshot:
As you can see that the "useInboundWebhookOnNumber" is being set to false as I requested but the changes are not being reflected on the Twilio Console.
Technical details:
Please help me resolve this. This is one of the most important feature of my app, without this I can't create Conversations when SMS is sent from another number to my Twilio Number.
The text was updated successfully, but these errors were encountered: