Contentdrips

Create carousels and static graphics using the Contentdrips API

Overview

This node integrates with the Contentdrips API to create and manage graphic content such as static graphics and multi-slide carousels. It supports generating new graphics or carousels from templates, checking the status of processing jobs, and retrieving the results of completed jobs.

Common scenarios include:

  • Automating the creation of branded social media graphics or marketing materials.
  • Generating multi-slide carousel posts dynamically based on input data.
  • Monitoring asynchronous rendering jobs and fetching their output once ready.

For example, a user can provide a template ID and content updates to generate a customized graphic, then later check the job status and retrieve the final image or PDF file.

Properties

Name Meaning
Job ID The unique identifier of the job to check the status for or to retrieve the result from.

(Note: For this specific Resource "Default" and Operation "Get Job Result", only the "Job ID" property is relevant.)

Output

The node outputs a JSON object containing the response from the Contentdrips API for the requested job result. This typically includes the rendered graphic or carousel data, which may be URLs or metadata about the generated content.

If the job produces binary data (e.g., images or PDFs), it will be represented in the output accordingly, but the node primarily returns JSON with links or references to the generated files.

Dependencies

  • Requires an API key credential for authenticating with the Contentdrips API.
  • The node uses HTTP requests to communicate with the Contentdrips service endpoints.
  • No additional environment variables are explicitly required beyond the API credential.

Troubleshooting

  • Invalid Job ID: If the provided Job ID does not exist or is malformed, the API may return an error. Verify the Job ID format and ensure the job was created successfully.
  • Job Not Completed: Attempting to get the result of a job that is still processing may result in incomplete or empty responses. Use the "Check Job Status" operation first to confirm completion.
  • API Authentication Errors: Ensure the API key credential is correctly configured and has sufficient permissions.
  • Network Issues: Connectivity problems can cause request failures; verify network access to the Contentdrips API endpoint.

Links and References

Discussion