Hi @Just_Stay, welcome to the n8n community.
See if this node helps you
{
“nodes”: [
{
“parameters”: {
“httpMethod”: “POST”,
“path”: “leadconnector-contact”,
“options”: {}
},
“id”: “5b465b87-8c97-4b13-8db4-bcd869615e13”,
“name”: “Webhook”,
“type”: “n8n-nodes-base.webhook”,
“typeVersion”: 2.1,
“position”: [
240,
304
],
“webhookId”: “51fb3116-005f-424e-924a-e004dab7f3b8”
},
{
“parameters”: {
“method”: “POST”,
“url”: “https://services.leadconnectorhq.com/contacts/”,
“authentication”: “genericCredentialType”,
“genericAuthType”: “httpHeaderAuth”,
“sendHeaders”: true,
“headerParameters”: {
“parameters”: [
{
“name”: “Version”,
“value”: “2021-07-28”
}
]
},
“sendBody”: true,
“bodyParameters”: {
“parameters”: [
{
“name”: “firstName”,
“value”: “={{ $json.body.first_name }}”
},
{
“name”: “lastName”,
“value”: “={{ $json.body.last_name }}”
},
{
“name”: “email”,
“value”: “={{ $json.body.email }}”
},
{
“name”: “phone”,
“value”: “={{ $json.body.phone }}”
},
{
“name”: “locationId”,
“value”: “Wyba2v9gnxaXgpUCNypq”
},
{
“name”: “tags”,
“value”: “={{ [‘business-guest’, ‘source-suiteop’, ‘stayed-0-3m’] }}”
}
]
},
“options”: {}
},
“id”: “6748cc42-2ad7-46b2-a2e5-5b41f25f3c67”,
“name”: “Create LeadConnector Contact”,
“type”: “n8n-nodes-base.httpRequest”,
“typeVersion”: 4.4,
“position”: [
464,
304
]
}
],
“connections”: {
“Webhook”: {
“main”: [
[
{
“node”: “Create LeadConnector Contact”,
“type”: “main”,
“index”: 0
}
]
]
}
],
“pinData”: {},
“meta”: {
“instanceId”: “ea0c2eec4b76caa69b4b4c5710d93f227ef34fb351dbfc568d1671e154e38c4a”
}
}