Coda docs webhooks and django

I am building a web application with Django and I'm trying to automate the fetching of new data from Coda Docs.

I want to use web hooks so that when rows are added on the Coda docs, my code for fetching the new data is executed.

Already, I have a scheduled task that works, but I'd like to just switch to web hooks as it is automatic.

I am confused on how to go about this. I don't understand what I'm reading online on Coda API regarding this.

I don't even understand the step 1 and step 2 set up.

I tried using match.com and despite providing my api key with read and write access it couldn't fetch the table.

How would one go about writing Django code for implementing web hook that triggers retrieval of the latest data from Coda docs once a change has been made on the table?

Вернуться на верх