Webhook Support for Newsletter Subscriptions
Now, you can configure a webhook for your feather blog newsletter…
Published on
Do not index
Do not index
Feather has an inbuilt form to collect emails from your visitors. You can then export emails from the Feather dashboard to a CSV format, then import them to your preferred email platform for sending.
This was a manual process. But from today, you can automate this with webhook.
Now, you can configure a webhook endpoint inside Feather. Whenever a new person subscribes to your newsletter that webhook endpoint will be called and an email will be sent as a JSON payload in that call.
All you have to do is go to Settings > Features and then add your Webhook URL there.
I will also write a blog post and link here on how to setup webhooks with something like Zapier for this use case and connect it to whatever email platform you want.