Event subscriptions

This article covers setting up integrations, namely the Event subscriptions feature.

Event subscriptions is a feature that lets you set up an integration that sends messages about events happening in the bot to a third-party service (or server).

Important! We recommend this feature for experienced users only.

IVDVKDO.png

In the address field, paste the link that will receive requests from puzzlebot. You can receive messages on your own server or use universal services: Integromat, Zapier and Albato.

Event types:

  • Command call — sends a request when any command is called.

  • Command call from a command group — sends a request when a command from a specific command group is called.

  • Input form answer — sends a request with the answer to an input form.

  • Input form answers of selected commands — sends a request with input form answers grouped by command.

  • Any message — sends a request with the user's message.

  • User joined the chat

  • User left the chat

  • Notifications — sends a request that duplicates a notification.

  • Link activation — sends a request with information about a link activation.

  • Order placed in the store — sends a request when an order is placed in the store.

  • Order status change — sends a request when an order's status changes.

The API documentation, which explains the meaning and contents of each request, is available in a separate article: API documentation.

Important! When the selected condition is met, a request encoded in JSON format is sent to the specified URL (address).

We recommend looking at an example of setting up this feature in the article: Integrating an input form with Google Sheets via Integromat.

Was this page helpful?