pulumi / pulumi-cloud-requests

Welcome to the public issue tracker for Pulumi Cloud (app.pulumi.com)! Feature requests and bug reports welcome!
10 stars 4 forks source link

Feature request: filter and/or edit format for outgoing webhooks #246

Open morgenstern opened 1 year ago

morgenstern commented 1 year ago

Hi Pulumi team,

we love the new webhooks feature and use it to post updates to our Slack tech channel. But we also have use the renovate bot for automated dependency updates of our code. This results in very spammy notifications for every (automated) deployment without being able to visually differentiate them from our dev team deployments in Slack as information about the source (like the git branch that was merged) is missing.

How you could help us?

Thanks for your good work!

Greetings Helge

EvanBoyle commented 1 year ago

@morgenstern thanks for the suggestion. In the meantime, standing up a lambda or webserver to process webhooks and implement custom transformations is always an option. Here is an example that stands up a webhook processor that forwards events to slack: https://github.com/pulumi/examples/tree/master/aws-ts-pulumi-webhooks

morgenstern commented 1 year ago

Thanks for your feedback and the link @EvanBoyle. We currently solve this with https://pipedream.com/ but a native solution without workaround would be even smoother.