NAiOS IconNAiOS Logo
Volver al catálogo

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.

Acciones
6
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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

Parámetros de entrada

  • namestringObligatorio

    The name of the group to be created.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Signature SecretSAFETYCULTURE_GET_SIGNATURE_SECRETAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List GroupsSAFETYCULTURE_LIST_GROUPSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List TemplatesSAFETYCULTURE_LIST_TEMPLATESAcción

Tool to list templates in the safetyculture account. use when you need to retrieve available templates for audits or inspections.

Parámetros de entrada

  • limitinteger

    Number of templates to return per page.

  • offsetinteger

    Number of templates to skip before starting to return results.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Regenerate Signature SecretSAFETYCULTURE_REGENERATE_SIGNATURE_SECRETAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Search Modified InspectionsSAFETYCULTURE_SEARCH_MODIFIED_INSPECTIONSAcción

Tool 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[]Obligatorio

    Fields to include in the response. Must include at least one of 'audit_id', 'modified_at', 'template_id'.

  • limitinteger

    Maximum number of inspections to return.

  • orderstringenum

    Sort order of returned inspections: 'asc' or 'desc'.

    ascdesc
  • ownerstringenum

    Filter by ownership: 'me' for inspections owned by the requester, 'other' for shared inspections.

    meother
  • archivedboolean

    Include archived inspections if true, exclude if false.

  • templatestring[]

    Filter inspections by one or more template IDs.

  • completedboolean

    Filter inspections by completion status; true for completed, false for incomplete.

  • modified_afterstring

    Return inspections modified after this ISO 8601 timestamp.

  • modified_beforestring

    Return inspections modified before this ISO 8601 timestamp.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not