Skip to main content
square.onLaborScheduledShiftPublished subscribes to labor.scheduled_shift.published for the selected seller. It requires TIMECARDS_READ.

Example

automations/square-on-labor-scheduled-shift-published.automation.ts

Event

A scheduled shift was published. The event data contains the published ScheduledShift object. For bulk operations, this event is triggered after each individual publish request succeeds. A publish operation also triggers a labor.scheduled_shift.updated event. The signal resolves to the official Square.LaborScheduledShiftPublishedEvent payload with type narrowed to labor.scheduled_shift.published.