tabi_sdk 0.1.0
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: 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.