1.0.0 • Published 8 months ago

chatbot-whatsapp-ui-package v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

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

  1. Features
  2. Installation
  3. Usage
  4. For Contributors
  5. License
  6. Subscription Plan

Features

  • Adding Meta Configurations (Input TextBox).
  • Automatically WhatsApp phone numbers syncronization.
  • Error handling

Installation

  1. Download Github repository (URL)
  2. Install Modulesnpm 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.

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