WorkflowRenamed
Confirmation envelope for a renamed workflow. This is the workflow's own name; the main sheet's tab label is stored separately and is set via Rename Sheet.
Properties
workflow_idstring <uuid>requiredUUID of the workflow that was renamed.
namestringrequiredThe stored workflow name, after trimming.
Example
WorkflowRenamed example
{
"workflow_id": "00000000-0000-0000-0000-000000000000",
"name": "Inbound lead enrichment"
}