cigchat_flow_create_closing_note
Create a closing note for a flow to gather a summary or attachment before ending the conversation. Specify name, description, and requirements to configure the note.
Instructions
Create a closing note for the current flow [POST /flow/create-closing-note] Requires the "Manage Flow" scope on the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Example: Resolution summary | |
| description | No | Example: Collect a short summary before closing the conversation. | |
| require_summary | No | Example: 2 | |
| require_attachment | No | Example: 0 |