@dieugene/airtable-grantbase
v1.9.0
Published
Airtable access module for grantbase
Downloads
6
Readme
Airtable-grantbase
Airtable access module for grantbase
Init
const airtable = require('airtable-grantbase')({
api: 'API-KEY',
base: 'BASE ID',
tags: 'TAGS TABLE ID',
grants: 'GRANTS TABLE ID',
queuer: 'ID of Yandex.Cloud function, that works with queues',
webhookId: 'OPTIONAL - WEBHOOK ID',
webhookSecret: 'OPTIONAL - WEBHOOK SECRET'
})