Skip to content

Whatsapp Api Webhook Server Python v2

Choose a tag to compare

@karmaplush karmaplush released this 04 Jun 05:54
· 2 commits to master since this release

Features

  • Output data now validated via pydantic v2
  • Based on FastAPI server
  • Output data keys can be presented both in camelCase or snake_case (return_keys_by_alias: bool arg)
  • Webhook Auth Header now supported (webhook_auth_header: str arg)

Dependencies

Pydantic v2.7.1
Uvicorn v0.30.0
FastAPI v0.110.0