Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to create an article resource. It allows users to specify details such as the company ID, article subject, and body content (which supports HTML). Additional optional fields include category, author, favorite status, front page display, and an external URL. The node supports batching and request options like proxy, timeout, and SSL certificate validation settings. This node is useful for automating the creation of articles within a company's Cloud Radial environment, such as publishing news, updates, or documentation.

Use Case Examples

  1. Creating a new article for a specific company with a title and HTML content.
  2. Adding an article with additional metadata like category and author.
  3. Batch creating multiple articles with controlled request intervals to avoid API rate limits.

Properties

Name Meaning
Company ID The company ID for which the article is being created.
Subject The title or subject of the article.
Body The content of the article, supporting HTML formatting.
Additional Fields Optional fields to provide extra metadata for the article, such as category, author, favorite status, front page display, and external URL.
Request Options Settings to control request behavior, including batching, SSL certificate validation, proxy usage, and timeout duration.

Output

JSON

  • id - The unique identifier of the created article.
  • companyId - The company ID associated with the article.
  • subject - The title or subject of the created article.
  • body - The HTML content of the created article.
  • category - The category assigned to the article, if provided.
  • author - The author of the article, if provided.
  • isFavorite - Indicates if the article is marked as a favorite.
  • isFrontPage - Indicates if the article is set to display on the front page.
  • url - External URL linked to the article, if provided.

Dependencies

  • Cloud Radial API
  • An API key credential for authentication

Troubleshooting

  • Ensure the company ID is valid and exists in the Cloud Radial system to avoid errors.
  • Verify that the API key credential is correctly configured and has sufficient permissions.
  • Check network connectivity and proxy settings if requests fail or time out.
  • If SSL certificate validation errors occur, consider enabling the option to ignore SSL issues, but be aware of security risks.
  • Batching settings should be configured properly to avoid hitting API rate limits or causing delays.

Links

Discussion