More Vendrato tools: FunnelDupe GHL Utils Building the future of automation
💬

Create Comment in Airtable

n8n-nodes-base.httpRequest

Add a new comment to an Airtable record. Supports @mentions for users and user groups.

airtable database comment create api
API Docs
Platform
Airtable
Category
api integration
Version
1.0.0
Auth Required
Yes

Use Cases

Add notes to records
Notify team members with @mentions
Document record changes

Configuration

Node Configuration Summary
Ready-to-use Airtable node configured for create comment in airtable. Copy and paste directly into your n8n workflow.
Method: POST
Endpoint: /v0/{{ $json.baseId }}/{{ $json.tableIdOrName }}/{{ $json.recordId }}/comments
Nodes: 2
Auth: HTTP Header Auth
BuildShip-ready configuration with API call node and custom logic.
Make.com scenario configuration with HTTP module and data processing.

Related Airtable Nodes