How to Trigger Webhook on Project Upon Repository Check-in
Hello,
I have a webhook that I would like to send a POST request to when a project has been checked in to a repository. The webhook is already created, but I have the following questions: From which flow should this webhook be called, so that it runs when a project is checked in? Where in the flow should the webhook be called, so that it only runs after successful check in?
Thanks!
0