I am currently implementing 2-way synchronisation between the debtors in e-conomic and the customers in our external system using the PHP soap API (our system -> e-conomic) and webhooks (e-conomic -> our system).
When I create a debtor using e-conomic 1 webhook is triggered and everything is fine, but when I create a debtor through the API (using the function Debtor_CreateFromData) a total of 4 webhooks is triggered in e-conomic which I think is a bit much.
Is there anything I can do to prevent e-conomic from triggering 4 webhooks when creating a debtor through the API?
When I create a debtor using e-conomic 1 webhook is triggered and everything is fine, but when I create a debtor through the API (using the function Debtor_CreateFromData) a total of 4 webhooks is triggered in e-conomic which I think is a bit much.
Is there anything I can do to prevent e-conomic from triggering 4 webhooks when creating a debtor through the API?