Crownpeak DQM icon

Crownpeak DQM

Interact with Crownpeak DQM CMS API

Overview

This node integrates with the Crownpeak DQM CMS API to perform various operations related to website content assets and quality management. Specifically, the "Get Asset Page Highlights" operation retrieves all page highlightable issues for a given asset, which can be useful for identifying content problems or quality issues directly on the asset's page.

Common scenarios where this node is beneficial include:

  • Quality assurance workflows where content editors want to review highlighted issues on web pages.
  • Automated monitoring of content assets to detect and report problems such as broken links, accessibility issues, or other flagged items.
  • Integrations that require fetching detailed issue highlights for further processing or reporting.

Example: A user wants to fetch all page highlights for a specific asset to display them in a dashboard or trigger alerts if critical issues are found.

Properties

Name Meaning
Asset Identifier The unique identifier of the asset for which to retrieve page highlights.

Output

The output is a JSON array where each element corresponds to the response from the Crownpeak DQM API for the requested operation. For the "Get Asset Page Highlights" operation, the JSON contains detailed information about all highlightable issues found on the specified asset's page. This typically includes issue types, locations, descriptions, and possibly severity or status indicators.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating with the Crownpeak DQM CMS API.
  • Needs configuration of the base URL and website ID within the credentials or node parameters.
  • The node uses HTTP requests to communicate with the Crownpeak DQM API endpoints.

Troubleshooting

  • Common Issues:

    • Invalid or missing API key will cause authentication failures.
    • Incorrect asset identifier may result in "not found" errors.
    • Network connectivity issues can prevent successful API calls.
    • Missing or incorrect website ID parameter may lead to incomplete or failed responses.
  • Error Messages:

    • "Unsupported operation": Indicates the selected operation is not implemented; ensure "Get Asset Page Highlights" is chosen.
    • HTTP errors (e.g., 401 Unauthorized, 404 Not Found) usually relate to credential or parameter misconfiguration.
  • Resolutions:

    • Verify the API key and ensure it has sufficient permissions.
    • Double-check the asset identifier and website ID values.
    • Confirm network access to the Crownpeak DQM API endpoint.
    • Review API documentation for any changes in endpoint URLs or required parameters.

Links and References

  • Crownpeak DQM API Documentation (refer to official Crownpeak resources for detailed API specs)
  • n8n Documentation on creating and using custom nodes and credentials

Discussion