ruby_whatsapp_sdk icon indicating copy to clipboard operation
ruby_whatsapp_sdk copied to clipboard

A lightweight, efficient Ruby gem for interacting with Whatsapp Cloud API.

Results 18 ruby_whatsapp_sdk issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Meta just released a new API: https://developers.facebook.com/docs/whatsapp/cloud-api/phone-numbers/conversational-components/#using-the-api We should add support to it in the gem.

enhancement
good first issue

We should build a website for documentation as opposed to have it on the README only. I propose we use Docusaurus https://github.com/facebook/docusaurus

help wanted
good first issue

**Is your feature request related to a problem? Please describe.** For change Profile Picture, sic, the upload of image works different of rest the cloud sdk api, it's based on...

good first issue
Feature

**Describe the bug** Every time when i get error my code print Error: # ``` message_response = messages_api.send_text( sender_id: sender_id, recipient_number: from.to_i, message: send_message, ) if message_response.ok? puts "Message sent...

According to the documentation `phone_numbers_api.register_number(phone_number_id, pin)` Will register a Phone Number on the account. How do I generate the PIN on the phone to be registered?

**Is your feature request related to a problem? Please describe.** Add share product on Whatsapp. [Documentation](https://developers.facebook.com/docs/whatsapp/cloud-api/guides/sell-products-and-services/share-products) Example: This requires the Interactive API https://github.com/ignacio-chiazzo/ruby_whatsapp_sdk/issues/8

hacktoberfest
hacktoberfest-accepted

### Discussed in https://github.com/ignacio-chiazzo/ruby_whatsapp_sdk/discussions/92 Originally posted by **AlkhabazHasan** July 18, 2023 Grate gem and well documented and, it save times of works, but isn't `messages_api.read_message(sender_id: 1234, message_id: "wamid.HBgLMTM0M12345678910=")` needs more...

Responses must return objects never copy the fields. ### Context The API returns a JSON object which is converted to a [Response object](https://github.com/ignacio-chiazzo/ruby_whatsapp_sdk/blob/main/lib/whatsapp_sdk/api/responses). We also have resources that model the...

The API just released, adding the location to the template via headers: API responses to [template creation and editing requests](https://developers.facebook.com/docs/whatsapp/business-management-api/message-templates) now include the template's status and category.

good first issue

Meta released Media HTTP caching for images. [Documentation](https://developers.facebook.com/docs/whatsapp/cloud-api/guides/send-messages#media-http-caching). To implement this feature, we need to follow the next steps: - [ ] Add `headers` to the upload media endpoint https://github.com/ignacio-chiazzo/ruby_whatsapp_sdk/blob/422c3ccbd600d9fcf0ea49725bf85e797749c1c4/lib/whatsapp_sdk/api/medias.rb#L75-L90...

good first issue