Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now
AppsSlack ToolsSlack Create Slack List Item
Slack Tools

Slack Create Slack List Item

Creates a new item (row) in a Slack List via `slackLists.items.create`. Set initial cell values with `initial_fields`; text columns require Block Kit `rich_text` (a plain string is wrapped automatically). Optionally duplicate an existing row with `duplicated_item_id` or create a…

Write actionRisk level 2 of 5OAuth connection
Use Slack Create Slack List Item

Pricing and limits

Aident logo

Product

Aident LoadoutAident Playbook EditorOpen-CUAK

About

AppsSkillsUse CasesDocsBlogPricingDownloadsPrivacy PolicyTerms of Service

Alternatives

vs Composiovs Zapier
llms.txtGet an AI summary of Aident LoadoutSummarize with ChatGPTSummarize with ClaudeSummarize with GeminiSummarize with Perplexity

© Aident Labs, 2024-2026

Pricing
Free
Unified payment
Not currently supported

Inputs

  • list_idstring
    Required
    ID of the Slack List to add the item (row) to, e.g. 'F0123456789'. This is the List file ID returned by create_slack_list.
  • initial_fieldsarray
    Initial cell values for the new row. Each entry is a cell object with a `column_id` and a typed value. Text columns must use Block Kit `rich_text` (the plain `text` property is not accepted on input) — for convenience a cell may instead supply a plain string `text` and it will b…
  • parent_item_idstring
    ID of an existing item (row) to attach the new row to as a subtask. When provided, the new row is created as a sub-item of that parent.
  • duplicated_item_idstring
    ID of an existing item (row) in this List to copy. When provided, the new row is created as a duplicate of that item; `initial_fields` may still be supplied to override copied values.

Observable output

  • data
    Required
    Data from the action execution
  • errorstring
    Error if any occurred during the execution of the action
  • successfulboolean
    Required
    Whether or not the action execution was successful or not

Skills that use this Action

Related use cases

No verified related use cases are linked yet.

Official source

Provider source

Skills that use this Action

No published Skills explicitly reference this Action yet.