Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Instagram Support #272

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add Instagram Support #272

wants to merge 2 commits into from

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