SheetRenamed
Confirmation envelope for a renamed child sheet.
Properties
workflow_idstring <uuid>requiredUUID of the parent workflow the sheet belongs to.
sheet_idstring <uuid>requiredUUID of the child sheet that was renamed.
namestringrequiredThe stored sheet name, after trimming.
Example
SheetRenamed example
{
"workflow_id": "00000000-0000-0000-0000-000000000000",
"sheet_id": "00000000-0000-0000-0000-000000000000",
"name": "Qualified employees"
}