cigchat_send_subflow
Send a sub flow to a subscriber. Provide sub_flow_ns and user_ns; the server resolves the flow by ID or name.
Instructions
Send sub flow to subscriber [POST /subscriber/send-sub-flow] Delivers a real message to a person. Requires the "Manage Flow" scope on the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_ns | Yes | ||
| sub_flow_ns | Yes | Accepts either the flow namespace id or the flow's exact name — the server resolves names automatically. |