fixthestatusquo / proca-server

Proca server, SDKs and services
https://proca.app
5 stars 3 forks source link

handle mailjet webook with ungrouped events #266

Closed tttp closed 4 months ago

tttp commented 4 months ago

For performance reasons, we are configuring our mailjet to send the events grouped (so many events sent in the same query).

if you do not check the "group events" on mailjet (ie. sends each event as a separate request), the server doesn't handle it.

It's not something we ever will use, but if someone wants to adjust, PR welcome ;)