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
| Field | Type | Name | Description |
|---|---|---|---|
| _result | String | Result | success or fail |
| _flow_post_id | String | Post ID | Created post ID. |
| _error | String | Error | Error message on failure. |