How to access webhook payload content?

It’s possible see the json payload sended through github webhook inside codefresh pipelines? I want to get some informations in this payload, like modified files.

Hello and welcome to the Codefresh community

Yes you can get the whole payload by reading the file event.json. See accessing-directly-the-webhook-content-of-the-trigger

We already handle modified files though. See modified files

1 Like

Thanks a lot, @Kostis !!!