I have an Airtable which is a calendar schedule. I would like to use the API to apply this calendar to my website.
However, I don’t want it to be “hot.” In other words, I don’t want changes in the table to immediately populate the website, because there might be an error.
I’d like to have a staging environment for the API, that only changed when I approve what is in the Airtable, not in real time.
What is the best way to do this? Thanks in advance!