flow

Download 2
Last updated May 11, 2026

flow-create-post-batch

Create bot post in flow project from pipeline input.

The following fields are read from each input row:

  • project_id (STRING, required): Target project ID
  • title (STRING, required): Post title
  • contents (STRING, required): Post body Per-row result is written to '_result', '_flow_post_id' and '_error' fields.
flow-create-post-batch profile=PROFILE bot-id=BOT-ID [dry-run=DRY-RUN]
profile=PROFILE
flow connect profile
bot-id=BOT-ID
Notification bot ID
dry-run=DRY-RUN
Dry run mode (t or f, default: t)

Output Fields

FieldTypeNameDescription
_resultStringResultsuccess or fail
_flow_post_idStringPost IDCreated post ID.
_errorStringErrorError message on failure.