I wanted to use an Azure HTTP function combined with a MailChimp Webhook.
Azure expects a security token to be sent with requests to the function as a header.
I am unable to see how to specify headers when creating the MailChimp Webhook.
Does anyone know if it's possible?
The other option is to somehow configure the function not to expect a security token?
https://<yourapp>.azurewebsites.net/api/<function>?code=<ApiKey>