Hey, I want to notify by slack the summary of an artifact deployment.
I thought about using ArtifactCommit hook, but I really prefer to do it once and on the server side . Does anyone has any suggestion how to implement this integration ?
Hi @Yinon!
At the moment there is no direct way to do that. You can use the API to process the state of the deployments and generate notifications as needed.
As a way to make this easier in the future we are looking into webhooks, but there is nothing publicly available yet.
Greetz,
Josef
Thank you for your answer.
I hope web hooks integration will be publicly available ASAP