Loading...
Loading...
GoHighLevel integration. Manage Organizations. Use when the user wants to interact with GoHighLevel data.
npx skill4agent add membranedev/application-skills gohighlevelmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search gohighlevel --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Contacts | list-contacts | List contacts from GoHighLevel |
| List Campaigns | list-campaigns | Get all campaigns for a location |
| List Workflows | list-workflows | Get all workflows for a location |
| List Calendar Events | list-calendar-events | List events in a calendar within a date range |
| List Calendars | list-calendars | List all calendars for a location in GoHighLevel |
| Get Contact | get-contact | Get a contact by ID from GoHighLevel |
| Get Opportunity | get-opportunity | Get an opportunity by ID from GoHighLevel |
| Get User | get-user | Get a user by their ID |
| Get Appointment | get-appointment | Get an appointment by ID from GoHighLevel |
| Get Conversation | get-conversation | Get a conversation by ID from GoHighLevel |
| Get Pipelines | get-pipelines | Get all pipelines for a location in GoHighLevel |
| Create Contact | create-contact | Create a new contact in GoHighLevel |
| Create Opportunity | create-opportunity | Create a new opportunity/deal in GoHighLevel |
| Create Appointment | create-appointment | Create a new appointment in GoHighLevel |
| Create Note | create-note | Create a note for a contact in GoHighLevel |
| Update Contact | update-contact | Update an existing contact in GoHighLevel |
| Update Opportunity | update-opportunity | Update an existing opportunity in GoHighLevel |
| Update Appointment | update-appointment | Update an existing appointment in GoHighLevel |
| Delete Contact | delete-contact | Delete a contact from GoHighLevel |
| Delete Opportunity | delete-opportunity | Delete an opportunity from GoHighLevel |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY