Several webhook events are sent

I have another problem, which is that when an update is made, several webhooks are sent instead of just 1, so the code I have runs several times instead of 1, is there any way to avoid that?

Hey @felipe_aguirre
That’s true. Sometimes related entities are updated and that triggers more than 1 event. However, with the meta block, you can single out the update that is relevant and ignore the rest.

However, if you are noticing exact duplicates, that would be a problem. In that case, please share the payload details / logs so that I can check with the team :slight_smile: