NAiOS IconNAiOS Logo
Volver al catálogo

Documint

documint

Documint is a document generation platform that allows you to create dynamic documents from templates.

Acciones
5
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 (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ón

Tool 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_idstringObligatorio

    The unique identifier of the template 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

Get TemplateDOCUMINT_GET_TEMPLATEAcción

Tool 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

  • templateIdstringObligatorio

    The unique identifier of the template 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

List DocumentsDOCUMINT_LIST_DOCUMENTSAcción

Tool 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

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

Tool 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

  • 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

Update TemplateDOCUMINT_UPDATE_TEMPLATEAcción

Tool 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

  • namestring

    New name for the template

  • layoutobject

    New layout definition JSON for the template

  • settingsobject

    Additional settings JSON for the template

  • descriptionstring

    New description for the template

  • template_idstringObligatorio

    ID of the template you wish 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