
Security News
NIST Under Federal Audit for NVD Processing Backlog and Delays
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
n8n-nodes-instant-airtable-trigger-vwork-digital
Advanced tools
N8N node for Airtable instant webhook triggers, instead of relying on polling in the native N8N Airtable trigger node. Made by vwork Digital.
This is an n8n community node for instantly triggering workflows based on Airtable webhooks. It allows you to watch for changes in Airtable tables or fields, and trigger workflows when records, fields or tables changed. This is improved functionality over the native N8N Airtable trigger which relies on polling, usually meaning a delayed trigger on your workflow.
Need implementation help for your business? Want more n8n or no-code/low-code resources? Visit our website now! Don't forget to subscribe to our newsletter.
n8n is a fair-code licensed workflow automation platform.
Feedback
Important Notes
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Please submit feedback to us if you have any ideas to improve this node, or experience a bug by submitting it to us here.
Follow the installation guide in the n8n community nodes documentation.
You need an Airtable Personal Access Token to use this node.
Tested with n8n version 1.92.2
The node will then trigger your workflow when the specified changes occur in your Airtable table.
Example node output:
{
"recordId": "recXXXXXXXXXXXXXX",
"fieldChanged": "Field Name",
"fieldChangedId": "fldXXXXXXXXXXXXXX",
"previousValue": "Previous value (if available)",
"currentValue": "Current value",
"includedData": [
{
"Field 1": "Value 1"},
{
"Field 2": "Value 2"
}
]
}
FAQs
N8N node for Airtable instant webhook triggers, instead of relying on polling in the native N8N Airtable trigger node. Made by vwork Digital.
We found that n8n-nodes-instant-airtable-trigger-vwork-digital demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.
Security News
TypeScript Native Previews offers a 10x faster Go-based compiler, now available on npm for public testing with early editor and language support.