mailjet-gem icon indicating copy to clipboard operation
mailjet-gem copied to clipboard

Create "eventcallbackurl" lacks grouping

Open svoop opened this issue 9 months ago • 0 comments

This is actually a shortcoming of the current API (compared to the web UI) and by extension this gem. Since there is not repo for the API itself, I report it here:

Whe adding a callback URL for an event like "clicked", the web UI features a "grouped" checkbox. It assures the callback doesn't fire more than once per second which is very important for efficiency and to prevent a "self-inflicted DoS" of sorts:

Image

Unfortunately, this setting is not available when the callback URL is created using the API:

https://dev.mailjet.com/email/reference/webhook/#v3_post_eventcallbackurl

We're configuring callbacks, webhooks etc programmatically, so this is a serious shortcoming.

Thanks for giving this some though and priority!

svoop avatar Mar 11 '25 09:03 svoop