chatbot-whatsapp-ui-package
v1.0.0
Published
This package provides a plugin for the TASA chatbot application, enabling WhatsApp messaging capabilities. By integrating this library, the TASA chatbot can send and receive messages through WhatsApp, including text, images, and other file types. This plu
Downloads
81
Readme
Econ Chatbot WhatsApp UI Package
This package provides a plugin for the TASA chatbot application, enabling WhatsApp messaging capabilities. By integrating this library, the TASA chatbot can send and receive messages through WhatsApp, including text, images, and other file types. This plugin is designed to extend the functionality of the TASA chatbot, allowing for seamless communication on the WhatsApp platform.
Table of Contents
Features
- Adding Meta Configurations (Input TextBox).
- Automatically WhatsApp phone numbers syncronization.
- Error handling
Installation
- Download Github repository (URL)
- Install Modules
npm install
. - Compile the Node Module
npm run build
. - Link build files with the global NPM packages
npm link
. - Insert package into another repository
npm link chatbot-whatsapp-ui-package
.
Usage
importing components
import { WhatsappIntegrationModule } from 'chatbot-whatsapp-ui-package';
Integrate UI component
<WhatsappIntegrationModule
formData={formData}
handleCheckChange={handleWhatsAppCheckChange}
handleInputChange={handleWhatsappInputChange}
onSubmit={onSubmit}
/>
Example Component
component should be integrated into this file. src\views\Settings\Messengers\Form\page.tsx
For Contributors
For more details on development practices, refer to Developer Guide.
License
TBD
Subscription Plan
TBD