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

Update Comment in Airtable

n8n-nodes-base.httpRequest

Update an existing comment on an Airtable record. Only the comment author can update their comments.

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

Use Cases

Edit existing comments
Correct comment text
Update @mentions

Configuration

Node Configuration Summary
Ready-to-use Airtable node configured for update comment in airtable. Copy and paste directly into your n8n workflow.
Method: PATCH
Endpoint: /v0/{{ $json.baseId }}/{{ $json.tableIdOrName }}/{{ $json.recordId }}/comments/{{ $json.commentId }}
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