Templated
templatedTemplated 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 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ónTool 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.
TEMPLATED_ADD_TAGS_TO_TEMPLATEAcciónTool 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[]ObligatorioList of tags to add to the template; existing tags are preserved
template_idstringObligatorioThe unique identifier of the template to which tags will be added
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
Clone TemplateTEMPLATED_CLONE_TEMPLATE_ACTIONAcciónTool 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'".
TEMPLATED_CLONE_TEMPLATE_ACTIONAcciónTool 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
idstringObligatorioID of the template to clone
namestringObligatorioName for the cloned template
descriptionstringDescription for the cloned template
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 Template RenderTEMPLATED_CREATE_RENDERAcciónTool 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 { ... }."
TEMPLATED_CREATE_RENDERAcciónTool 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_namestringFile name for the rendered output.
variablesobjectObligatorioKey-value pairs for template variables.
template_idstringObligatorioID of the template to render.
webhook_urlanyuriWebhook URL to receive completion notification.
output_formatstringenumDesired output file format. Supported: 'pdf', 'png'.
pdfpng
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 TemplateTEMPLATED_DELETE_TEMPLATEAcciónTool to delete a template by its unique id. use when you have confirmed the template id and need to remove it permanently.
TEMPLATED_DELETE_TEMPLATEAcciónTool 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
idstringObligatorioUnique 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 Account InformationTEMPLATED_GET_ACCOUNT_INFORMATIONAcciónTool to retrieve account information, including email, name, and timestamps. use after confirming your api token is valid.
TEMPLATED_GET_ACCOUNT_INFORMATIONAcciónTool 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
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 All TemplatesTEMPLATED_LIST_ALL_TEMPLATESAcciónTool to list all templates of a user. use when you need to retrieve available templates with optional pagination.
TEMPLATED_LIST_ALL_TEMPLATESAcciónTool to list all templates of a user. use when you need to retrieve available templates with optional pagination.
Parámetros de entrada
pageintegerPage number to retrieve (must be >= 1).
per_pageintegerNumber of templates per page (must be >= 1).
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 Template RendersTEMPLATED_LIST_TEMPLATE_RENDERSAcciónTool to list all renders of a specific template. use after obtaining a template id when you need paginated render results.
TEMPLATED_LIST_TEMPLATE_RENDERSAcciónTool to list all renders of a specific template. use after obtaining a template id when you need paginated render results.
Parámetros de entrada
idstringObligatorioID of the template to list renders for
pageintegerPage number for pagination, must be >= 1
page_sizeintegerNumber of renders per page, between 1 and 100
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
Remove Template TagsTEMPLATED_REMOVE_TEMPLATE_TAGSAcciónTool to remove specific tags from a template. use when you have a template id and want to untag existing tags.
TEMPLATED_REMOVE_TEMPLATE_TAGSAcciónTool 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[]ObligatorioList of tag names to remove from the template
template_idstringObligatorioUnique identifier of the template to modify
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
Retrieve Template RenderTEMPLATED_RETRIEVE_RENDERAcciónTool to retrieve details of a specific render by its id. use after obtaining the render id when you need details of a render.
TEMPLATED_RETRIEVE_RENDERAcciónTool 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
idstringObligatorioUnique identifier of the render 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
Retrieve TemplateTEMPLATED_RETRIEVE_TEMPLATEAcciónTool to retrieve a single template by its unique id. use after obtaining the template id.
TEMPLATED_RETRIEVE_TEMPLATEAcciónTool to retrieve a single template by its unique id. use after obtaining the template id.
Parámetros de entrada
idstringObligatorioThe 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
Update Template TagsTEMPLATED_UPDATE_TEMPLATE_TAGSAcciónTool to overwrite all tags on a template. use when you need to replace the entire tag list for a specific template.
TEMPLATED_UPDATE_TEMPLATE_TAGSAcciónTool 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[]ObligatorioList of tags to assign to the template, replacing all existing tags
template_idstringObligatorioThe unique identifier of the template to update tags for
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