SafetyCulture
SafetyCulture

SafetyCulture (formerly iAuditor) is a workplace operations platform that enables teams to conduct digital inspections, manage audits, track issues, schedule tasks, and maintain compliance through mobile and web applications.

Completely Secure
164509VIEWS
2023USERS

Tools

1 of 1

Create Group

Creates a new group in the SafetyCulture organization. Groups are used to organize users by roles, departments, or functions for easier management of permissions and access control. Returns the newly created group's ID and name.

Get Signature Secret

Retrieves the current webhook signature secret token from SafetyCulture. This token is essential for verifying the authenticity of incoming webhook payloads using HMAC-SHA256 signatures. After receiving a webhook, compare the signature you generate with this token against the 'x-safetyculture-signature' header value. Use this action when: - Setting up webhook verification for the first time - Validating webhook authenticity in your application - Checking if the signature secret has been rotated No parameters required - simply call to retrieve the current active token.

List Groups

Retrieves all groups in the organization. This action returns a list of all groups configured in your SafetyCulture organization, including their unique identifiers and names. Groups are used to organize users by roles, teams, or functions within your organization. Requirements: - "Platform management: Groups" permission must be granted Use this action to: - Get an overview of all organizational groups - Find group IDs for use with other group-related operations - Audit or manage group structures

List Templates

Retrieves all templates (also known as inspection forms or checklists) available in your SafetyCulture organization. Templates are the building blocks for conducting inspections and audits. Use this action to: - Browse available inspection templates in your organization - Get template IDs needed for creating inspections - Retrieve template metadata like names and modification dates Returns a list of templates with their IDs, names, and timestamps. The response includes pagination metadata (count and total) to help you understand the full dataset size.

Regenerate Signature Secret

Regenerates the webhook signature secret for your SafetyCulture organization. This creates a new secret token used for HMAC-SHA256 verification of webhook payloads. The new secret will not be applied retroactively to webhooks already dispatched. Use this when rotating webhook signing credentials for security purposes.

Search Modified Inspections

Tool to retrieve inspections modified since a given timestamp. Use when polling for new or updated inspections after your last sync.