Skip to content

Anton689/green_api

Repository files navigation

Chat with green api

Short description

This is a simple chat application with a user-friendly interface for sending and receiving messages through WhatsApp using the green api. The client communicates with the server through HTTP requests. To retrieve messages, a request needs to be made. More details about the API's functionality can be found at the following link: green doc.

To get started with the application, you need to follow the green account, register, and obtain a token and instance.

View

  1. login
screen1
  1. main view
screen2
  1. add contact
screen3
  1. chat view
screen4
  1. message
screen5

Incoming messages info

You can receive incoming messages through HTTP API requests similar to how other methods of the Green API are implemented. It is guaranteed that the notifications will be delivered in chronological order in the same sequence they were received, following the FIFO (First-In, First-Out) principle. All incoming notifications are stored in a queue and await retrieval for up to 24 hours.

If you want to get incoming message from your contact - click "Receive" button.

More details here

Available Scripts

In the project directory, you can run:

yarn install

yarn start

Tools

Typescript, React, Redux toolkit, Redux thunk, Axios.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published