Tool to create a schedule item in SafetyCulture. Use when you need to set up recurring inspections or tasks that should be completed on a regular schedule. The schedule will automatically generate inspection instances based on the recurrence rule and assign them to the specified…
to_datestringWhen the schedule will end, in ISO 8601 date-time format. If not provided, the schedule continues indefinitely.
asset_idstringThe asset assigned to this schedule item. Links the schedule to a specific asset for tracking.
documentRequiredobjectThe template document that will be used for inspections created by this schedule.
durationRequiredstringISO8601 duration string defining how long after start_time the inspection can be started. For example, PT1H means 1 hour window, PT2H means 2 hour window. After this duration, the inspection becomes overdue.
assigneesRequiredarrayThe users or groups (roles) that are assigned to complete the schedule. At least one assignee is required.
from_dateRequiredstringWhen this schedule will begin appearing, in ISO 8601 date-time format (e.g. '2026-02-17T09:00:00Z').
remindersarrayReminders that will be sent to assignees before the schedule starts or is due.
recurrenceRequiredstringRRule formatted recurrence string defining when the schedule repeats. Example: 'FREQ=WEEKLY;BYDAY=MO;INTERVAL=1' for weekly on Monday, 'FREQ=DAILY;INTERVAL=1' for daily. See https://www.textmagic.com/free-tools/rrule-generator for help generating rules.
start_timeRequiredobjectThe time of day when the schedule item should start.
descriptionRequiredstringDescription of the schedule item. Provides context about what this schedule is for.
location_idstringThe location assigned to this schedule item. Links the schedule to a specific location.
must_completeRequiredstringWhom must complete the schedule - ONE means any one assignee can complete it, ALL means all assignees must complete it.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.