Webhook authentication

Hi,



Is there any way to make a webhook event make an authenticated POST? It just seems a little insecure otherwise.



Thanks,

Dom.

Hi,

Is there any way to make a webhook event make an authenticated POST? It just seems a little insecure otherwise.

Thanks,
Dom.

Mautic 2.1.1 will allow to add query parameters to the webhook URL, so you can secure it that way.

Thank you for the reply. Any idea when that will be released?

Should be today when we manage to merge last PRs. You can see the progress at https://github.com/mautic/mautic/milestone/19

Thanks for the reply. I will take a look.