craftcms / webhooks

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

[FR] Ability to attach arbitrary headers for each webhook #12

Closed pauloelias closed 5 years ago

pauloelias commented 5 years ago

We have a situation where we need to send requests to an API that requires specific headers for authentication in order to perform certain tasks. Adding the ability to define arbitrary headers along with each webhook would be amazing!

Eventually being able to define headers per environment in the config file would be 🔥 🔥 🔥

brandonkelly commented 5 years ago

Just released Webhooks 2.2.0 with this!

Screen Shot 2019-07-29 at 6 33 34 AM

https://github.com/craftcms/webhooks#sending-custom-headers

pauloelias commented 5 years ago

This is awesome, thank you @brandonkelly!