I want to check Checking HTTP Status Code everyday in automation, how can I do that?
Checking HTTP Status Code all URLs in a Column (Everyday)
Best answer by dilipborad
Within Airtable, I think you need to use a script extension. Fetch all url and run them in a loop. But it needs to run it manually(hit the run button) every day.
If we use any general api request/response using fetch methods normally it needs 1/2 second to fetch and get a response if there is server is working. But in this case, we are checking URLs which are working or not. In this case, some URLs took more time to respond because there was no response(Or other response) that's why it took more time and within the airtable automation script, it goes to timeout.
Otherwise, use script outside airtable with some programming language and update things via airtable api and set a cron daily.
Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
