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 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
- Retrieve company details by providing the company ID to integrate with a CRM system.
- 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
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API, useful for understanding available endpoints and data structures.