136
Webhooks
planned
M
Mark Miyashita
After a deploy (or after other significant events), I want to hit an endpoint on my api so I can run logic (ex. notify users, increment release number in the db, etc)
Log In
Activity Feed
Sort by
P
Philipp Defner
I needed that so I just built a workaround that polls the API and then sends a webhook to my target. Maybe it's also helpful for others, probably has to be customized depending no your needs:
R
Robb Shecter
I think that sentry.io needs this to track errors relating to a commit.
b
brian
I would use this to purge URLs from my CDN and trigger a cache warming script.
M
Mitch Kuchenberg
+1 👍 this would be huge for our team. We've been looking at your service and this is one of the final missing pieces.
T
Thomas Graves
The lack of a deploy success signal is holding back our migration to Render.
I
Ivan Sugerman
👍 this is a must have for us before we can migrate to Render.
c
connor
+1 👍 - this would be very useful for us!
We'd considered chaining a command with the start command, i.e.
yarn start && yarn <do-something else>
, but that seems quite a hacky and potentially unreliable solution.Anurag Goel
planned
E
Enver Bisevac
Anurag Goel: I think it would be nice to have also custom header for webhook, I mean e.g. API-Key header for web hook request
K
Kai Marshland
This could also be used for slack notifications, which I would find very handy