Overview
This node integrates with the GoHighLevel API to manage contacts, opportunities, and locations. Specifically, for the Contact resource with the Get All operation, it retrieves a list of contacts up to a specified limit. This is useful for scenarios where you need to fetch multiple contacts for processing, reporting, or synchronization with other systems. For example, you might use this node to pull all contacts from GoHighLevel to update a CRM or mailing list.
Use Case Examples
- Fetch up to 20 contacts from GoHighLevel to display in a dashboard.
- Retrieve a limited number of contacts for batch processing or export.
Properties
| Name | Meaning |
|---|---|
| Limit | Specifies the maximum number of contact results to return, with a minimum of 1 and a maximum of 100. |
Output
JSON
json- The JSON output contains the list of contacts retrieved from GoHighLevel. Each item represents a contact object with its details as returned by the API.
Dependencies
- Requires an API key credential for GoHighLevel API authentication.
Troubleshooting
- Common issues include invalid or missing API key, which will cause authentication errors.
- If the limit parameter is set outside the allowed range (1-100), the API may reject the request or return an error.
- Network or API service issues may cause request failures; ensure the GoHighLevel service is reachable and the API key is valid.
Links
- GoHighLevel API Documentation - Official API documentation for GoHighLevel, useful for understanding available endpoints and parameters.