NAiOS IconNAiOS Logo
Volver al catálogo

Templated

templated

Templated is a platform that automates the generation of images and PDFs through a simple API, allowing users to design templates and render them multiple times with dynamic content.

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

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.

Add Tags to TemplateTEMPLATED_ADD_TAGS_TO_TEMPLATEAcción

Tool to append new tags to an existing template without overwriting existing tags. use when you already have the template id and want to add additional tags.

Parámetros de entrada

  • tagsstring[]Obligatorio

    List of tags to add to the template; existing tags are preserved

  • template_idstringObligatorio

    The unique identifier of the template to which tags will be added

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

Clone TemplateTEMPLATED_CLONE_TEMPLATE_ACTIONAcción

Tool to clone an existing template. use after you have a template id and want to duplicate it with a new name. example: "clone template tpl 123 as 'copy of template'".

Parámetros de entrada

  • idstringObligatorio

    ID of the template to clone

  • namestringObligatorio

    Name for the cloned template

  • descriptionstring

    Description for the cloned template

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

Tool to create a document render from a template. use when you need a pdf or image output with dynamic variables. example: "generate an invoice pdf using template 'tpl 123' with variables { ... }."

Parámetros de entrada

  • file_namestring

    File name for the rendered output.

  • variablesobjectObligatorio

    Key-value pairs for template variables.

  • template_idstringObligatorio

    ID of the template to render.

  • webhook_urlanyuri

    Webhook URL to receive completion notification.

  • output_formatstringenum

    Desired output file format. Supported: 'pdf', 'png'.

    pdfpng

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

Tool to delete a template by its unique id. use when you have confirmed the template id and need to remove it permanently.

Parámetros de entrada

  • idstringObligatorio

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

Tool to retrieve account information, including email, name, and timestamps. use after confirming your api token is valid.

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

Tool to list all templates of a user. use when you need to retrieve available templates with optional pagination.

Parámetros de entrada

  • pageinteger

    Page number to retrieve (must be >= 1).

  • per_pageinteger

    Number of templates per page (must be >= 1).

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

Tool to list all renders of a specific template. use after obtaining a template id when you need paginated render results.

Parámetros de entrada

  • idstringObligatorio

    ID of the template to list renders for

  • pageinteger

    Page number for pagination, must be >= 1

  • page_sizeinteger

    Number of renders per page, between 1 and 100

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

Remove Template TagsTEMPLATED_REMOVE_TEMPLATE_TAGSAcción

Tool to remove specific tags from a template. use when you have a template id and want to untag existing tags.

Parámetros de entrada

  • tagsstring[]Obligatorio

    List of tag names to remove from the template

  • template_idstringObligatorio

    Unique identifier of the template to modify

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

Retrieve Template RenderTEMPLATED_RETRIEVE_RENDERAcción

Tool to retrieve details of a specific render by its id. use after obtaining the render id when you need details of a render.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the render 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

Retrieve TemplateTEMPLATED_RETRIEVE_TEMPLATEAcción

Tool to retrieve a single template by its unique id. use after obtaining the template id.

Parámetros de entrada

  • idstringObligatorio

    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

Update Template TagsTEMPLATED_UPDATE_TEMPLATE_TAGSAcción

Tool to overwrite all tags on a template. use when you need to replace the entire tag list for a specific template.

Parámetros de entrada

  • tagsstring[]Obligatorio

    List of tags to assign to the template, replacing all existing tags

  • template_idstringObligatorio

    The unique identifier of the template to update tags for

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