craftcms / webhooks

Plugin for integrating Craft with Zapier and IFTTT.
https://plugins.craftcms.com/webhooks
MIT License
84 stars 12 forks source link

Body of webhook is too big for Netlify #5

Closed dsteinel closed 5 years ago

dsteinel commented 5 years ago

Hello!

The webhook is sending a lot of user related datas as well as the information about the saved entry. Netlify's build system cannot handle hooks over about 60 kilobytes, so the build fails with an error 11:37:46 PM: System Error. If I remove all datas it works like a charm. Unfortunately I am only able to remove all datas within my fork but I can not make it work with additional datas (Extra Event Attributes, Extra Sender Attributes, Extra User Attributes). It would be great to have all datas as optional parameter since some services only need a trigger without any data.

I will keep trying to create a PR ;) !

brandonkelly commented 5 years ago

The Custom Payload feature coming in the next release (#3) will solve this.