Tool to create a recurring action schedule in SafetyCulture. Use when you need to set up actions that repeat on a regular basis (daily, weekly, monthly, etc.). The schedule immediately creates the first action and then generates subsequent actions based on the recurrence rule.
typeobjectThe type associated with an action.
titleRequiredstringREQUIRED. Title for all actions created by this schedule. Should clearly describe the recurring task.
site_idstringThe site ID to associate with actions created by this schedule. Links the actions to a specific site location.
asset_idstringThe asset ID to associate with actions created by this schedule. Links the actions to a specific asset in SafetyCulture.
action_idRequiredstringREQUIRED. UUID v4 identifier for the first action to be created immediately. This ID enables optimistic UI updates and allows redirecting to the action details view. Must be a valid UUIDv4 format (e.g., 'a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d').
frequencyRequiredstringREQUIRED. Recurrence rule following RFC 5545 (iCalendar RRule format). Must include DTSTART with a timestamp at least 5 minutes in the future, followed by RRULE. Example: 'DTSTART:20260215T200000Z\nRRULE:FREQ=DAILY;COUNT=5' creates 5 daily occurrences starting at the specified t…
label_idsarrayList of label IDs to apply to actions created by this schedule. Labels help categorize and filter actions.
descriptionstringDescription for all actions created by this schedule. Provides additional context or instructions for the recurring task.
priority_idstringThe priority ID for actions created by this schedule. If not set, actions will use the default priority (none).
field_valuesarrayArray of custom fields and their values for actions created by this schedule. Use this to populate custom field data for recurring actions.
template_idsarrayList of template identifiers to link to actions created by this schedule.
collaboratorsarrayList of assignees for actions created by this schedule. Collaborators can be users, groups, contributors, or external users.
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.