Skip to main content
Solved

How can I receive alerts when a field configuration (not the cell value) has been changed?

  • February 28, 2024
  • 5 replies
  • 90 views

Forum|alt.badge.img+3

I would like to monitor when anyone changes certain field configurations (e.g. changes the field type, or edits a drop-down selection or similar) so that downstream dependencies can be adjusted or the change can be rolled back. The field manager seems helpful but doesn't seem to be proactive enough for this purpose.

Best answer by ScottWorld

This can only be done by writing your own custom programming code to monitor this.

Airtable offers outbound webhooks that can alert you when your base schema changes, but there is no UI for this.

You can learn more about Airtable’s webhooks here:
 https://airtable.com/developers/web/api/create-a-webhook

5 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • 9808 replies
  • Answer
  • February 28, 2024

This can only be done by writing your own custom programming code to monitor this.

Airtable offers outbound webhooks that can alert you when your base schema changes, but there is no UI for this.

You can learn more about Airtable’s webhooks here:
 https://airtable.com/developers/web/api/create-a-webhook


Forum|alt.badge.img+3
  • Author
  • New Participant
  • 1 reply
  • February 28, 2024

Thanks for the quick reply @ScottWorld. I had seen that documentation and have no issue writing custom code around this, the only option I had seen so far was to retrieve the base schema and compare against historics, but there actually seem to be webhooks for recording field changes etc. Thanks!


ScottWorld
Forum|alt.badge.img+35
  • Genius
  • 9808 replies
  • February 28, 2024

You’re welcome! Glad I could help!


xcatena
Forum|alt.badge.img+3
  • Participating Frequently
  • 10 replies
  • September 5, 2025

I’ve build something to do this in a much more scalable way along with providing other insights if you’re still running into this issue ​@Jan_Gerrit_Holt 

 

Airdiff - https://airdiff.modernstack.io/product


Martin_Malinda
Forum|alt.badge.img+12
  • Known Participant
  • 18 replies
  • September 6, 2025