twilio / twilio-ruby

A Ruby gem for communicating with the Twilio API and generating TwiML
MIT License
1.36k stars 464 forks source link

Question: How to create a conversation under a specific Conversations Service #549

Closed gnumarcelo closed 3 years ago

gnumarcelo commented 3 years ago

Issue Summary

According to the Api reference, a Conversation Service is the top-level container for other resources in the Twilio Conversations REST API and can be used to create multiple, distinct environments (such as dev, stage, and prod) under a single Twilio account. I've set multiples Conversations Services, but whenever I create Conversation on the backend it is aways created under the default Conversation Service set in the configurations.

Is there a way to provide the Conversation Service Sid somewhere in the api so that I could scope my resources fetch/create under that Conversation Service?

shwetha-manvinkurke commented 3 years ago

@gnumarcelo This doesn't look like a helper library issue to me. Please reach out to support at support.twilio.com for help.