Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to retrieve information about a specific company based on its ID. It is useful for scenarios where you need to fetch detailed company data from Cloud Radial, such as integrating company information into workflows or automating data retrieval for reporting or CRM updates.

Use Case Examples

  1. Retrieve company details by providing the company ID to integrate with a CRM system.
  2. Fetch company data to automate reporting or analytics workflows.

Properties

Name Meaning
Company ID The ID of the company to retrieve information for, required to specify which company data to fetch.
Request Options Additional settings to control the request behavior, including batching, SSL certificate validation, proxy usage, and request timeout.

Output

JSON

  • id - The unique identifier of the company.
  • name - The name of the company.
  • address - The address details of the company.
  • contact - Contact information for the company.
  • status - Current status or state of the company.

Dependencies

  • Cloud Radial API
  • An API key credential for authentication

Troubleshooting

  • Ensure the provided Company ID is valid and exists in the Cloud Radial system to avoid 'not found' errors.
  • Check network connectivity and proxy settings if requests fail to reach the API.
  • If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option cautiously.
  • Timeout errors may occur if the server is slow or unresponsive; adjust the timeout setting accordingly.

Links

Discussion