Documint
documintDocumint is a document generation platform that allows you to create dynamic documents from templates.
Acciones disponibles (5)
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 TemplateDOCUMINT_DELETE_TEMPLATEAcciónTool to permanently delete a single template by its id. use when you need to remove an outdated or unused template; ensure the template id is correct before calling.
DOCUMINT_DELETE_TEMPLATEAcciónTool to permanently delete a single template by its id. use when you need to remove an outdated or unused template; ensure the template id is correct before calling.
Parámetros de entrada
template_idstringObligatorioThe unique identifier of the template 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
Get TemplateDOCUMINT_GET_TEMPLATEAcciónTool to retrieve a single template by its id. use when you need to fetch details of a specific template before generating documents.
DOCUMINT_GET_TEMPLATEAcciónTool to retrieve a single template by its id. use when you need to fetch details of a specific template before generating documents.
Parámetros de entrada
templateIdstringObligatorioThe unique identifier of the template 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
List DocumentsDOCUMINT_LIST_DOCUMENTSAcciónTool to list all documents in the authenticated user's account. use after obtaining a valid api key.
DOCUMINT_LIST_DOCUMENTSAcciónTool to list all documents in the authenticated user's account. use after obtaining 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
List TemplatesDOCUMINT_LIST_TEMPLATESAcciónTool to list all templates in the authenticated user's account. use after obtaining a valid api key.
DOCUMINT_LIST_TEMPLATESAcciónTool to list all templates in the authenticated user's account. use after obtaining 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
Update TemplateDOCUMINT_UPDATE_TEMPLATEAcciónTool to update a single template by its id. use when you need to modify an existing template's settings or layout after fetching its current details.
DOCUMINT_UPDATE_TEMPLATEAcciónTool to update a single template by its id. use when you need to modify an existing template's settings or layout after fetching its current details.
Parámetros de entrada
namestringNew name for the template
layoutobjectNew layout definition JSON for the template
settingsobjectAdditional settings JSON for the template
descriptionstringNew description for the template
template_idstringObligatorioID of the template you wish 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