Webhook to fast for google sheet

Hey @Robm, this came up a few days ago and unfortunately seems to be simply the way Google Sheets works meaning it’s unsuitable for (near) real time use cases like yours.

Maybe you can simply fetch the data in short intervals (e.g. every minute) instead of using a webhook trigger?

Alternatively, you could also consider using a more suitable database to store the data received by your webhook node. In the linked thread PostgreSQL was working fine.

1 Like