Webhooks
Webhooks in Changelogfy
Automated communication between applications.
One of the easiest ways to integrate your applications to communicate with others by sending messages and data in real time in an automated way is Webhooks. Basically a Webhook is a URL derived from the receiving application and acts as a sending application sending data when an event occurs.
With interactions made possible by webhooks, it is possible to receive events from Changelogfy to increase integration in other custom services, all events are delivered in real time using HTTP POST requests.
What events do webhooks receive?
Changelogs
post.commented
post.reacted
post.created
post.updated
post.deleted
Feedbacks
feedback.created
feedback.updated
feedback.deleted
feedback.status.updated (change feedback status)
feedback.board.updated (change feedback board)
feedback.comment.created
feedback.comment.updated
feedback.comment.deleted
feedback.vote.created (user vote)
feedback.vote.deleted (user unvote)
How to enable this function?
On the sidebar, click on Settings, after on the Integrations,
Insert the link and click on ADD
You can enable as many Webhooks as you like with hangelogfy
Updated on: 06/27/2022
Thank you!