Vonage / vonage-ruby-sdk

Vonage REST API client for Ruby. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
https://developer.vonage.com
Apache License 2.0
216 stars 108 forks source link

Add Support for Instagram #271

Closed gus-bn closed 1 year ago

gus-bn commented 1 year ago

Gem does not include support for Instagram, it should be something like this:

Vonage::Messaging::Message.instagram(
  type: 'text',
  message: 'This is an Instagram text message sent using the Messages API'
)
superchilled commented 1 year ago

Hi @gustavobnmx currently the Instagram channel is only EA (Early Access). It will be added to the SDK once it is in GA (General Availability), which should hopefully be later this year.