Forum Discussion
MattSaforrian
7 years agoQuickbase Staff
Hi Tyler,
Automations don't care how a record is added. Is it possible that your add on is creating records too quickly and so hits our webhook rate limit? If possible, I would recommend that you create multiple records using API_ImportFromCSV.
Best,
-Matt
Automations don't care how a record is added. Is it possible that your add on is creating records too quickly and so hits our webhook rate limit? If possible, I would recommend that you create multiple records using API_ImportFromCSV.
Best,
-Matt
QuickBaseCoachD
7 years agoQrew Captain
The webhook limit was raised to 20 per second. So I suggest if they are being added one by one to limit them to that speed.