NAiOS IconNAiOS Logo
Volver al catálogo

Conveyor

conveyor

Conveyor is a platform that automates security reviews by providing a Trust Center, AI-driven questionnaire automation, and integrations with various tools to streamline compliance processes.

Acciones
18
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 (18)

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.

Delete a Conveyor documentCONVEYOR_DELETE_DOCUMENTAcción

Tool to delete a specific document. Use when you need to remove a document by its ID.

Parámetros de entrada

  • document_idstringObligatorio

    Unique identifier of the document to delete

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

Delete folderCONVEYOR_DELETE_FOLDERAcción

Tool to delete a folder by its ID. Use when you need to remove a specific folder after confirming its ID.

Parámetros de entrada

  • folder_idstringObligatorio

    Unique identifier of the folder to delete

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

Generate/Validate API Token GuidanceCONVEYOR_GENERATE_API_TOKENAcción

Tool to validate API token and provide guidance. Conveyor does not support API-based token creation; tokens must be created in the Conveyor UI. This action performs a real API call (using the provided metadata) to validate the existing API token and returns structured guidance.

Parámetros de entrada

  • notestring

    Optional note; supports special characters and emojis

  • tagsstring[]

    Optional list of tags for testing parameter variations

  • labelstring

    Optional label to tag this token validation attempt

  • dry_runboolean

    If true, does not call the API; returns guidance only

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

Tool to fetch details of a specific authorization request. Use when you need to retrieve metadata by authorization_request_id.

Parámetros de entrada

  • authorization_request_idstringObligatorio

    The ID of the authorization request to retrieve

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

Tool to fetch authorization requests. Use when you need to list authorization requests, optionally filtered by status.

Parámetros de entrada

  • statusstring

    Optional filter to return authorization requests with this status. Use 'requested' to fetch the authorization requests queue.

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 all authorization requestsCONVEYOR_GET_AUTHORIZATIONSAcción

Tool to retrieve all authorization requests. Use when you need to list all authorizations; optionally filter by status. Use after authenticating with a valid API token.

Parámetros de entrada

  • statusstring

    Filter authorizations by status (e.g., 'pending', 'approved', 'denied')

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 all Conveyor connectionsCONVEYOR_GET_CONNECTIONSAcción

Tool to retrieve all connections. Use when you need to fetch the complete list of your Conveyor connections. Use after authenticating with a valid API key.

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

Get all Conveyor documentsCONVEYOR_GET_DOCUMENTSAcción

Tool to retrieve all documents. Use after authenticating with a valid API key.

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

Get all Conveyor foldersCONVEYOR_GET_FOLDERSAcción

Tool to retrieve all folders. Use after authenticating with a valid API key to fetch the complete list of your Conveyor folders.

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

Get interactions by document IDCONVEYOR_GET_INTERACTIONS_BY_DOCUMENT_IDAcción

Tool to fetch interactions associated with a specific document. Use when you need to list all interactions for a given document after validating its existence.

Parámetros de entrada

  • document_idstringObligatorio

    The unique ID of the document to retrieve its interactions.

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 Knowledge Base QuestionsCONVEYOR_GET_KNOWLEDGE_BASE_QUESTIONSAcción

Tool to retrieve knowledge base questions. Use when you need to fetch all questions from the Conveyor knowledge base.

Parámetros de entrada

  • pageinteger

    Page number for paginated results (1-indexed)

  • searchstring

    Optional search term used to filter knowledge base questions (if supported by API)

  • per_pageinteger

    Number of items per page

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

Tool to fetch all product lines. Use when you need to retrieve product lines after confirming API key validity.

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

Patch authorizationCONVEYOR_PATCH_AUTHORIZATIONAcción

Tool to update or revoke an existing authorization. Use when managing authorization access groups or revoking access.

Parámetros de entrada

  • revokeboolean

    Set to true to revoke the authorization

  • access_group_idsstring[]

    List of access group IDs to assign to the authorization

  • authorization_idstringObligatorio

    Unique identifier of the authorization to update

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

Patch Conveyor documentCONVEYOR_PATCH_DOCUMENTAcción

Tool to update document attributes. Use when you need to modify fields of an existing document by its ID.

Parámetros de entrada

  • namestring

    New name for the document

  • statusstring

    New status for the document

  • detailsobject

    Additional details for the document

  • document_idstringObligatorio

    Unique identifier of the document to update

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

Create new authorizationCONVEYOR_POST_AUTHORIZATIONAcción

Tool to create a new authorization. Use when you need to grant access by email or from a prior authorization request.

Parámetros de entrada

  • emailstring

    Email address to create the authorization for.

  • access_group_idsstring[]

    List of access group IDs to assign during creation.

  • authorization_request_idstring

    ID of an existing authorization request to base this authorization on.

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

Upload new documentCONVEYOR_POST_DOCUMENTAcción

Tool to upload a new document. Use when you have a local file (<=100MB) to send to Conveyor.

Parámetros de entrada

  • namestringObligatorio

    Name to assign to the created document (required by API)

  • file_pathstringObligatorio

    Local path to the document file to upload; file size must be <=100MB

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

Create new folderCONVEYOR_POST_FOLDERAcción

Tool to create a new folder in Conveyor Exchange. Use when you need to organize items into folders programmatically after obtaining an API key.

Parámetros de entrada

  • namestringObligatorio

    Name of the folder to create

  • parent_idstring

    ID of an existing parent folder under which to nest this new folder; omit to create at the root level

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

Submit single questionCONVEYOR_POST_SINGLE_QUESTIONAcción

Tool to submit a single question. Use when you need an immediate AI-generated answer for a specific product line question.

Parámetros de entrada

  • questionstringObligatorio

    The question to be answered by Conveyor AI

  • product_line_idsstring[]Obligatorio

    List of product line IDs to scope the question (use GET Product Lines to retrieve valid IDs)

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