SafetyCulture
safetycultureSafetyCulture (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.
Acciones disponibles (6)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create GroupSAFETYCULTURE_CREATE_GROUPAcciónTool to create a new group. use when organizing users by roles or functions. use after confirming organization details.
SAFETYCULTURE_CREATE_GROUPAcciónTool to create a new group. use when organizing users by roles or functions. use after confirming organization details.
Parámetros de entrada
namestringObligatorioThe name of the group to be created.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Signature SecretSAFETYCULTURE_GET_SIGNATURE_SECRETAcciónTool to retrieve the current webhook signature secret. use after setting up webhooks to verify incoming webhook requests with hmac-sha256.
SAFETYCULTURE_GET_SIGNATURE_SECRETAcciónTool to retrieve the current webhook signature secret. use after setting up webhooks to verify incoming webhook requests with hmac-sha256.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List GroupsSAFETYCULTURE_LIST_GROUPSAcciónTool to list all groups in the organization. use after confirming "platform management: groups" permissions have been granted.
SAFETYCULTURE_LIST_GROUPSAcciónTool to list all groups in the organization. use after confirming "platform management: groups" permissions have been granted.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List TemplatesSAFETYCULTURE_LIST_TEMPLATESAcciónTool to list templates in the safetyculture account. use when you need to retrieve available templates for audits or inspections.
SAFETYCULTURE_LIST_TEMPLATESAcciónTool to list templates in the safetyculture account. use when you need to retrieve available templates for audits or inspections.
Parámetros de entrada
limitintegerNumber of templates to return per page.
offsetintegerNumber of templates to skip before starting to return results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Regenerate Signature SecretSAFETYCULTURE_REGENERATE_SIGNATURE_SECRETAcciónTool to generate a new webhook signature secret. use when rotating webhook signing secrets after confirming there are no in-flight webhook deliveries.
SAFETYCULTURE_REGENERATE_SIGNATURE_SECRETAcciónTool to generate a new webhook signature secret. use when rotating webhook signing secrets after confirming there are no in-flight webhook deliveries.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search Modified InspectionsSAFETYCULTURE_SEARCH_MODIFIED_INSPECTIONSAcciónTool to retrieve inspections modified since a given timestamp. use when polling for new or updated inspections after your last sync.
SAFETYCULTURE_SEARCH_MODIFIED_INSPECTIONSAcciónTool to retrieve inspections modified since a given timestamp. use when polling for new or updated inspections after your last sync.
Parámetros de entrada
fieldstring[]ObligatorioFields to include in the response. Must include at least one of 'audit_id', 'modified_at', 'template_id'.
limitintegerMaximum number of inspections to return.
orderstringenumSort order of returned inspections: 'asc' or 'desc'.
ascdescownerstringenumFilter by ownership: 'me' for inspections owned by the requester, 'other' for shared inspections.
meotherarchivedbooleanInclude archived inspections if true, exclude if false.
templatestring[]Filter inspections by one or more template IDs.
completedbooleanFilter inspections by completion status; true for completed, false for incomplete.
modified_afterstringReturn inspections modified after this ISO 8601 timestamp.
modified_beforestringReturn inspections modified before this ISO 8601 timestamp.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not