Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
When will you release the version 2.0 API video?
I cant seem to find, v1 API, any idea how do i get that ?
public-api.gohighlevel.com
@@rob-olson what I meant was, I cant find GHL V1 API node in n8n
@@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": {}}
When will you release the version 2.0 API video?
I cant seem to find, v1 API, any idea how do i get that ?
public-api.gohighlevel.com
@@rob-olson what I meant was, I cant find GHL V1 API node in n8n
@@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": {}
}