Safetyculture

Learn how to use Safetyculture with Composio

Overview

Enum

SAFETYCULTURE

Description

SafetyCulture is a platform that empowers teams to improve workplace safety, quality, and efficiency through digital inspections and audits.

Authentication Details

client_id
stringRequired
client_secret
stringRequired
oauth_redirect_uri
string
scopes
string
access_token
string
username
stringRequired
password
stringRequired
api_key
stringRequired

Actions

Tool to create a new group. use when organizing users by roles or functions. use after confirming organization details.

Action Parameters

name
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve the current webhook signature secret. use after setting up webhooks to verify incoming webhook requests with hmac-sha256.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to list all groups in the organization. use after confirming "platform management: groups" permissions have been granted.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to list templates in the safetyculture account. use when you need to retrieve available templates for audits or inspections.

Action Parameters

limit
integer
offset
integer

Action Response

data
object
error
string
successful
boolean
Tool to generate a new webhook signature secret. use when rotating webhook signing secrets after confirming there are no in-flight webhook deliveries.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve inspections modified since a given timestamp. use when polling for new or updated inspections after your last sync.

Action Parameters

archived
boolean
completed
boolean
field
arrayRequired
limit
integer
modified_after
string
modified_before
string
order
string
owner
string
template
array

Action Response

data
object
error
string
successful
boolean