awesome-ruby icon indicating copy to clipboard operation
awesome-ruby copied to clipboard

Add whatsapp ruby gem

Open ignacio-chiazzo opened this issue 2 years ago • 0 comments

Project

Whatsapp SDK: Github: https://github.com/ignacio-chiazzo/ruby_whatsapp_sdk RubyGem: https://rubygems.org/gems/whatsapp_sdk Project Page: https://ignacio-chiazzo.github.io/ruby_whatsapp_sdk

What is this Ruby project?

Use the Ruby Whatsapp SDK to communicate with Whatsapp API using the Cloud API. Create bots to send and receive messages using the Whatsapp SDK in a few minutes.

What are the main differences between this Ruby project and similar ones?

Enumerate comparisons.

  • I didn't find any library that have all the features I needed so I created one.

List of features:

  • Medias API - Manage Medias.
  • Messages API - Manage any type of message (text, audio, document, button etc). It also allows sending links etc.
  • The gem can use either JSON or objects to talk to the API. This is useful when working with multiple integrations.
  • Phone Numbers API - Manage Phone Numbers.

ignacio-chiazzo avatar Jun 28 '22 02:06 ignacio-chiazzo