Docs

Create Action

Creates a new action in SafetyCulture.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
string

The unique identifier of the action If not provided, UUID will be generated server side.

stringrequired

Required. Title of the action Title is limited to only 255 characters max.

string

Description of the action (maximum 30000 characters).

array of object

The collaborators involved into this action.

string

ID of the action's priority If not set, this action will be stored with the default priority(none).

string

ID of the action's status If not set, this action will be stored with the default status(to do).

date

Date and time this action was created.

date

Date/time this action is due

string

ID of the inspection the action belongs to If not set, this action is a standalone action and the inspection ID will be null.

string

ID of the item in the inspection associated with the action

string

If a template ID is provided then an inspection ID must be provided. If not set, this action is a standalone action and the template ID will be null.

string

ID of the Site associated with the action.

array of object

Array of references attached to this action.

string

ID of the Asset associated with the action

array of string

IDs of the labels associated with the action.

object

The type to create an action in.

array of object

Array of custom fields and their values to create with the action.

array of string

The list of templates to be linked to the action.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.