This package provides a plugin for the Econsulate chatbot application, enabling WhatsApp messaging capabilities. By integrating this library, the Econsulate chatbot can send and receive messages through WhatsApp, including text, images, and other file typ
npm install @econsulate/chatbot-whatsapp-ui-packageThis package provides a plugin for the Econsulate chatbot application, enabling WhatsApp messaging capabilities. By integrating this library, the Econsulate 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 Econsulate chatbot, allowing for seamless communication on the WhatsApp platform.
1. Features
2. Installation
3. Usage
4. For Contributors
5. License
6. Subscription Plan
* Adding Meta Configurations (Input TextBox).
* Automatically WhatsApp phone numbers syncronization.
* Error handling
1. Download Github repository (URL)
2. Install Modules`npm install .
3. Compile the Node Modulenpm run build.
4. Link build files with the global NPM packagesnpm link.
5. Insert package into another repositorynpm link chatbot-whatsapp-ui-package.
``
import { WhatsappIntegrationModule } from '@econsulate/chatbot-whatsapp-ui-package';
`typescript`
handleCheckChange={handleWhatsAppCheckChange}
handleInputChange={handleWhatsappInputChange}
onSubmit={onSubmit}
/>
component should be integrated into this file. src\views\Settings\Messengers\Form\page.tsx`
For more details on development practices, refer to Developer Guide.
TBD
TBD