Skip to content

uonai/AirtableIntegration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AirtableIntegration

This Azure function integrates the Airtable .NET API with Azure Blob Storage. Every six hours, all records are fetched from an Airtable and written to a JSON file in your Azure blob storage.

Configuration

Copy your local.settings.sample.json file and save as a local.settings.json file. This is where environment variables are stored. You will add AppKey, BaseId, TableName from Airtable, and StorageConnectionString, BlobContainerName from your Azure Blob.

Todo

  • Add Azure keyvault functionality for storign environment variables.
  • Fetch more than 100 records at a time.
  • Detailed error handling / notifications.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages