Ignacio Chiazzo Cardarello

Results 36 comments of Ignacio Chiazzo Cardarello

I haven't tried myself but the API says you need to specify the format: `Location` official docs: https://developers.facebook.com/docs/whatsapp/business-management-api/message-templates/components#location-headers Feel free to open a PR with the changes and a test...

Could you elaborate more on what do you mean by PIN?

Hi @sahilbansal17 sure! Go for it

@johnnyshields Thanks for your feedback. After consideration, and multiple requests to remove Sorbet I decided to remove it entirely from the codebase as part of the `0.13.0` release. https://github.com/ignacio-chiazzo/ruby_whatsapp_sdk/pull/149

Hey @paulomcnally. Good idea, we should have that. @piscespieces @paulomcnally PRs are welcome if you plan to work on it; LMK, Thanks.

Hi @rodriguevara, could you share more details? `name` is a required parameter when sending a template: ```ruby response = client.messages.send_template( sender_id: SENDER_ID, recipient_number: RECIPIENT_NUMBER, name: "hello_world", language: "en_US", components: []...