Actions62
- Client Actions
- ClientDetail Actions
- Engagement Actions
- Estimate Actions
- Lead Actions
- Lead Agent Actions
- Lead Category Actions
- Lead Source Actions
- Lead Status Actions
- Proposal Actions
- Project Actions
- Task Actions
- Note Actions
Overview
This node integrates with the Cloodo CRM API to retrieve data related to lead agents. Specifically, the "Get Many Leads Agents" operation fetches multiple lead agent records from the system. This is useful for scenarios where you want to list or analyze all lead agents currently registered in your CRM, such as generating reports, syncing data with other systems, or displaying lead agent information in dashboards.
For example, a marketing team might use this node to pull all lead agents and their details to evaluate performance or assign leads accordingly.
Properties
Name | Meaning |
---|---|
Additional Fields | Optional extra parameters to refine the query. Currently supports: |
- Search | A string to filter lead agents by search term (e.g., name or other attributes). |
The "Additional Fields" property is a collection that allows specifying optional query parameters. In this case, the only supported additional field is Search
, which lets users filter the returned lead agents by a search string.
Output
The node outputs JSON data representing an array of lead agent objects retrieved from the Cloodo CRM API. Each object contains details about a lead agent, such as their ID, name, contact information, and any other relevant metadata provided by the API.
No binary data output is involved in this operation.
Dependencies
- Requires an active connection to the Cloodo CRM API.
- The node needs an API authentication token or key configured via n8n credentials to authorize requests.
- Network access to
https://erp-amz.cloodo.com/v4/
is necessary.
Troubleshooting
Common issues:
- Authentication failures due to missing or invalid API credentials.
- Network errors if the API endpoint is unreachable.
- Empty results if the search filter does not match any lead agents.
Error messages:
- Unauthorized or 401 errors indicate problems with API credentials; verify and update them.
- 404 or endpoint not found errors suggest incorrect resource or operation selection.
- Timeout or network errors require checking internet connectivity or API server status.
Links and References
- Cloodo CRM API Documentation (assumed base URL)
- n8n documentation on creating custom nodes