Actions5
- Render Actions
- Template Actions
Overview
This node integrates with the Templated service to automate the generation of images and PDFs. Specifically, the "Retrieve a Render" operation allows users to fetch details about a previously created render by providing its unique Render ID. This is useful in workflows where you need to check the status or retrieve metadata of a render after initiating it.
Practical examples include:
- Automatically retrieving the status or URL of a generated PDF or image after a rendering job.
- Using the retrieved render data to trigger further processing or notifications in your workflow.
Properties
| Name | Meaning |
|---|---|
| Render ID | The ID of the render to retrieve |
Output
The node outputs JSON data containing information about the requested render. This typically includes metadata such as render status, URLs to the generated files (images or PDFs), timestamps, and other relevant details provided by the Templated API.
If the render includes binary data (e.g., the actual image or PDF file), it would be accessible through the node's binary output fields, allowing subsequent nodes to process or save the file.
Dependencies
- Requires an API key credential for authenticating with the Templated service.
- The base URL and authorization headers are configured automatically from the provided credentials.
- Internet access to communicate with the Templated API endpoint.
Troubleshooting
- Invalid Render ID: If the provided Render ID does not exist or is malformed, the node will likely return an error indicating that the render could not be found. Verify the Render ID before retrying.
- Authentication Errors: Ensure that the API key credential is valid and has the necessary permissions.
- Network Issues: Connectivity problems can cause timeouts or failures; verify network access to the Templated API.
- API Rate Limits: Excessive requests may lead to rate limiting; consider adding delays or retries in your workflow.
Links and References
- Templated Official Website
- Refer to Templated API documentation for detailed information on render objects and endpoints.