getsign_get_workflow
Fetch Getsign workflow details by id — user-friendly alias for envelope.
The response carries the full settings blob plus a display_summary: a
curated, four-section view (Sender / Email settings, Generate document,
Signature collection, Share and track), each with a title, a plain-language
description of what it does, and the current value/on-off. Present that
summary to the user — the section titles + descriptions + current values —
do NOT dump the raw settings blob and don't silently proceed on defaults
the user never saw. Only expand a section's details (its configuration
requirements) when the user asks about that specific section (e.g. "what
do we need to configure generate document"). Change settings via
getsign_update_workflow_settings.
When the workflow has an email logo, the response also includes logo_key
and a short-lived logo_preview_url. Preview lives here. There is no
getsign_get_workflow_logo_url. Uploading a new logo is
getsign_set_workflow_email_logo (starts disabled: enable it with
getsign_manage_tools first), then attach data.key via
getsign_update_workflow_settings(logo_key=...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes |