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 import/export of webhooks #24

Closed KatieMFritz closed 3 years ago

KatieMFritz commented 5 years ago

I can see why we wouldn't want to store this in Project Config, since you might want different webhooks for different environments. However, for those of us who do want to test locally and then propagate in more environments, an export/import tool would be really helpful!

KatieMFritz commented 4 years ago

In the meantime, using an include is helpful, and I'm putting comments in the twig file for some of the other stuff.

weotch commented 3 years ago

@KatieMFritz can you expand on what you meant by "using an include is helpful"?

I'm wanting a way to store webhook configuration in a starter repo to reduce the number of steps it takes to spin up a new headless Craft instance.