Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to update catalog items. It allows users to modify various attributes of a catalog item such as its subject, category, description, pricing, approval settings, and notification options. This is useful for managing and maintaining an up-to-date catalog of services or products within an organization, ensuring that catalog entries reflect current information and settings.

Use Case Examples

  1. Updating the subject and description of a catalog item to reflect new service details.
  2. Changing the pricing and approval requirements for a catalog item to align with updated company policies.
  3. Adding notification email lists and webhook URLs to automate alerts related to catalog item changes.

Properties

Name Meaning
Catalog ID The ID of the catalog item to update, required to identify which catalog entry to modify.
Company ID The company ID associated with the catalog item, required for context and access control.
Subject The subject or title of the catalog item, a required field representing the main identifier or name of the item.
Category The category under which the catalog item is classified, used for organization and filtering.
Description A full description of the catalog item providing detailed information about it.
Short Description A brief summary or short description of the catalog item.
Additional Fields A collection of optional fields that provide extended attributes for the catalog item, such as usage type, icon details, approval settings, pricing, notification emails, PSA integration, estimated time, webhook URLs, and other metadata to customize the catalog entry.
Request Options Settings for request behavior such as batching, SSL certificate validation, proxy configuration, and timeout settings to control how API requests are made.

Output

JSON

  • id - The unique identifier of the updated catalog item.
  • subject - The updated subject/title of the catalog item.
  • category - The updated category of the catalog item.
  • description - The updated full description of the catalog item.
  • shortDescription - The updated short description of the catalog item.
  • price - The updated price of the catalog item.
  • order - The updated display order of the catalog item.
  • isFavorite - Indicates if the catalog item is marked as a favorite.
  • isNeedsApproval - Indicates if the catalog item requires approval.
  • notifyEmailList - List of notification emails associated with the catalog item.
  • partnerEmailList - List of partner emails associated with the catalog item.
  • additionalFields - Other updated additional fields and metadata related to the catalog item.

Dependencies

  • Cloud Radial API
  • An API key credential for authentication

Troubleshooting

  • Ensure the Catalog ID and Company ID are correctly provided and valid to avoid 'not found' errors.
  • Verify that required fields like Subject are not empty to prevent validation errors from the API.
  • Check network connectivity and API credentials if requests fail or time out.
  • If SSL issues occur, consider enabling the 'Ignore SSL Issues' option cautiously.
  • When using batching, ensure batch size and interval are set appropriately to avoid rate limiting or performance issues.

Links

Discussion