Passing Data from an n8n Webhook to GoHighLevel A Step by Step Guide

Поделиться
HTML-код
  • Опубликовано: 22 ноя 2024

Комментарии • 5

  • @salvadorreina3431
    @salvadorreina3431 Месяц назад

    When will you release the version 2.0 API video?

  • @afiqsyahiran6972
    @afiqsyahiran6972 3 месяца назад

    I cant seem to find, v1 API, any idea how do i get that ?

    • @rob-olson
      @rob-olson  3 месяца назад

      public-api.gohighlevel.com

    • @afiqsyahiran6972
      @afiqsyahiran6972 3 месяца назад

      @@rob-olson what I meant was, I cant find GHL V1 API node in n8n

    • @rob-olson
      @rob-olson  2 месяца назад

      @@afiqsyahiran6972
      Copy the below json,paste into workflow.
      {
      "meta": {
      "instanceId": "e702f39c3c9243916c477fcbb44978ad96c5ae0d0410b1c88d8c61c104ed520a"
      },
      "nodes": [
      {
      "parameters": {
      "email": "={{ $json.email }}",
      "phone": "={{ $json.phone }}",
      "additionalFields": {
      "firstName": "={{ $json.firstName }}",
      "lastName": "={{ $json.lastName }}",
      "postalCode": "={{ $json.postalCode }}",
      "state": "={{ $json.stateAbbrv }}"
      }
      },
      "id": "d23a594b-05f2-427d-8be2-2c4be691f462",
      "name": "HighLevel v1 API",
      "type": "n8n-nodes-base.highLevel",
      "typeVersion": 1,
      "position": [
      1220,
      220
      ],
      "credentials": {
      "highLevelApi": {
      "id": "hYOJqj9rnL0pltcI",
      "name": "NEW CONNECTION"
      }
      }
      }
      ],
      "connections": {},
      "pinData": {}
      }