Hello,
I'd like to make automation to add these customs values from gohighlevel to my
instantly.ai campaign everytime when new lead is created in gohighlevel.
But I dont want to use "New lead created" as a trigger but maybe just create a webhook step in ghl workflow which would transfer this data to instantly campaign.
{{contact.first_name}} {{location_owner.first_name}} {{
location.name}}
{{location.phone}}
{{location.email}}
{{location.full_address}}
{{user.phone}}
{{user.first_name}}
{{
contact.name}}
{{contact.company_name}}
{{
contact.id}}
{{contact.email}}
{{contact.full_address}}
And for example " {{location_owner.first_name}} {{
location.name}}
{{location.phone}}
{{location.email}}
{{location.full_address}}" these should copy my "subaccount" data.
So as location owner first name I would like to copy name of whoever will be set up as owner in certain sub-account. Same thing with location name, If I set this for my customer in subaccount I'd like to have this {{
location.name}} to put my clients company name there.
I'm using Pabbly Connect,
instantly.ai with webhooks and API access.
What I've managed to do on my own is :
{ "campaign_id": "6a7f372d-eac7-4839-9921-0caa2e74c03e", "email": "
[email protected]", "first_name": "Grażyna", "last_name": "Harris", "phone": "+48732144855", "upload_method": "api", "custom_variables": { "personalization": "orwbtFVs7W9QjZMkFVr9", "company_name": "", "location_name": "LEADERS AGENCY", "location_phone": "735 591 064", "location_email": "
[email protected]", "location_owner_first_name": "Kamil", "skip_if_in_campaign": false } }
but values are mapped as per screenshot: