Templated icon

Templated

n8n node to automate the generation of images and PDFs with Templated (https://templated.io).

Overview

This node integrates with the Templated service (https://templated.io) to automate the retrieval of templates, as well as the generation of images and PDFs based on those templates. Specifically, the "Retrieve a Template" operation allows users to fetch details about a specific template by providing its Template ID. This is useful in workflows where you need to dynamically access template metadata or content before further processing or generating documents.

Practical examples include:

  • Fetching a template's details to display or verify before generating a document.
  • Using template metadata to conditionally branch workflow logic.
  • Preloading template information for audit or logging purposes.

Properties

Name Meaning
Template ID The unique identifier of the template you want to retrieve from the Templated service.

Output

The node outputs JSON data representing the retrieved template's details. This typically includes all relevant metadata and content fields provided by the Templated API for that template. The exact structure depends on the API response but generally contains identifiers, template name, description, creation date, and possibly template content or configuration.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the Templated service.
  • The base URL and API key must be configured in the node credentials.
  • The node sends requests to the Templated API endpoint using these credentials.

Troubleshooting

  • Missing or invalid Template ID: Ensure the Template ID property is correctly set and corresponds to an existing template in your Templated account.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • Network or API errors: Check connectivity to the Templated service and confirm the base URL is correct.
  • Unexpected API responses: If the template does not exist or is inaccessible, the node may return an error; verify template availability in the Templated dashboard.

Links and References

  • Templated Official Website
  • Refer to Templated API documentation for detailed template schema and endpoints (not included in source).

Discussion