SheetRenamed

Confirmation envelope for a renamed child sheet.

Properties

workflow_idstring <uuid>required

UUID of the parent workflow the sheet belongs to.

sheet_idstring <uuid>required

UUID of the child sheet that was renamed.

namestringrequired

The 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"
}