Posts under category Facebook WhatsApp Business API

I am integrating with the Twilio API to send WhatsApp for Business messages. For the most part, so far everything has been straight forward. However, I foresee the need to be adding new WhatsApp phone numbers and templates in the future. While I have no problem using the Twilio UI to create these new resources, I was curious if there was a way to list the newly added phone numbers and templates in my app via their API. This would help ensure an update to the application wouldn't be needed each time that a new phone number or template is added.

I have found this other question from over a year ago which may indicate that listing phone WhatsApp phone numbers currently isn't possible. However, this question doesn't address listing templates and due to its age I also wanted to reask the community in case anything has changed. Identify Whatsapp phone number when listing Twilio phone number

Thanks!

This is my first post, and I'm a beginner at this so please be kind.

I'm running an integration on an AWS server, and the Slack API Enable Subscriptions page will not verify the Events Request URL. On the Slack API page, I receive the error "Your URL didn't respond with the value of the challenge parameter." but no other information.

Following the instructions here: https://www.tyntec.com/docs/whatsapp-business-api-integration-slack

Everything looks OK until the Enable Events step. where Slack throws the following error:

Here is the git repository https://github.com/tyntec/api-samples/tree/master/wa-integrations/slack

This is my postman code:

{   "webhooks": [{     "events": [       "MoMessage"     ],     "callbackUrl": "https://x.x.x.x/tyntec/forwardWAMessage"   }] } 

can you please nudge me in the right direction?

I'm developing an Android app that creates a whitelist of over 400 contacts and groups of WhatsApp to send them a scheduled message. I found an API to send a message using WhatsApp by passing the message and the receipt contact (person or group), but I didn't find another API to get all group ids of WhatsApp.

How to retrieve all WhatsApp groups' ids, using Android Java?

I am using WhatsApp Business API and in conversation, I want to know the message I have sent has been read or not by the receiver.

I have got response as 'sent', 'delivered' and other but not the 'read'.

I also have checked on my number (WhatsApp Privacy Setting) where I have set "Read receipts" enabled, if this was the case.

Could any one please help me to sort it out?