Skip to content

V1.0.0

Latest
Compare
Choose a tag to compare
@hamed-elfayome hamed-elfayome released this 05 Nov 15:36
· 6 commits to main since this release

This is the first release of the WhatsApp API Server built using Node.js and Express. It includes core functionality for managing WhatsApp sessions, sending and receiving messages, and integrating with webhooks for real-time updates.

Features

  • WhatsApp session management: Start and manage WhatsApp sessions for sending and receiving messages.
  • Message sending and receiving: Send text messages to WhatsApp contacts and receive incoming messages via webhooks.
  • Webhook integrations: Supports webhooks to receive real-time updates like message status, incoming messages, and QR code generation.
  • Rate Limiting: Implemented rate limiting to avoid overloading the API.
  • Logging: Integrated logging using Winston for better tracking of API usage and issues.
  • Authentication: API key authentication to secure endpoints.