Hello there!
I'm going to use Airtable API to get records and save into mine site. These records will be updated on daily, weekly or even monthly basis inside the Airtable, so using CRON on the server it not best solution. Our idea was to create some trigger URL (maybe WP REST API route) on our site. Is there any reason that Airtable can block this request using "Run a script action" for XMLHttpRequest? Or there is another better way to do this?
