How webhooks work
What is the operation of Webhooks?
In what phase of the application are they sent?
I would like to be able to create a bot for Telegram and my idea is to collect information from a Webhook when there is an alert from the application.
If there is more information about this I would like to know it.
Thank you,
@frgfm @blenzi :)
Hey there :wave:
Depends what you mean by that precisely, but the "webhook" table is meant to add post-route actions freely. Only admins can create some and manage the subscriptions.
For your Telegram bot:
- if a HTTP post request can send the message, that can easily be added to the API without adding dependencies
- if you need specific dependencies, I would suggest creating another service routing alert notifications to the right channel
Closing this as this seems to have answered your question :) Feel free to reopen, but it would be more suited as a discussion (not a bug or feature request)