cigchat_send_subflow_by_user_id
Send a subflow to a subscriber by their unique user ID from any channel. Resolve the flow by name or namespace to deliver a real message to the person.
Instructions
Send sub flow to subscriber by the unique user id from each channel [POST /subscriber/send-sub-flow-by-user-id] Delivers a real message to a person. Requires the "Manage Flow" scope on the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| sub_flow_ns | Yes | Accepts either the flow namespace id or the flow's exact name — the server resolves names automatically. |