Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldwight committed Feb 18, 2023
2 parents 9b1c5e3 + da23f92 commit efd1e3a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,19 @@ 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)

- [End User License](https://github.com/gabrieldwight/Whatsapp-Business-Cloud-Api-Net/blob/master/LICENSE)
- [NuGet Package](https://www.nuget.org/packages/WhatsappBusiness.CloudApi/)

Take note: Sending a message to a phone number format `00[Country Code] xx xx xx` using the prefix `00` before the country code will make the cloud API to return invalid parameter error (#100) (Credits @Tekkharibo)

## Capabilities

> Note: **This package is WIP**. The capabilities of Cloud API will be reflected soon. Feel free to contribute!
Expand All @@ -38,6 +44,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```
Expand Down

0 comments on commit efd1e3a

Please sign in to comment.