tabi_sdk 0.1.0 copy "tabi_sdk: ^0.1.0" to clipboard
tabi_sdk: ^0.1.0 copied to clipboard

Dart and Flutter client for the Tabi WhatsApp Business Messaging API. Send messages, manage channels, webhooks, campaigns, and automations with the same REST shapes as the official PHP and Python SDKs.

example/README.md

Example: list channels #

This folder is what pub.dev uses for the Example tab.

Run with a real API key (workspace or channel key from the Tabi dashboard):

dart run example/basic_example.dart --define=TABI_API_KEY=tk_your_key_here

The script calls TabiClient.channels().list() and prints the JSON response.

For a full integration guide (sending messages, OTP, webhooks, every method), see the package README on pub.dev.

0
likes
140
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Dart and Flutter client for the Tabi WhatsApp Business Messaging API. Send messages, manage channels, webhooks, campaigns, and automations with the same REST shapes as the official PHP and Python SDKs.

Homepage
Repository (GitHub)
View/report issues

Topics

#api #http #whatsapp

License

MIT (license)

Dependencies

dio, meta

More

Packages that depend on tabi_sdk