GoHighLevel Simple

Integração simples com GoHighLevel API usando API Key

Actions6

Overview

This node integrates with the GoHighLevel API to manage opportunities. Specifically, the 'Get All' operation for the 'Opportunity' resource retrieves a list of opportunities from the GoHighLevel platform. It supports limiting the number of results returned, making it useful for workflows that need to fetch multiple opportunities for analysis, reporting, or further processing.

Use Case Examples

  1. Fetch up to 20 opportunities to display in a dashboard.
  2. Retrieve a limited set of opportunities to process in a batch workflow.

Properties

Name Meaning
Limit Maximum number of opportunity results to return, with a minimum of 1 and a maximum of 100.

Output

JSON

  • json - The JSON output contains the list of opportunities retrieved from the GoHighLevel API. Each item represents an opportunity object with its details.

Dependencies

  • Requires an API key credential for GoHighLevel API authentication.

Troubleshooting

  • Common issues include invalid or missing API key credentials, which will cause authentication failures.
  • If the limit parameter is set outside the allowed range (less than 1 or greater than 100), the API may reject the request or return an error.
  • Network or API endpoint issues may cause request failures; ensure the API base URL is reachable and correct.

Links

Discussion