Skip to main content
Question

Is there a way to detect Google Drive sync failures via Airtable automations?

  • February 9, 2026
  • 2 replies
  • 12 views

aprilcrowleybt

Hi everyone — quick question about Airtable’s native Google Drive sync feature.

We use a synced Google Drive table that should refresh automatically about every ~5 minutes. Occasionally, the sync fails or disconnects, but Airtable seems to only surface this through the UI (banner/error state), not through any automation trigger or field.

Goal: Send a Slack alert when the sync itself fails at the table level (not tied to individual record changes).

Is there any native way to monitor Google Drive sync health or detect sync failures via automations? Or do most teams handle this with a workaround like heartbeat/staleness checks or external monitoring?

If this isn’t currently supported, I’d be happy to submit it as a feature request — just want to confirm best practices first.

Thanks in advance for any guidance!

2 replies

Austin.geist
  • New Participant
  • February 9, 2026

Hi ​@aprilcrowleybt

The only way I can see this being possible right now is if you control the sync yourself via a webhook-triggered automation (or an external tool), where you can explicitly handle success/failure and send a Slack notification on a failure outcome.

With the native Google Drive sync, the failure state seems to live entirely in the UI, with no automation trigger or field to react to. (If anyone knows of another way, please let me know. I’d love to experiment with it!

This would be a great feature to suggest on the new product ideas page here!


Forum|alt.badge.img
  • New Participant
  • February 9, 2026

Hi everyone — quick question about Airtable’s native Google Drive sync feature.

We use a synced Google Drive table that should refresh automatically about every ~5 minutes. Occasionally, the sync fails or disconnects, but Airtable seems to only surface this through the UI (banner/error state), not through any automation trigger or field.

Goal: Send a Slack alert when the sync itself fails at the table level (not tied to individual record changes).

Is there any native way to monitor Google Drive sync health or detect sync failures via automations? Or do most teams handle this with a workaround like heartbeat/staleness checks or external monitoring?

If this isn’t currently supported, I’d be happy to submit it as a feature request — just want to confirm best practices first.

Thanks in advance for any guidance!

 

Hello,

You can check the monitor icon on the synced table: a lightning icon means the sync is working correctly, while an error triangle indicates a failure. Alternatively, you can use third-party tools like Make.com to handle errors and receive notifications.