Skip to main content
airtable.createRecordComment creates a top-level comment or threaded reply.
automations/comment-on-airtable-record.automation.ts
baseId, table, recordId, and text are required. parentCommentId creates a reply. Airtable mentions use @[userId] in text. Returns the created comment. Requires data.recordComments:write and commenter access.