Create Comment in Airtable
n8n-nodes-base.httpRequest
Add a new comment to an Airtable record. Supports @mentions for users and user groups.
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.