flow-create-post
Create a bot post in the specified flow project.
flow-create-post profile=PROFILE bot-id=BOT-ID project-id=PROJECT-ID title=TITLE contents=CONTENTS [dry-run=DRY-RUN]
- profile=PROFILE
- flow connect profile
- bot-id=BOT-ID
- Notification bot ID
- project-id=PROJECT-ID
- Target project ID
- title=TITLE
- Post title
- contents=CONTENTS
- Post body
- 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 |