craftcms / webhooks

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

FR: Allow PUT requests #21

Closed KatieMFritz closed 4 years ago

KatieMFritz commented 4 years ago

I'd like to use this to update MailChimp contacts when users are updated, but it requires PUT and doesn't work with POST when the contact already exists.

Is that on the roadmap? Could it be?

KatieMFritz commented 4 years ago

https://github.com/craftcms/webhooks/pull/23 addresses this.

brandonkelly commented 4 years ago

Resolved via #23. Thanks again!

brandonkelly commented 4 years ago

2.3.0 is out now with that change.