How to receive a message#
Using a processing model in your own configurations#
The processing model has a software interface designed in accordance with 1C development standards. You can build it into your configuration and call the API on the server by initializing an object.
Examples#
How to receive a message using a processing model#
- Go to the
Receiving Messages
tab - Click on the
Receive a message
button. If a message has been sent, then theMessage body
parameter will be filled in with the data in JSON format. If there are no messages sent, then the processing model will wait 5 seconds to receive a message.
The full list of examples#
Description | Module |
---|---|
1C demo processing model for WhatsApp | GreenAPI.epf |
Sources of 1C processing model for WhatsApp | whatsapp-api-client-1c |