Help

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

Topic Labels: Admin Base design
Solved
Jump to Solution
245 3
cancel
Showing results for 
Search instead for 
Did you mean: 
Jan_Gerrit_Holt
4 - Data Explorer
4 - Data Explorer

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.

1 Solution

Accepted Solutions
ScottWorld
18 - Pluto
18 - Pluto

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

See Solution in Thread

3 Replies 3
ScottWorld
18 - Pluto
18 - Pluto

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

Jan_Gerrit_Holt
4 - Data Explorer
4 - Data Explorer

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!

You’re welcome! Glad I could help!