What your automation will do…
Refer to Airtable – create a connection.
COMMENTS Copy Link
Create a Comment Copy Link
For Developers, see Airtable Create comment API reference.
Configuration Table:
Input Options:
- Input: Allows dynamic inputs, e.g., from a Trigger or from Step responses. Input tab>uncheck “Show recommended” to see all fields).
- Default Value: You can specify a fixed attribute.
Name* | Create a Comment |
Connection* | Select your connection or create one. |
MAP FIELDS
Base ID*:
Select the Airtable base or Map it ID.
Table ID or Name*:
Select or Map the table ID.
Record ID*:
Select the Record or Map it ID to create a new comment.
You can get the IDs from Wiresk Method “Search records” or “Get a record“.
Parent Comment ID:
Reply to a comment.
Select the comment or Map it ID.
You can get the IDs from Wiresk Method “List Comments“.
Text*:
Add comment or reply.
(*) required field
Response sample
{
"id": "com8UJcnA0eWI3igM",
"author": {
"id": "usrYXyrjFY0y05ywc",
"email": "wiresktest@wiresk.com",
"name": "Wiresk Test"
},
"text": "add a comment with a parent comment",
"createdTime": "2025-04-23 10:23:36",
"lastUpdatedTime": null,
"parentCommentId": "comcfGBDIjeg0qcq2"
}
Delete a Comment Copy Link
For Developers, see Airtable Delete comment API reference.
Configuration Table:
Input Options:
- Input: Allows dynamic inputs, e.g., from a Trigger or from Step responses. Input tab>uncheck “Show recommended” to see all fields).
- Default Value: You can specify a fixed attribute.
Name* | Delete a Comment |
Connection* | Select your connection or create one. |
MAP FIELDS
Base ID*:
Select the Airtable base or Map it ID.
Table ID or Name*:
Select or Map the table ID.
Record ID*:
Select the Record or Map it ID to delete a comment.
You can get the IDs from Wiresk Method “Search records” or “Get a record“.
Comment ID*:
Select the comment or Map it ID (from Wiresk Method “List Comments“).
(*) required field
Response sample
{
"id": "com8UJcnA0eWI3igM",
"deleted": true
}
List Comments Copy Link
Note: Comments in reply to another comment (where
parent Comment Id
is set) may not have their parent comment in the same page of results and vice versa.For Developers, see Airtable List comments API reference.
Configuration Table:
Input Options:
- Input: Allows dynamic inputs, e.g., from a Trigger or from Step responses. Input tab>uncheck “Show recommended” to see all fields).
- Default Value: You can specify a fixed attribute.
Name* | List Comments |
Connection* | Select your connection or create one. |
MAP FIELDS + Add Field ↓
Additional fields to configure the Method.
Page Size:
If specified, this will determine the number of comments to return. Must be less than or equal to 100. Default is 100.
Offset:
A pointer to a specific comment. If specified, the returned comments will begin at the specified offset. An offset to the next set of comments will be provided by the API if the number of returned comments exceed the page Size.
Base ID*:
Select the Airtable base or Map it ID.
Table ID or Name*:
Select or Map the table ID.
Record ID*:
Select the Record or Map it ID to retrieve comments.
You can get the IDs from Wiresk Method “Search records” or “Get a record“.
(*) required field
Response sample
[
{
"id": "comcfGBDIjeg0qcq2",
"author": {
"id": "usrYXyrjFY0y05ywc",
"email": "wiresktest@wiresk.com",
"name": "Wiresk Test"
},
"text": "add a comment with wiresk",
"createdTime": "2025-04-23 10:22:26",
"lastUpdatedTime": null
}
]
Update a comment Copy Link
For Developers, see Airtable Create comment API reference.
Configuration Table:
Input Options:
- Input: Allows dynamic inputs, e.g., from a Trigger or from Step responses. Input tab>uncheck “Show recommended” to see all fields).
- Default Value: You can specify a fixed attribute.
Name* | Update a comment |
Connection* | Select your connection or create one. |
MAP FIELDS
Base ID*:
Select the Airtable base or Map it ID.
Table ID or Name*:
Select or Map the table ID.
Record ID*:
Select the Record or Map it ID to update a comment.
You can get the IDs from Wiresk Method “Search records” or “Get a record“.
Comment ID*:
Select the comment or Map it ID.
You can get the IDs from Wiresk Method “List Comments“.
Text*:
Enter the updated comment.
(*) required field
Response sample
{
"id": "comcfGBDIjeg0qcq2",
"author": {
"id": "usrYXyrjFY0y05ywc",
"email": "wiresktest@wiresk.com",
"name": "Wiresk Test"
},
"text": "test Update comment with wiresk",
"createdTime": "2025-04-23 10:22:26",
"lastUpdatedTime": "2025-04-23T10:58:26.395Z"
}
USERS Copy Link
Get User Info Copy Link
user.email:read
scope, the user’s email is also returned.For Developers, see Airtable Get user info API reference.
Configuration Table:
Input Options:
- Input: Allows dynamic inputs, e.g., from a Trigger or from Step responses. Input tab>uncheck “Show recommended” to see all fields).
- Default Value: You can specify a fixed attribute.
Name* | Get User Info |
Connection* | Select your connection or create one. |
(*) required field
Response sample
{
"id": "usrYXyrjFY0y05ywc",
"scopes": [
"data.records:read",
"data.records:write",
"data.recordComments:read",
"data.recordComments:write",
"schema.bases:read",
"schema.bases:write",
"user.email:read",
"webhook:manage"
],
"email": "wiresktest@wiresk.com"
}
Test run or automate your Flow Copy Link
After setting up your Flow, you can choose to:
- “Run once”, your Flow will run only a single time. You can use this function to test your Flow. Refer to how to set up an HTTP Trigger, in the “Create a Flow” step.
- “Run Scheduler” will automate your Flows with the recurrence rule you previously defined.
For more details, refer to How to run a Flow tutorial in our Help Center.
If you are using a Webhook Trigger, the Flow will initiate automatically when a webhook is received from your connected apps. This means that the Flow is automated without a scheduler and will run until you deactivate the Flow manually. Refer to Webhook documentation in our Help Center.
If you need an integration that you cannot find in Wiresk, you can make a request to our team, and we will try our best to satisfy your needs.