Conveyor
conveyorConveyor 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 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ónTool to delete a specific document. Use when you need to remove a document by its ID.
CONVEYOR_DELETE_DOCUMENTAcciónTool to delete a specific document. Use when you need to remove a document by its ID.
Parámetros de entrada
document_idstringObligatorioUnique identifier of the document to delete
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
Delete folderCONVEYOR_DELETE_FOLDERAcciónTool to delete a folder by its ID. Use when you need to remove a specific folder after confirming its ID.
CONVEYOR_DELETE_FOLDERAcciónTool 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_idstringObligatorioUnique identifier of the folder to delete
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
Generate/Validate API Token GuidanceCONVEYOR_GENERATE_API_TOKENAcciónTool 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.
CONVEYOR_GENERATE_API_TOKENAcciónTool 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
notestringOptional note; supports special characters and emojis
tagsstring[]Optional list of tags for testing parameter variations
labelstringOptional label to tag this token validation attempt
dry_runbooleanIf true, does not call the API; returns guidance only
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 Authorization RequestCONVEYOR_GET_AUTHORIZATION_REQUESTAcciónTool to fetch details of a specific authorization request. Use when you need to retrieve metadata by authorization_request_id.
CONVEYOR_GET_AUTHORIZATION_REQUESTAcciónTool 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_idstringObligatorioThe ID of the authorization request to retrieve
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 Authorization RequestsCONVEYOR_GET_AUTHORIZATION_REQUESTSAcciónTool to fetch authorization requests. Use when you need to list authorization requests, optionally filtered by status.
CONVEYOR_GET_AUTHORIZATION_REQUESTSAcciónTool to fetch authorization requests. Use when you need to list authorization requests, optionally filtered by status.
Parámetros de entrada
statusstringOptional filter to return authorization requests with this status. Use 'requested' to fetch the authorization requests queue.
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 all authorization requestsCONVEYOR_GET_AUTHORIZATIONSAcciónTool 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.
CONVEYOR_GET_AUTHORIZATIONSAcciónTool 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
statusstringFilter authorizations by status (e.g., 'pending', 'approved', 'denied')
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 all Conveyor connectionsCONVEYOR_GET_CONNECTIONSAcciónTool 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.
CONVEYOR_GET_CONNECTIONSAcciónTool 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
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 all Conveyor documentsCONVEYOR_GET_DOCUMENTSAcciónTool to retrieve all documents. Use after authenticating with a valid API key.
CONVEYOR_GET_DOCUMENTSAcciónTool to retrieve all documents. Use after authenticating with a valid API key.
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
Get all Conveyor foldersCONVEYOR_GET_FOLDERSAcciónTool to retrieve all folders. Use after authenticating with a valid API key to fetch the complete list of your Conveyor folders.
CONVEYOR_GET_FOLDERSAcciónTool 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
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 interactions by document IDCONVEYOR_GET_INTERACTIONS_BY_DOCUMENT_IDAcciónTool to fetch interactions associated with a specific document. Use when you need to list all interactions for a given document after validating its existence.
CONVEYOR_GET_INTERACTIONS_BY_DOCUMENT_IDAcciónTool 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_idstringObligatorioThe unique ID of the document to retrieve its interactions.
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 Knowledge Base QuestionsCONVEYOR_GET_KNOWLEDGE_BASE_QUESTIONSAcciónTool to retrieve knowledge base questions. Use when you need to fetch all questions from the Conveyor knowledge base.
CONVEYOR_GET_KNOWLEDGE_BASE_QUESTIONSAcciónTool to retrieve knowledge base questions. Use when you need to fetch all questions from the Conveyor knowledge base.
Parámetros de entrada
pageintegerPage number for paginated results (1-indexed)
searchstringOptional search term used to filter knowledge base questions (if supported by API)
per_pageintegerNumber of items per page
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 product linesCONVEYOR_GET_PRODUCT_LINESAcciónTool to fetch all product lines. Use when you need to retrieve product lines after confirming API key validity.
CONVEYOR_GET_PRODUCT_LINESAcciónTool 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
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
Patch authorizationCONVEYOR_PATCH_AUTHORIZATIONAcciónTool to update or revoke an existing authorization. Use when managing authorization access groups or revoking access.
CONVEYOR_PATCH_AUTHORIZATIONAcciónTool to update or revoke an existing authorization. Use when managing authorization access groups or revoking access.
Parámetros de entrada
revokebooleanSet to true to revoke the authorization
access_group_idsstring[]List of access group IDs to assign to the authorization
authorization_idstringObligatorioUnique identifier of the authorization to update
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
Patch Conveyor documentCONVEYOR_PATCH_DOCUMENTAcciónTool to update document attributes. Use when you need to modify fields of an existing document by its ID.
CONVEYOR_PATCH_DOCUMENTAcciónTool to update document attributes. Use when you need to modify fields of an existing document by its ID.
Parámetros de entrada
namestringNew name for the document
statusstringNew status for the document
detailsobjectAdditional details for the document
document_idstringObligatorioUnique identifier of the document to update
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
Create new authorizationCONVEYOR_POST_AUTHORIZATIONAcciónTool to create a new authorization. Use when you need to grant access by email or from a prior authorization request.
CONVEYOR_POST_AUTHORIZATIONAcciónTool to create a new authorization. Use when you need to grant access by email or from a prior authorization request.
Parámetros de entrada
emailstringEmail address to create the authorization for.
access_group_idsstring[]List of access group IDs to assign during creation.
authorization_request_idstringID of an existing authorization request to base this authorization on.
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
Upload new documentCONVEYOR_POST_DOCUMENTAcciónTool to upload a new document. Use when you have a local file (<=100MB) to send to Conveyor.
CONVEYOR_POST_DOCUMENTAcciónTool to upload a new document. Use when you have a local file (<=100MB) to send to Conveyor.
Parámetros de entrada
namestringObligatorioName to assign to the created document (required by API)
file_pathstringObligatorioLocal path to the document file to upload; file size must be <=100MB
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
Create new folderCONVEYOR_POST_FOLDERAcciónTool to create a new folder in Conveyor Exchange. Use when you need to organize items into folders programmatically after obtaining an API key.
CONVEYOR_POST_FOLDERAcciónTool 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
namestringObligatorioName of the folder to create
parent_idstringID of an existing parent folder under which to nest this new folder; omit to create at the root level
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
Submit single questionCONVEYOR_POST_SINGLE_QUESTIONAcciónTool to submit a single question. Use when you need an immediate AI-generated answer for a specific product line question.
CONVEYOR_POST_SINGLE_QUESTIONAcciónTool to submit a single question. Use when you need an immediate AI-generated answer for a specific product line question.
Parámetros de entrada
questionstringObligatorioThe question to be answered by Conveyor AI
product_line_idsstring[]ObligatorioList of product line IDs to scope the question (use GET Product Lines to retrieve valid IDs)
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