Ignacio Chiazzo Cardarello
Ignacio Chiazzo Cardarello
**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
### 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.
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...
Implement new API just released: Whatsapp commerce settings https://developers.facebook.com/docs/graph-api/reference/whats-app-business-account-to-number-current-status/whatsapp_commerce_settings
The `business_id/registered_numbers` API returns an array of `phone_numbers` and a cursor to the next and previous page. If the set has more than 250 numbers there is no way to...
https://developers.facebook.com/docs/whatsapp/cloud-api/guides/send-message-templates/utility-templates
Add ability to set a [custom time-to-live](https://developers.facebook.com/micro_site/url/?click_from_context_menu=true&country=UY&destination=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fwhatsapp%2Fbusiness-management-api%2Fmessage-templates%23customizing-time-to-live&event_type=click&last_nav_impression_id=0RDG6iiVzhuoHSpK6&max_percent_page_viewed=3&max_viewport_height_px=679&max_viewport_width_px=1302&orig_http_referrer=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fwhatsapp%2Fbusiness-platform%2Fchangelog&orig_request_uri=https%3A%2F%2Fdevelopers.facebook.com%2Fajax%2Fdocs%2Fnav%2F%3Fpath1%3Dwhatsapp%26path2%3Dbusiness-platform%26path3%3Dchangelog®ion=latam&scrolled=true&session_id=1zqtdSbKJ2xk2Ziag&site=developers) on utility templates
I have been using cursor in the past few months, and the experience has been a game changer. This is an initial version of the `cursor rules` files that have...