getsign_generate_documents
Generate documents for a Getsign workflow and Monday item.
Generates a document from the workflow's template and attaches it to
the configured File column. First verifies the workflow's
generateDocument config is complete (enabled +
statusColumnId, statusColumnLabel, outputColumnId, outputFileType). If
not, returns error_type=GENERATE_DOCUMENT_NOT_CONFIGURED with the missing
fields, the board's status_columns / file_columns, and
next_tool=getsign_update_workflow_settings instead of firing. Present
those columns and ask the user which to use — do not auto-pick.
Starts POST /generate-flow/generate-documents and by default waits on the
SSE progress stream until completed/failed. Set wait=false to only enqueue
and get a jobId. Pass skip_preflight=true only when config was just validated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | ||
| item_id | Yes | ||
| item_name | Yes | ||
| envelope_id | Yes | ||
| confirm_token | No | Retry token from a prior CONFIRMATION_REQUIRED response. Do not invent one. | |
| skip_preflight | No | ||
| timeout_seconds | No |