feat(Airtable Node): Access token support (#6160)

This commit is contained in:
Michael Kret
2023-05-04 13:17:22 +03:00
committed by GitHub
parent 91fee0ca66
commit f9fd82040a
6 changed files with 121 additions and 16 deletions

View File

@@ -8,6 +8,13 @@ export class AirtableApi implements ICredentialType {
documentationUrl = 'airtable';
properties: INodeProperties[] = [
{
displayName:
'API Keys will be deprecated by the end of January 2024, see <a href="https://support.airtable.com/docs/airtable-api-key-deprecation-notice" target="_blank">this article</a> for more details. We recommend to use Personal Access Token instead.',
name: 'deprecated',
type: 'notice',
default: '',
},
{
displayName: 'API Key',
name: 'apiKey',