Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to create a new Catalog Question associated with a specific catalog item. It is useful for automating the addition of questions to catalogs in Cloud Radial, such as for surveys, assessments, or data collection forms. For example, a user can create a question with specific answer options, set it as required, and define its display order within a catalog.

Use Case Examples

  1. Create a new question for a product catalog to gather customer feedback.
  2. Add a required question with multiple choice answers to a service catalog.

Properties

Name Meaning
Catalog ID The ID of the catalog item this question belongs to, used to associate the question with the correct catalog.
Question Text The text content of the question to be created.
Answer Options Possible answers for the question, provided as a JSON string or comma-separated list.
Question Type The type of question, e.g., multiple choice, text input.
Required Indicates whether answering the question is mandatory.
Order The display order of the question within the catalog.
Placeholder Placeholder text shown in the input field for the question.
Default Value A default answer value for the question.

Output

JSON

  • id - The unique identifier of the created catalog question.
  • companyCatalogId - The catalog ID to which the question belongs.
  • question - The text of the created question.
  • answerOptions - The answer options associated with the question.
  • questionType - The type of the question.
  • isRequired - Whether the question is required.
  • order - The display order of the question.
  • placeholder - Placeholder text for the question input.
  • defaultValue - Default value for the question.

Dependencies

  • Cloud Radial API

Troubleshooting

  • Ensure the Catalog ID is valid and exists in Cloud Radial to avoid errors.
  • Verify that the API credentials are correctly configured and have permissions to create catalog questions.
  • If the API returns SSL errors, consider enabling the 'Ignore SSL Issues' option or check the SSL certificate validity.
  • Check the format of 'Answer Options' if provided as JSON string to avoid parsing errors.

Links

Discussion