WhatsApp-Business-API-Setup-Scripts icon indicating copy to clipboard operation
WhatsApp-Business-API-Setup-Scripts copied to clipboard

The scripts related to setting up WhatsApp business API

Results 44 WhatsApp-Business-API-Setup-Scripts issues
Sort by recently updated
recently updated
newest added
trafficstars

Context: After trying the execution of installation/docker-compose.yml (MySQL) in ac M1 arch (arc64) we got this error: ```ERROR: no matching manifest for linux/arm64 in the manifest list entries``` Adding this...

CLA Signed

Hello, I'm running Whatsapp business api on-premise on a K8s cluster. There're liveness checks that call the endpoint `/v1/health` of the pod. However even when the authentication header is used...

According to the documentation the shard_ids are calculated like this: `shard_id = hash(recipient-id) % shard-number` We can findout which shard_id has been assigned to which phone number by checking the...

According to the [documentation](https://developers.facebook.com/docs/whatsapp/guides/data-management) this env variable is only supported when using MySQL. > WA_DB_CONNECTION_IDLE_TIMEOUT **(only supported by MySQL)** — By setting this environment variable (in milliseconds) while starting the...

Hi, there are interpolation problems in the multiconnect-compose.yml file. I can not get the dockers up. image: docker.whatsapp.biz/web:v${WA_API_VERSION:?Run docker-compose with env var WA_API_VERSION (ex. WA_API_VERSION=2.41.2 docker-compose )}

The grafana container has some dashboards provided, that could be great to provide them separately, for people that want to use them on a different instance.

(taking the same text than the previous PR) Include a HTTPS request to the root path (/) that returns a 200 OK and does not require a token to be...

CLA Signed

In the prometheus monitoring container the file `prometheus`.yml there is no section for database metric endpoint as documented in the API reference `/v1/stats/db` current state of the file ``` scrape_configs:...

Prometheus project provide a LTS version of their tool, https://prometheus.io/docs/introduction/release-cycle/ Security wise that would be safer to use this version, and for you this is easier to track (before each...