36
Customize webhook body
r
raulfdm
Customize what is sent and possibly include additional keys
Dan Meyers
Webhooks are completely pointless without this. Every system we might send an event _to_ requires at least some specific fields to be present in the request body (_sometimes_ with an additional element for 'customer data') for it to be processed. What exactly are the Strapi devs expecting we're sending a webhook to?
I'm going to have to investigate some sort of glue app/sidecar container just to be able to receive requests from Strapi, convert them into an actually useful format, and then forward them on to other systems.
Martin Mikita
Strapi is unusable without this
S Knutsen
So what's up with this...
D
Don MacKinnon
Would love to see this feature, webhooks are a bit useless without body content
B
Brittani
This would be really helpful for me as well. I like to use Github Actions for my CI/CD. To use the trigger the
repository_dispatch
webhook event, I need to add every_type
to the body. Reference: https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#create-a-repository-dispatch-eventO
Oliver Winks
What's the news on this issue? It's really annoying having to create a lifeccle.js file in every content type to trigger rebuilds on DigitalOcean.
rbondarenko
Any news?)
C
Cyril Hue
Any news on this feature ?