diff --git a/README.md b/README.md index 3003e58..31324f4 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ Official API Documentation: [Meta for Developers](https://developers.facebook.co Sell Product and Services: [Product Message Configuration](https://developers.facebook.com/docs/whatsapp/cloud-api/guides/sell-products-and-services) +Account Metrics: [Account Metrics Configuration for analytics and conversation analytics](https://developers.facebook.com/docs/whatsapp/business-management-api/analytics) + +QR Code Message Management: [QR Code Messages for WhatsApp Business](https://developers.facebook.com/docs/whatsapp/business-management-api/qr-codes) + Webhook Configuration Documentation: [WhatsApp Cloud API Webhook](https://developers.facebook.com/docs/graph-api/webhooks/getting-started#verification-requests) WhatsApp Cloud API Error Codes: [Error Codes](https://developers.facebook.com/docs/whatsapp/cloud-api/support/error-codes) @@ -38,6 +42,10 @@ WhatsApp Cloud API Error Codes: [Error Codes](https://developers.facebook.com/do - [x] Interactive (List, Reply) - [x] Button +- [x] WhatsApp Business Management API + - [x] QR Code Message Management + - [x] Account Metrics + ## Installation - PackageManager: ```PM> Install-Package WhatsappBusiness.CloudApi``` - DotNetCLI: ```> dotnet add package WhatsappBusiness.CloudApi```