Guide
API Documentation
← Back to documentation
Go High Level

Go High Level

Verified integration

Connect Go High Level: from your workflow events we create or update the contact and tag it.

Your Webhook URL
https://app.sendapp.ai/api/integrations/webhook/YOUR_ACCOUNT_TOKEN?source=go-high-level
Log in to get the real webhook URL for your account.

How it works

When a Go High Level Workflow sends an event, we create or update the contact in SendApp (name, phone, email from the payload) and tag it. We don't send messages on your behalf: you contact the leads whenever you want with a campaign or via API.

Step-by-step setup

  1. Copy your Webhook URL from the box above (select the account first).
  2. Log in to Go High Level and open or create a Workflow in the Automation section.
  3. Hook the Workflow to a contact trigger (so the event contains the contact's data):
    • Contact Created
    • Contact Changed
  4. Add a Webhook action with POST method, paste the URL and map the contact fields (firstName, lastName, phone, email).
  5. Save.

General rule: choose events that include customer data (name, phone or email): without a phone or email the contact is not created.

What happens next

The contacts coming from Go High Level are created and tagged (go-high-level) in SendApp. Reach them with a campaign filtering by that tag, or through the API.

Verify

Trigger a test event from the Workflow on Go High Level and check that the contact appears in SendApp. If the phone or email is missing, the contact is not created.

Looking for technical details?
Endpoints, parameters and examples (cURL, PHP, JavaScript) in the API documentation.
Open the API documentation →