Skip to content

Conversation

gus-bn
Copy link

@gus-bn gus-bn commented Jun 9, 2023

Instagram Support

  • Adds Support for Instagram by adding a new channel: Messaging::Channels::Instagram
  • Tests for Messages contents edge cases for text, image, audio and video

Usage

vonage_client = Vonage::Client.new(...) # auth credentials
message = Vonage::Messaging::Message.instagram(
  type: 'text',
  message: 'This is an Instagram text message sent using the Messages API'
)
vonage_client.messaging.send(
  from: 'YOUR-INSTAGRAM-ID',
  to: 'USER-INSTAGRAM-ID',
  **message
)

@superchilled
Copy link
Contributor

Feature is not yet GA. Don't merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants