Create an event
sku_reorder
and will store the ID of the SKU of the order {{$body.sku.id}}
as a parameter. We receive the SKU ID from the body sent to this endpoint and will be able to pass it to our event-based workflow to re-use it there.Create event based workflow
Event
.The lets you specify a name, description and most importantly to which unique event it listens to. The toggle lets you activate and deactivate the workflow. If a workflow is not toggled as active, it won’t execute.{{$param.sku}}
.Debug
Deploy