evendis / mandrill-rails

Webhook processing and event decoration to make using Mandrill with Rails just that much easier
MIT License
288 stars 36 forks source link

Feature Request - Webhook Generator #12

Open zmoshansky opened 10 years ago

zmoshansky commented 10 years ago

+1 for generator to wire up webhooks as setting them up statically from Mandrill webconsole isn't really practical for most environments (production). I wrote one to do this and is pretty simple to add, but very useful.

tardate commented 10 years ago

@zmoshansky good idea. Do you have code to share then? Even if not ready to include directly, but it would help if you can show what you did to automate the process

zmoshansky commented 10 years ago

I am just waiting on feedback from the company I wrote it for to see If I can use that as a base. If not I'll pull it together from scratch, either way I'll send a pull request.

tardate commented 8 years ago

Although we have a "web hook generator" now (see #34), it's a different beast. I think the original suggestion from @zmoshansky meant actual configuration of Mandrill to deploy the webhook settings so that Mandrill starts calling your app correctly.

I still do this manually. Did you get permission to release some code @zmoshansky ? Or anyone else have an implementation to share, or thoughts on this idea?