Add pre-build and post-build trigger
Paurakh Sharma Humagain
I would like to receive a Slack notification once a build is initiated and completed, with success or failure status.
To achieve this, we have two options: either set up webhooks or directly allow us to execute a terminal script, similar to what we can do in Codemagic. This would enable us to run a command like this to trigger the Slack notification.
curl -X POST -H 'Content-type: application/json' --data '{"text":"ApplicationName Deployed"}' https://example.com/webhook-endpoint