Is it possible to send an API request in case of any event including notification?
There's an option to set a webhook, but it's for all events. For notifications you can subscribe to WebSocket or potentially use SMS configuration to just send an API request to your service.
Is it possible to send an API request in case of any event including notification?