getsign_generate_signing_link
Generate a shareable signing link for a workflow item.
Preflights the workflow's shareAndTrack config and hard-blocks with
error_type=SHARE_AND_TRACK_NOT_CONFIGURED (listing the missing fields +
next_tool=getsign_update_workflow_settings) when the feature is disabled
or any of statusColumnId/statusColumnLabel/outputColumnId is unset. The
error includes status_columns / file_columns from the item's board —
present those and ask the user which to use, then
getsign_update_workflow_settings. Pass skip_preflight=true only when the
config was just validated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | ||
| envelope_id | Yes | ||
| confirm_token | No | Retry token from a prior CONFIRMATION_REQUIRED response. Do not invent one. | |
| skip_preflight | No |