Skip to content

Add Instagram Support - #272

Open
gus-bn wants to merge 2 commits into
Vonage:mainfrom
koonol:main
Open

Add Instagram Support#272
gus-bn wants to merge 2 commits into
Vonage:mainfrom
koonol:main

Conversation

@gus-bn

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

Copy link
Copy Markdown

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
Copy Markdown
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