Splitbee allows you to call webhooks if specific actions occur. This can be used if Email & Telegram automations are not enough. Use them for Slack notifications or triggering some internal functionality.
POST
request with the payload described below. {"payload": "","user": {"id": "ff4afofe54nbdg4i8l4jacblmk6moj","userId": "myuser@gmail.com","country": "US","deviceType": "desktop","browser": "Chrome","data": {},"createdAt": "2020-08-16T18:44:43.878Z","lastSeen": "2020-08-16T19:31:35.806Z"},"trigger": {"type": "event", // event or pageView"event": "Select Range", // the selected event from trigger"data": {} // custom event data}}