craftcms / webhooks

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

add support for put requests #23

Closed KatieMFritz closed 4 years ago

KatieMFritz commented 5 years ago

This combines your code fixing #18 with support for PUT request (typo in my commit message - should be PUT, not GET).

I'm not that familiar with API requests, so you may need to tweak it a bit in case PUT takes different params than POST, but it does seem to be working for me.

KatieMFritz commented 4 years ago

@brandonkelly, any feedback?

KatieMFritz commented 4 years ago

Following up on this!

brandonkelly commented 4 years ago

Thanks Katie!