Skip to main content

tai42-tools-whatsapp

License: Apache 2.0

WhatsApp provisioning tools for the TAI ecosystem — manifest-loaded Meta Graph tools that register a message template, list the business account's message templates, delete a template by name, and subscribe the app to a WhatsApp Business Account's webhooks.

All Graph traffic is direct REST through tai42-kit's curl client (no vendor SDK); the Graph host and pinned API version ride the settings below. The package registers its tools through the tai42_app handle from tai42_contract.app and never imports the skeleton.

The TAI ecosystem

TAI is an open-source runtime for MCP tools, agents, and workflows. A tool is a callable the host loads from a plugin manifest; this package supplies the WhatsApp provisioning tools. The ecosystem is open-ended, so this repo is these tools' own full doc home, and the documentation site covers the platform-level story:

Install

Requires Python 3.13+. Install from PyPI into the environment that runs the server:

uv add tai42-tools-whatsapp

Or from source — clone this repo and add it as an editable dependency; the tai42-* dependencies resolve in-tree from the workspace.

git clone https://github.com/tai42ai/tai42   # next to your app checkout
cd /path/to/your/app
uv add --editable ../tai42/plugins/tools-whatsapp

Catalog

Tool Description
register_whatsapp_template Registers a message template on the account and returns Graph's id and review status.
list_whatsapp_templates Lists every message template on the account, following Graph's paging cursors to exhaustion.
delete_whatsapp_template Deletes a message template by name (percent-encoded into the query) and returns Graph's response.
subscribe_whatsapp_app Subscribes the app to the account's webhooks, optionally overriding the callback URI and verify token.

Registering templates

register_whatsapp_template takes name, language, category, and a Graph-shaped components list (all required and non-empty). components is passed through unchanged — Graph validates its shape and rejects a malformed one with its own error, which propagates. The tool returns Graph's response (the new template's id and review status).

list_whatsapp_templates returns the concatenated data across every page, following Graph's paging.next cursor until Graph stops sending one, so a long template catalog is never silently truncated. delete_whatsapp_template takes a single name, percent-encoded into the delete query.

Subscribing webhooks

subscribe_whatsapp_app subscribes the app to the account's webhooks. With both callback_uri and verify_token supplied it overrides the app's configured webhook with Meta's override_callback_uri + verify_token pair; with neither it subscribes to the app's configured webhook. Supplying exactly one of the two raises.

Configuration

Setting Env var Default Purpose
Access token CHANNEL_WHATSAPP_ACCESS_TOKEN Graph API bearer token. Required.
Business account CHANNEL_WHATSAPP_WABA_ID WhatsApp Business Account id the endpoints hang under. Required.
API base CHANNEL_WHATSAPP_API_BASE_URL https://graph.facebook.com/v23.0 Graph API origin with a pinned version.
Request timeout CHANNEL_WHATSAPP_HTTP_TIMEOUT_SECONDS 30 Per-request HTTP timeout.

The token and WABA id share the CHANNEL_WHATSAPP_ env group with the rest of the WhatsApp deployment. Secrets live only in the environment; the access token is held as a secret and never appears in a log or a raised error. A missing or empty required credential raises loudly (fails closed), and every non-2xx from Graph raises with Graph's status and body — never a silent default.

Development

uv venv --python 3.13
uv pip install --no-sources --extra dev --editable .
uv run --no-sync pytest --cov --cov-report=term-missing
uv run --no-sync ruff check .
uv run --no-sync ruff format --check .
uv run --no-sync pyright

License

Apache-2.0. See LICENSE and NOTICE.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tai42_tools_whatsapp-1.0.3.tar.gz (16.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tai42_tools_whatsapp-1.0.3-py3-none-any.whl (18.7 kB view details)

Uploaded Python 3

File details

Details for the file tai42_tools_whatsapp-1.0.3.tar.gz.

File metadata

  • Download URL: tai42_tools_whatsapp-1.0.3.tar.gz
  • Upload date:
  • Size: 16.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for tai42_tools_whatsapp-1.0.3.tar.gz
Algorithm Hash digest
SHA256 7b68abb72d2aef94dfa044cebd103060c7b8677f69a593bd79e36111655b52bc
MD5 5a96c0c9fbd5ff12e2a608ec6358c105
BLAKE2b-256 27bbe9fc429cf13fa574ac38f590d909c6eca70f28eed95663caf142c68ee8b0

See more details on using hashes here.

File details

Details for the file tai42_tools_whatsapp-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for tai42_tools_whatsapp-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 c5052bfe5f211c62759b67743eb94b8391019a6338b4e809debabb4ed3659f99
MD5 90473692aafe1a8796d5211db884b445
BLAKE2b-256 08edeeb7a4ea5a578355eefaeb8f71636670c82bced66749c2de5f2b6e217d68

See more details on using hashes here.

Release history Release notifications | RSS feed

1.0.7

2 files

1.0.6

2 files

1.0.5

2 files

1.0.4

2 files

This release

1.0.3 This release

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

0.2.0

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page