Receive data#
Receiving incoming data in the GREEN-API is implemented via incoming webhooks. A separate incoming webhook is generated for each instance event. Events can be: incoming message, receiving a previously sent message status, an incoming call, etc. For more information about instance events and incoming webhooks types, refer to Incoming webhooks types section.
GREEN-API provides two technologies for receiving incoming webhooks:
A detailed description of webhooks format is given in Incoming webhooks format section
To download files from incoming webhook refer to Download files section