How do you integrate Markelog with Bitbucket?

I tried a custom webhook but got an issue when committing many times a day (around 10) that look like spam.

like 10 of this

I've been thinking about coding a middle service in between that control the webhook trigger (just one call per day even if there were many commits). But this approach is not as good as the Github integration that clusters multiple commits into only one commit. So here my question popups, what has been your approach to this issue?