More Vendrato tools: FunnelDupe GHL Utils Building the future of automation
🔍

Search Opportunities

n8n-nodes-base.httpRequest

Search opportunities based on combinations of advanced filters including location, pipeline, status, and contact.

gohighlevel opportunities search filter pipeline crm
API Docs
Platform
GoHighLevel
Category
api integration
Version
1.0.0
Auth Required
Yes

Use Cases

Find opportunities by criteria
Filter pipeline deals
Export opportunity data

Configuration

Node Configuration Summary
Ready-to-use GoHighLevel node configured for search opportunities. Copy and paste directly into your n8n workflow.
Method: GET
Endpoint: /opportunities/search?locationId={{ $json.locationId }}{{ $json.pipelineId ? '&pipelineId=' + $json.pipelineId : '' }}{{ $json.status ? '&status=' + $json.status : '' }}{{ $json.contactId ? '&contactId=' + $json.contactId : '' }}{{ $json.limit ? '&limit=' + $json.limit : '&limit=20' }}{{ $json.offset ? '&offset=' + $json.offset : '&offset=0' }}
Nodes: 2
Auth: GoHighLevel OAuth2 API
BuildShip-ready configuration with API call node and custom logic.
Make.com scenario configuration with HTTP module and data processing.

Related GoHighLevel Nodes