Do Webhooks get triggered when you import an excel spreadsheet as items?
Basically the question is if I create a webhook on my contacts app , will my webhook trigger if I import an excel spreadsheet , I can just see how my API call limit is reached , every time an employee exports all our contacts , updates the contacts , and reimport the list of 6000 contacts.
-
Official comment
Hi Rudolph,
you're right when saying that importing 1000 items will trigger 1000 webhooks, but we don't impose any rate-limit on webhooks.
In the use-case you depicted, you will "spend"
1 call for exporting
n calls for updating (depending on how many updates you do with the API)
1 call for importingHope that helps.
Best,
DomenicoComment actions
Please sign in to leave a comment.
Comments
1 comment