getsign_select_template_for_workflow
Attach an existing template gallery template to a workflow.
Defaults to workflow (envelope) level — omit item_id (or pass 0) so the
template applies across the whole workflow rather than a single item.
Only pass a real Monday item_id when the user has explicitly named a
specific item to attach to.
Cross-board guard: if the template's origin board differs from the board
this workflow lives on, the attach is BLOCKED (returns
error_type=CROSS_BOARD_TEMPLATE) and recommends
getsign_duplicate_template_for_workflow instead — duplicating makes a
board-local copy so later template-level edits don't propagate back to the
other board's shared template. Board resolution is best-effort — if either
board can't be determined the attach proceeds. To attach a cross-board
template deliberately, pass allow_cross_board=True.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | No | ||
| envelope_id | Yes | ||
| template_id | Yes | ||
| allow_cross_board | No |