{"id":17066323,"url":"https://github.com/kern/zap-airtable","last_synced_at":"2026-01-18T11:42:28.579Z","repository":{"id":40732766,"uuid":"215417539","full_name":"kern/zap-airtable","owner":"kern","description":"⛈ Use Google Cloud Functions to add records to Airtable","archived":false,"fork":false,"pushed_at":"2023-01-07T10:44:07.000Z","size":200,"stargazers_count":1,"open_issues_count":11,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T23:33:33.740Z","etag":null,"topics":["airtable","google-cloud-functions","serverless"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kern.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-15T23:52:42.000Z","updated_at":"2022-06-02T18:42:03.000Z","dependencies_parsed_at":"2023-02-06T23:02:20.288Z","dependency_job_id":null,"html_url":"https://github.com/kern/zap-airtable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kern/zap-airtable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kern%2Fzap-airtable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kern%2Fzap-airtable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kern%2Fzap-airtable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kern%2Fzap-airtable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kern","download_url":"https://codeload.github.com/kern/zap-airtable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kern%2Fzap-airtable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28535177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["airtable","google-cloud-functions","serverless"],"created_at":"2024-10-14T11:06:38.552Z","updated_at":"2026-01-18T11:42:28.560Z","avatar_url":"https://github.com/kern.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zap-airtable\n\nUse Google Cloud Functions to create records in Airtable.\n\n## Usage\n\nCreate a file `config.yaml` with the following information:\n\n```yaml\nAIRTABLE_API_KEY: keyXXXXXXXXXXXXXX    # Airtable API key\nAIRTABLE_BASE: appXXXXXXXXXXXXXX       # Airtable base identifier\nAIRTABLE_TABLE: My Table               # name of the Airtable table\nAIRTABLE_FIELDS: First Name,Last Name  # whitelisted fields to be added\n```\n\nThen deploy the function to Google Cloud:\n\n```bash\ngcloud functions deploy MY_CLOUD_FN_NAME \\\n  --runtime nodejs10 \\\n  --trigger-http \\\n  --entry-point perform \\\n  --source gs://zap-airtable/function.zip \\\n  --env-vars-file config.yaml\n```\n\nYou can now make POST requests to the function's trigger URL. Fields passed in the request body will be added to a new record in the designated Airtable base/table.\n\n## Development\n\n```bash\nmake lint\nmake build\n```\n\n## License\n\nBSD 3-Clause\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkern%2Fzap-airtable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkern%2Fzap-airtable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkern%2Fzap-airtable/lists"}