Hi, Is there a way to check if custom webhook I co...
# seed
s
Hi, Is there a way to check if custom webhook I configured for seed.run to push deploy notification to is somehow failing or not?
f
Hey @Sri, what I’ve seen teams often do is testing it out w/ a hook generated from https://webhook.site to ensure they are being sent.
Does that work for you?
s
Thanks! That did the trick... But I did notice that documentation has the wrong scheme example seed does not send
service_link
,
service
,
commit
Copy code
{
  "build": 5,
  "stage": "dev",
  "service": "main",
  "status": "deploying",
  "commit": "5ad6f2d7b44ad77e5cfe925e7c9550b3be36c158",
  "service_link": "<https://console.seed.run/apps/hello-world/services/default>",
  "stage_link": "<https://console.seed.run/apps/hello-world/services/default/stages/dev>",
  "build_link": "<https://console.seed.run/apps/hello-world/services/default/stages/dev/builds/5>",
  "commit_link": "<https://github.com/jayair/hello-world/commits/5ad6f2d7b44ad77e5cfe925e7c9550b3be36c158>",
  "ts": 1530079736
}