Hi, I built an Automation which includes a triggered webhook and was disappointed to find that the only thing I can customize is the webhook’s URL. I cannot define the body of the payload nor any custom headers which is annoying.
Please allow the user define both headers and the body. For the body, please support the use of liquid syntax so I can insert user and event attributes in the body.
Use case: I have a step in my automation where I can an external service to create a custom discount code for contact which I then insert into their next email. Lacking the ability to customize the webhook in Brevo so that I can directly create the discount code, my workaround is for Brevo to hit Zapier to apply the necessary transformations required by the real « create discount » endpoint. This an expensive, and dangerous (because there’s still no header signing on what Brevo sends to Zapier) workaround that should be should be unnecessary when using Brevo. Other ESPs support creating custom webhook templates, just like email templates, and Brevo should too.