We’re using the Javascript API client to create a conversation programmatically when users sign up to our app.
We’d like all messages of the conversation to each go through SMS. Is that possible, provided that the SMS channel is set up correctly in Intercom?
I’m not seeing any way to specify a channel in the `intercom.conversations.create` method, or even in `intercom.messages.create`.
Is this a dead end?
Thanks!