Skip to content

Releases: green-api/whatsapp-api-webhook-server-python-v2

v0.1.1

06 Jun 07:56
Compare
Choose a tag to compare

Changes

  • Response status codes for success and validation errors changed for correct working with queue (204 & 422 -> 200)

Whatsapp Api Webhook Server Python v2

04 Jun 05:54
Compare
Choose a tag to compare

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