GoHighLevel V2 icon

GoHighLevel V2

Consume GoHighLevel V2 API

Overview

The node integrates with the GoHighLevel V2 API to perform various operations on different resources such as Contacts, Companies, Opportunities, and Custom Fields. Specifically for the Contact resource and the Remove From Sequence operation, this node removes a contact from a specified marketing or sales sequence within the GoHighLevel platform.

This functionality is useful in automation workflows where you want to dynamically manage contacts' participation in sequences based on certain triggers or conditions. For example, if a contact has responded to an email campaign or completed a desired action, you might want to remove them from an ongoing follow-up sequence to avoid redundant communication.

Properties

Name Meaning
Sequence ID The unique identifier of the sequence from which the contact should be removed.

Output

The node outputs JSON data representing the result of the operation performed on the contact. This typically includes confirmation that the contact was successfully removed from the specified sequence or details about any error encountered.

The output structure is an array of objects, each containing a json field with the response data from the GoHighLevel API related to the removal operation.

No binary data output is produced by this node.

Dependencies

  • Requires an active connection to the GoHighLevel V2 API.
  • Needs an API authentication token configured via OAuth2 credentials in n8n.
  • The node depends on internal utility functions and resource handlers to communicate with the GoHighLevel API.

Troubleshooting

  • Common Issues:

    • Invalid or missing Sequence ID: Ensure the Sequence ID provided corresponds to an existing sequence in your GoHighLevel account.
    • Authentication errors: Verify that the OAuth2 credentials are correctly set up and have not expired.
    • Resource or operation mismatch: Confirm that the selected resource is "Contact" and the operation is "Remove From Sequence".
  • Error Messages:

    • "The resource \"contact\" is not known!": This indicates an unsupported resource was selected; ensure "Contact" is chosen.
    • API errors returned from GoHighLevel will be included in the output JSON under an error key if "Continue On Fail" is enabled.

To resolve issues, double-check input parameters, credentials, and network connectivity.

Links and References

Discussion