Docs

Create Issue

Creates a new issue 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

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

stringrequired

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

date

Optional. Date and time this incident was created

stringrequired

Required. ID of the incident's category If not set, this incident will be stored with the default category(None)

array of string

Optional. An array of all, if any, custom questions that have been answered by the contributor @deprecated: Use `QuestionAnswer` instead. This was a field used for string custom questions. We've since moved to structured custom questions in the `QuestionAnswer` field.

string

Optional. The email address of the contributor

array of object

Optional. Array of media items to be linked to the incident.

string

Optional. ID of the site to associate with the incident. If not provided, no site will be associated with the incident.

string

Optional. The name of the contributor

string

Optional. The contact details of the contributor

object

The location that the incident occurred at

string

Optional. The access token used to authenticate the request. This field should be set when following the contributor flow. Otherwise, authenticate via normal means.

string

Optional. Description of the issue (maximum 500 characters).

array of object

Optional. An array of all, if any, custom questions that have been answered for this issue.

array of object

Optional. The category fields and questions that applied to this incident when it was created.

date

Optional. Date and time this incident occurred at

string

Optional. The ID of the asset associated with this incident.

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.