Create an action with recurring scheduleAsk AIpost https://api.safetyculture.io/tasks/v1/actions/scheduleBody ParamstitlestringTitle of the actions that will be created in this scheduledescriptionstringDescription of the actions that will be created in this schedulecollaboratorsarray of objectsThe assignees of the actions that will be created in this schedulecollaboratorsADD objectpriority_idstringThe priority ID of the actions that will be created in this schedule If not set, these actions will be stored with the default priority(none)site_idstringThe site ID of the actions that will be created in this scheduleasset_idstringThe asset ID of the actions that will be created in this schedulelabel_idsarray of stringsThe label IDs of the actions that will be created in this schedulelabel_idsADD stringfrequencystringThe frequency rule for the schedule to create actions. This follows RFC 5545, and is in the RRule format.action_idstringThis ID will be used to create the first action in the schedule right away. It is specified here to allow for optimistic update of the UI, as well as redirecting to the action details view.field_valuesarray of objectsArray of custom fields and their values of the actions that will be created in this schedulefield_valuesADD objecttypeobjectThe type associated with an action.type objecttemplate_idsarray of stringsThe list of templates identifiers linked to an action.template_idsADD stringResponses 200A successful response. defaultAn unexpected error response.Updated 5 months ago