Actions64
- Archive Item Actions
- Article Actions
- Assessment Actions
- Catalog Actions
- Catalog Question Actions
- Company Actions
- Course Actions
- Course Enrollment Actions
- Domain Actions
- Endpoint Actions
- Flexible Asset Actions
- Flexible Asset Type Actions
- Media Actions
- Service Actions
- Service Install Actions
- Token Actions
- User Actions
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
- Creating a new article for a specific company with a title and HTML content.
- Adding an article with additional metadata like category and author.
- 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
- Cloud Radial API Documentation - Official API documentation for Cloud Radial, useful for understanding available endpoints and data structures.