{
    "name": "AI Finder: Website, Email, Phone, LinkedIn, Job Title... (Perplexity AI -> OpenAI, Website, LinkedIn)",
    "flow": [
        {
            "id": 14,
            "module": "gateway:CustomWebHook",
            "version": 1,
            "parameters": {
                "hook": 1000000,
                "maxResults": 1
            },
            "mapper": {},
            "metadata": {
                "designer": {
                    "x": -2041,
                    "y": 2104
                },
                "restore": {
                    "parameters": {
                        "hook": {
                            "data": {
                                "editable": "true"
                            },
                            "label": "AI Finder: Website, Email, Phone"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "hook",
                        "type": "hook:gateway-webhook",
                        "label": "Webhook",
                        "required": true
                    },
                    {
                        "name": "maxResults",
                        "type": "number",
                        "label": "Maximum number of results"
                    }
                ]
            }
        },
        {
            "id": 176,
            "module": "builtin:BasicRouter",
            "version": 1,
            "filter": {
                "name": "working (finds first and last name too)",
                "conditions": []
            },
            "mapper": null,
            "metadata": {
                "designer": {
                    "x": -1609,
                    "y": 2101
                }
            },
            "routes": [
                {
                    "flow": [
                        {
                            "id": 43,
                            "module": "perplexity-ai:makeApiCall2",
                            "version": 1,
                            "parameters": {
                                "__IMTCONN__": 1000002
                            },
                            "filter": {
                                "name": "Website: Unknown & Priority: Exists",
                                "conditions": [
                                    [
                                        {
                                            "a": "{{14.website}}",
                                            "o": "notexist"
                                        },
                                        {
                                            "a": "{{14.Priority}}",
                                            "o": "exist"
                                        }
                                    ]
                                ]
                            },
                            "mapper": {
                                "url": "/chat/completions",
                                "body": "{\n    \"model\": \"sonar-deep-research\",\n    \"messages\": [\n        {\n            \"role\": \"system\",\n            \"content\": \"You are a B2B contact enrichment analyst. Use the provided data to return accurate, publicly verifiable information for the individual or company. Only return data that is clearly matched and publicly listed.\\n\\nReturn the following fields if found:\\n- First Name\\n- Last Name\\n- Legal Company Name\\n- Website\\n- Email\\n- Phone\\n- LinkedIn Company\\n- LinkedIn Personal\\n- Job Title\\n- Source (where verified)\\n\\nIf a person’s name is given, prioritize:\\n- LinkedIn Personal profile\\n- Job Title\\n- Direct email or phone (only if public)\\n\\nIf not found and the person is likely a public-facing executive (e.g. CEO), return clearly listed company contact details from verified company domains.\\n\\nIf no name is provided, identify a decision-maker (e.g. Founder, CEO) using registries, company websites, or trusted directories. If one is found, return their details. If not, return company-level information only.\\n\\nFor legal company name, use registries like Business Registry or Crunchbase.\\n\\nFor email, prioritize in this order:\\n1. Homepage/contact page\\n2. Trusted directories\\n3. Legal or footer sections\\nAvoid generic inboxes unless nothing else is available.\\n\\nFor LinkedIn Personal:\\nUse Google with: site:linkedin.com/in \\\"[full name]\\\" \\\"[company name]\\\". Match full name, role, and company.\\n\\nOnly return what is confidently verified.\\n\\n---\\n\\nOutput Format:\\nReturn each field in this exact label: value format.\\n\\nExample:\\nFirst Name: Jane\\nLast Name: Doe\\nLegal Company Name: Acme Corp Ltd\\nWebsite: https://acme.com\\nEmail: jane.doe@acme.com\\nPhone: +123456789\\nLinkedIn Company: https://linkedin.com/company/acme\\nLinkedIn Personal: https://linkedin.com/in/janedoe\\nJob Title: Head of Growth\\nSource: https://acme.com/contact, https://linkedin.com/in/janedoe\\n\\nIf any value cannot be confirmed after full effort, return: Not found\"\n        },\n        {\n            \"role\": \"user\",\n            \"content\": \"Here is the available information:\\n- First Name: {{14.first_name}}\\n- Last Name: {{14.last_name}}\\n- Legal Company Name: {{14.`Legal Company Name`}}\\n- Company or Brand Name: {{14.company_name}}\\n- Industry: {{14.`Company Industry`}}\\n- Full or Partial Address: {{14.full_address}}\\n\\nNote: Some fields may be missing or incomplete. Use all provided data to identify the correct individual and/or company.\\n- If a person's name is present, prioritize finding their verified role and contact details at the specified company.\\n- If no personal data is found or the name is missing, return accurate company-level information instead.\\n- Always verify identity by matching name, company name, and location.\\n- Use industry only as a supporting reference — never the sole basis for identification.\"\n        }\n    ],\n    \"search_mode\": \"web\",\n    \"reasoning_effort\": \"low\",\n    \"max_tokens\": 1500,\n    \"temperature\": 0.3,\n    \"top_p\": 0.9,\n    \"return_images\": false,\n    \"return_related_questions\": false,\n    \"return_citations\": false,\n    \"stream\": false\n}",
                                "method": "POST",
                                "headers": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Authorization",
                                        "value": "Bearer pplx-YOUR_PERPLEXITY_API_KEY"
                                    }
                                ]
                            },
                            "metadata": {
                                "designer": {
                                    "x": -1022,
                                    "y": 2106
                                },
                                "restore": {
                                    "expect": {
                                        "qs": {
                                            "mode": "chose"
                                        },
                                        "method": {
                                            "mode": "chose",
                                            "label": "POST"
                                        },
                                        "headers": {
                                            "mode": "chose",
                                            "items": [
                                                null,
                                                null
                                            ]
                                        }
                                    },
                                    "parameters": {
                                        "__IMTCONN__": {
                                            "data": {
                                                "scoped": "true",
                                                "connection": "perplexity-ai"
                                            },
                                            "label": "My Perplexity connection"
                                        }
                                    }
                                },
                                "parameters": [
                                    {
                                        "name": "__IMTCONN__",
                                        "type": "account:perplexity-ai",
                                        "label": "Connection",
                                        "required": true
                                    }
                                ],
                                "expect": [
                                    {
                                        "name": "url",
                                        "type": "text",
                                        "label": "URL",
                                        "required": true
                                    },
                                    {
                                        "name": "method",
                                        "type": "select",
                                        "label": "Method",
                                        "required": true,
                                        "validate": {
                                            "enum": [
                                                "GET",
                                                "POST",
                                                "PUT",
                                                "PATCH",
                                                "DELETE"
                                            ]
                                        }
                                    },
                                    {
                                        "name": "headers",
                                        "spec": [
                                            {
                                                "name": "key",
                                                "type": "text",
                                                "label": "Key"
                                            },
                                            {
                                                "name": "value",
                                                "type": "text",
                                                "label": "Value"
                                            }
                                        ],
                                        "type": "array",
                                        "label": "Headers"
                                    },
                                    {
                                        "name": "qs",
                                        "spec": [
                                            {
                                                "name": "key",
                                                "type": "text",
                                                "label": "Key"
                                            },
                                            {
                                                "name": "value",
                                                "type": "text",
                                                "label": "Value"
                                            }
                                        ],
                                        "type": "array",
                                        "label": "Query String"
                                    },
                                    {
                                        "name": "body",
                                        "type": "any",
                                        "label": "Body"
                                    }
                                ]
                            },
                            "onerror": [
                                {
                                    "id": 182,
                                    "module": "builtin:Break",
                                    "version": 1,
                                    "parameters": {},
                                    "mapper": {
                                        "count": "14",
                                        "retry": true,
                                        "interval": "720"
                                    },
                                    "metadata": {
                                        "designer": {
                                            "x": -1015,
                                            "y": 2454
                                        },
                                        "restore": {
                                            "expect": {
                                                "retry": {
                                                    "mode": "chose"
                                                }
                                            }
                                        },
                                        "expect": [
                                            {
                                                "name": "retry",
                                                "type": "boolean",
                                                "label": "Automatically complete execution",
                                                "required": true
                                            },
                                            {
                                                "name": "count",
                                                "type": "uinteger",
                                                "label": "Number of attempts",
                                                "required": true,
                                                "validate": {
                                                    "max": 10000,
                                                    "min": 1
                                                }
                                            },
                                            {
                                                "name": "interval",
                                                "type": "uinteger",
                                                "label": "Interval between attempts",
                                                "required": true,
                                                "validate": {
                                                    "max": 44640,
                                                    "min": 1
                                                }
                                            }
                                        ]
                                    }
                                }
                            ]
                        },
                        {
                            "id": 10,
                            "module": "openai-gpt-3:messageAssistantAdvanced",
                            "version": 1,
                            "parameters": {
                                "__IMTCONN__": 1000001
                            },
                            "mapper": {
                                "role": "user",
                                "message": "{{43.body.choices[].message.content}}",
                                "assistantId": "asst_YOUR_OPENAI_ASSISTANT_ID"
                            },
                            "metadata": {
                                "designer": {
                                    "x": -583,
                                    "y": 2122
                                },
                                "restore": {
                                    "expect": {
                                        "role": {
                                            "label": "User"
                                        },
                                        "model": {
                                            "mode": "chose"
                                        },
                                        "tools": {
                                            "mode": "chose"
                                        },
                                        "image_urls": {
                                            "mode": "chose"
                                        },
                                        "assistantId": {
                                            "mode": "chose",
                                            "label": "AI Find: Website, Email, Phone, LinkedIn, Job Title... (Structure) (gpt-3.5-turbo)",
                                            "nested": []
                                        },
                                        "image_files": {
                                            "mode": "chose"
                                        },
                                        "tool_choice": {
                                            "mode": "chose",
                                            "label": "Empty"
                                        },
                                        "response_format": {
                                            "mode": "chose",
                                            "label": "Empty"
                                        },
                                        "truncation_strategy": {
                                            "mode": "chose",
                                            "label": "Empty"
                                        },
                                        "file_search_resources": {
                                            "mode": "chose"
                                        },
                                        "code_interpreter_resources": {
                                            "mode": "chose"
                                        }
                                    },
                                    "parameters": {
                                        "__IMTCONN__": {
                                            "data": {
                                                "scoped": "true",
                                                "connection": "openai-gpt-3"
                                            },
                                            "label": "My OpenAI connection"
                                        }
                                    }
                                },
                                "parameters": [
                                    {
                                        "name": "__IMTCONN__",
                                        "type": "account:openai-gpt-3",
                                        "label": "Connection",
                                        "required": true
                                    }
                                ],
                                "expect": [
                                    {
                                        "name": "assistantId",
                                        "type": "select",
                                        "label": "Assistant",
                                        "required": true
                                    },
                                    {
                                        "name": "role",
                                        "type": "select",
                                        "label": "Role",
                                        "required": true,
                                        "validate": {
                                            "enum": [
                                                "user",
                                                "assistant"
                                            ]
                                        }
                                    },
                                    {
                                        "name": "threadId",
                                        "type": "text",
                                        "label": "Thread ID"
                                    },
                                    {
                                        "name": "model",
                                        "type": "select",
                                        "label": "Model"
                                    },
                                    {
                                        "name": "tools",
                                        "type": "select",
                                        "label": "Tools",
                                        "multiple": true,
                                        "validate": {
                                            "enum": [
                                                "file_search",
                                                "code_interpreter"
                                            ]
                                        }
                                    },
                                    {
                                        "name": "file_search_resources",
                                        "type": "select",
                                        "label": "File Search Resources"
                                    },
                                    {
                                        "name": "code_interpreter_resources",
                                        "type": "select",
                                        "label": "Code Interpreter Resources",
                                        "multiple": true,
                                        "validate": {
                                            "maxItems": 20
                                        }
                                    },
                                    {
                                        "name": "tool_choice",
                                        "type": "select",
                                        "label": "Tool Choice",
                                        "validate": {
                                            "enum": [
                                                "none",
                                                "auto",
                                                "required",
                                                "file_search",
                                                "code_interpreter",
                                                "function"
                                            ]
                                        }
                                    },
                                    {
                                        "name": "instructions",
                                        "type": "text",
                                        "label": "Instructions"
                                    },
                                    {
                                        "name": "max_prompt_tokens",
                                        "type": "uinteger",
                                        "label": "Max Prompt Tokens"
                                    },
                                    {
                                        "name": "max_completion_tokens",
                                        "type": "uinteger",
                                        "label": "Max Completion Tokens"
                                    },
                                    {
                                        "name": "temperature",
                                        "type": "number",
                                        "label": "Temperature",
                                        "validate": {
                                            "max": 2,
                                            "min": 0
                                        }
                                    },
                                    {
                                        "name": "top_p",
                                        "type": "number",
                                        "label": "Top P",
                                        "validate": {
                                            "max": 1,
                                            "min": 0
                                        }
                                    },
                                    {
                                        "name": "response_format",
                                        "type": "select",
                                        "label": "Response Format",
                                        "validate": {
                                            "enum": [
                                                "auto",
                                                "json_object",
                                                "text"
                                            ]
                                        }
                                    },
                                    {
                                        "name": "truncation_strategy",
                                        "type": "select",
                                        "label": "Truncation Strategy",
                                        "validate": {
                                            "enum": [
                                                "auto",
                                                "last_messages"
                                            ]
                                        }
                                    },
                                    {
                                        "name": "message",
                                        "type": "text",
                                        "label": "Message",
                                        "required": true
                                    },
                                    {
                                        "name": "image_files",
                                        "type": "select",
                                        "label": "Image Files",
                                        "multiple": true
                                    },
                                    {
                                        "name": "image_urls",
                                        "spec": {
                                            "name": "value",
                                            "type": "url",
                                            "label": "Image URL",
                                            "required": true
                                        },
                                        "type": "array",
                                        "label": "Image URLs"
                                    }
                                ]
                            },
                            "onerror": [
                                {
                                    "id": 109,
                                    "module": "builtin:Break",
                                    "version": 1,
                                    "parameters": {},
                                    "mapper": {
                                        "count": "14",
                                        "retry": true,
                                        "interval": "720"
                                    },
                                    "metadata": {
                                        "designer": {
                                            "x": -588,
                                            "y": 2453
                                        },
                                        "restore": {
                                            "expect": {
                                                "retry": {
                                                    "mode": "chose"
                                                }
                                            }
                                        },
                                        "expect": [
                                            {
                                                "name": "retry",
                                                "type": "boolean",
                                                "label": "Automatically complete execution",
                                                "required": true
                                            },
                                            {
                                                "name": "count",
                                                "type": "uinteger",
                                                "label": "Number of attempts",
                                                "required": true,
                                                "validate": {
                                                    "max": 10000,
                                                    "min": 1
                                                }
                                            },
                                            {
                                                "name": "interval",
                                                "type": "uinteger",
                                                "label": "Interval between attempts",
                                                "required": true,
                                                "validate": {
                                                    "max": 44640,
                                                    "min": 1
                                                }
                                            }
                                        ]
                                    }
                                }
                            ]
                        },
                        {
                            "id": 98,
                            "module": "builtin:BasicRouter",
                            "version": 1,
                            "mapper": null,
                            "metadata": {
                                "designer": {
                                    "x": -128,
                                    "y": 2135
                                }
                            },
                            "routes": [
                                {
                                    "flow": [
                                        {
                                            "id": 16,
                                            "module": "highlevel:updateAContact",
                                            "version": 1,
                                            "parameters": {
                                                "__IMTCONN__": 1000003
                                            },
                                            "mapper": {
                                                "address": {},
                                                "contact": "{{14.contact_id}}",
                                                "customField": {
                                                    "custom_field_016": "{{10.content[].text.value}}"
                                                }
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": 290,
                                                    "y": 2138
                                                },
                                                "restore": {
                                                    "expect": {
                                                        "dnd": {
                                                            "mode": "chose"
                                                        },
                                                        "tags": {
                                                            "mode": "chose"
                                                        },
                                                        "address": {
                                                            "nested": {
                                                                "country": {
                                                                    "mode": "chose"
                                                                }
                                                            }
                                                        },
                                                        "contact": {
                                                            "mode": "edit"
                                                        },
                                                        "timezone": {
                                                            "mode": "chose",
                                                            "label": "Empty"
                                                        },
                                                        "customField": {
                                                            "nested": {
                                                                "custom_field_006": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_007": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_009": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_012": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_014": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_015": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_024": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_026": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_028": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_030": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_033": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_034": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_035": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_039": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_049": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_054": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_055": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_060": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_067": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_069": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_071": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_072": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_075": {
                                                                    "mode": "chose"
                                                                },
                                                                "custom_field_082": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "parameters": {
                                                        "__IMTCONN__": {
                                                            "data": {
                                                                "scoped": "true",
                                                                "connection": "highlevel3"
                                                            },
                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                        }
                                                    }
                                                },
                                                "parameters": [
                                                    {
                                                        "name": "__IMTCONN__",
                                                        "type": "account:highlevel,highlevel3",
                                                        "label": "Connection",
                                                        "required": true
                                                    }
                                                ],
                                                "expect": [
                                                    {
                                                        "mode": "edit",
                                                        "name": "contact",
                                                        "type": "select",
                                                        "label": "Contact ID",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "firstName",
                                                        "type": "text",
                                                        "label": "First Name"
                                                    },
                                                    {
                                                        "name": "lastName",
                                                        "type": "text",
                                                        "label": "Last Name"
                                                    },
                                                    {
                                                        "name": "email",
                                                        "type": "email",
                                                        "label": "Email"
                                                    },
                                                    {
                                                        "name": "phone",
                                                        "type": "text",
                                                        "label": "Phone"
                                                    },
                                                    {
                                                        "name": "dateOfBirth",
                                                        "time": false,
                                                        "type": "date",
                                                        "label": "Date of Birth"
                                                    },
                                                    {
                                                        "name": "companyName",
                                                        "type": "text",
                                                        "label": "Company Name"
                                                    },
                                                    {
                                                        "name": "website",
                                                        "type": "url",
                                                        "label": "Website"
                                                    },
                                                    {
                                                        "name": "tags",
                                                        "type": "select",
                                                        "label": "Tags",
                                                        "multiple": true
                                                    },
                                                    {
                                                        "name": "address",
                                                        "spec": [
                                                            {
                                                                "name": "address1",
                                                                "type": "text",
                                                                "label": "Street"
                                                            },
                                                            {
                                                                "name": "city",
                                                                "type": "text",
                                                                "label": "City"
                                                            },
                                                            {
                                                                "name": "state",
                                                                "type": "text",
                                                                "label": "State"
                                                            },
                                                            {
                                                                "name": "postalCode",
                                                                "type": "text",
                                                                "label": "PostalCode"
                                                            },
                                                            {
                                                                "name": "country",
                                                                "type": "select",
                                                                "label": "Country"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Address"
                                                    },
                                                    {
                                                        "name": "source",
                                                        "type": "text",
                                                        "label": "Source"
                                                    },
                                                    {
                                                        "name": "timezone",
                                                        "type": "select",
                                                        "label": "Timezone"
                                                    },
                                                    {
                                                        "name": "dnd",
                                                        "type": "boolean",
                                                        "label": "Dnd"
                                                    },
                                                    {
                                                        "name": "customField",
                                                        "spec": [
                                                            {
                                                                "name": "custom_field_019",
                                                                "type": "text",
                                                                "label": "AI Call Summary"
                                                            },
                                                            {
                                                                "name": "custom_field_014",
                                                                "type": "select",
                                                                "label": "What is your company’s annual revenue?"
                                                            },
                                                            {
                                                                "name": "custom_field_026",
                                                                "type": "select",
                                                                "label": "Instantly: Campaign"
                                                            },
                                                            {
                                                                "name": "custom_field_052",
                                                                "type": "text",
                                                                "label": "AI Call Transcript"
                                                            },
                                                            {
                                                                "name": "custom_field_060",
                                                                "type": "select",
                                                                "label": "Company Industry"
                                                            },
                                                            {
                                                                "name": "custom_field_072",
                                                                "type": "select",
                                                                "label": "Custom Status: Website"
                                                            },
                                                            {
                                                                "name": "custom_field_074",
                                                                "type": "text",
                                                                "label": "Custom Message: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_082",
                                                                "type": "select",
                                                                "label": "Custom Status: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_021",
                                                                "type": "text",
                                                                "label": "Ownership Status"
                                                            },
                                                            {
                                                                "name": "custom_field_028",
                                                                "type": "select",
                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                            },
                                                            {
                                                                "name": "custom_field_040",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 1"
                                                            },
                                                            {
                                                                "name": "custom_field_049",
                                                                "type": "select",
                                                                "label": "Instantly: Latest Status"
                                                            },
                                                            {
                                                                "name": "custom_field_075",
                                                                "type": "select",
                                                                "label": "Custom Status: WhatsApp",
                                                                "multiple": true,
                                                                "validate": {
                                                                    "enum": [
                                                                        "Valid"
                                                                    ]
                                                                }
                                                            },
                                                            {
                                                                "name": "custom_field_077",
                                                                "type": "number",
                                                                "label": "Company Last Headcount"
                                                            },
                                                            {
                                                                "name": "custom_field_007",
                                                                "type": "select",
                                                                "label": "Instantly: Email Events"
                                                            },
                                                            {
                                                                "name": "custom_field_009",
                                                                "type": "select",
                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                            },
                                                            {
                                                                "name": "custom_field_010",
                                                                "type": "text",
                                                                "label": "Gatekeeper Name"
                                                            },
                                                            {
                                                                "name": "custom_field_084",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 2"
                                                            },
                                                            {
                                                                "name": "custom_field_020",
                                                                "type": "number",
                                                                "label": "Company Estimated Turnover"
                                                            },
                                                            {
                                                                "name": "custom_field_017",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 3"
                                                            },
                                                            {
                                                                "name": "custom_field_038",
                                                                "type": "text",
                                                                "label": "Contact Permission"
                                                            },
                                                            {
                                                                "name": "custom_field_069",
                                                                "type": "select",
                                                                "label": "Instantly: Lead Status"
                                                            },
                                                            {
                                                                "name": "custom_field_011",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Universal"
                                                            },
                                                            {
                                                                "name": "custom_field_044",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_061",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_005",
                                                                "type": "text",
                                                                "label": "Google Place ID"
                                                            },
                                                            {
                                                                "name": "custom_field_024",
                                                                "type": "select",
                                                                "label": "Instantly: Meeting Events"
                                                            },
                                                            {
                                                                "name": "custom_field_063",
                                                                "type": "text",
                                                                "label": "Decision Maker Name"
                                                            },
                                                            {
                                                                "name": "custom_field_085",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: SMS"
                                                            },
                                                            {
                                                                "name": "custom_field_029",
                                                                "type": "number",
                                                                "label": "Company Age (In Years)"
                                                            },
                                                            {
                                                                "name": "custom_field_030",
                                                                "type": "select",
                                                                "label": "Instantly: Other Lead Events"
                                                            },
                                                            {
                                                                "name": "custom_field_054",
                                                                "type": "select",
                                                                "label": "What type of customers make up the majority of your revenue?"
                                                            },
                                                            {
                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                "type": "text",
                                                                "label": "Valuation Interest"
                                                            },
                                                            {
                                                                "name": "custom_field_081",
                                                                "type": "text",
                                                                "label": "Google CID"
                                                            },
                                                            {
                                                                "name": "custom_field_008",
                                                                "type": "text",
                                                                "label": "Business Size Indicator"
                                                            },
                                                            {
                                                                "name": "custom_field_034",
                                                                "type": "select",
                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                            },
                                                            {
                                                                "name": "custom_field_036",
                                                                "type": "text",
                                                                "label": "Company Google Plus Code"
                                                            },
                                                            {
                                                                "name": "custom_field_083",
                                                                "type": "text",
                                                                "label": "Company Age (In years & Months)"
                                                            },
                                                            {
                                                                "name": "custom_field_087",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: AI Calls"
                                                            },
                                                            {
                                                                "name": "custom_field_035",
                                                                "type": "select",
                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                            },
                                                            {
                                                                "name": "custom_field_057",
                                                                "type": "text",
                                                                "label": "Contact Details Captured"
                                                            },
                                                            {
                                                                "name": "custom_field_059",
                                                                "type": "text",
                                                                "label": "Company number"
                                                            },
                                                            {
                                                                "name": "custom_field_013",
                                                                "type": "number",
                                                                "label": "Company SIC Code"
                                                            },
                                                            {
                                                                "name": "custom_field_023",
                                                                "type": "text",
                                                                "label": "Personalised Context: AI Calls"
                                                            },
                                                            {
                                                                "name": "custom_field_031",
                                                                "type": "text",
                                                                "label": "Company Overview"
                                                            },
                                                            {
                                                                "name": "custom_field_033",
                                                                "type": "select",
                                                                "label": "How long have you been operating the business?"
                                                            },
                                                            {
                                                                "name": "custom_field_050",
                                                                "type": "text",
                                                                "label": "Contact Details Provided"
                                                            },
                                                            {
                                                                "name": "custom_field_071",
                                                                "type": "select",
                                                                "label": "Email Type"
                                                            },
                                                            {
                                                                "name": "custom_field_004",
                                                                "type": "text",
                                                                "label": "Company Financials"
                                                            },
                                                            {
                                                                "name": "custom_field_006",
                                                                "type": "select",
                                                                "label": "Phone Type"
                                                            },
                                                            {
                                                                "name": "custom_field_015",
                                                                "type": "select",
                                                                "label": "What would be your ideal outcome if you sold?"
                                                            },
                                                            {
                                                                "name": "custom_field_064",
                                                                "type": "text",
                                                                "label": "Contact Method Preference"
                                                            },
                                                            {
                                                                "name": "custom_field_066",
                                                                "type": "text",
                                                                "label": "Personalised Homepage URL"
                                                            },
                                                            {
                                                                "name": "custom_field_053",
                                                                "type": "text",
                                                                "label": "Google Maps Place URL"
                                                            },
                                                            {
                                                                "name": "custom_field_056",
                                                                "type": "text",
                                                                "label": "Engagement Interest Level"
                                                            },
                                                            {
                                                                "name": "custom_field_067",
                                                                "type": "select",
                                                                "label": "Valid Email (Manual)"
                                                            },
                                                            {
                                                                "name": "custom_field_025",
                                                                "type": "text",
                                                                "label": "Instantly \"event_type\""
                                                            },
                                                            {
                                                                "name": "custom_field_078",
                                                                "type": "text",
                                                                "label": "Personalised Grow Page URL"
                                                            },
                                                            {
                                                                "name": "custom_field_080",
                                                                "type": "text",
                                                                "label": "Decision Maker Availability"
                                                            },
                                                            {
                                                                "name": "custom_field_037",
                                                                "type": "text",
                                                                "label": "Company Services"
                                                            },
                                                            {
                                                                "name": "custom_field_073",
                                                                "type": "text",
                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                            },
                                                            {
                                                                "name": "custom_field_027",
                                                                "type": "number",
                                                                "label": "Company Google Rating"
                                                            },
                                                            {
                                                                "name": "custom_field_051",
                                                                "type": "text",
                                                                "label": "AI Research: Company"
                                                            },
                                                            {
                                                                "name": "custom_field_062",
                                                                "type": "text",
                                                                "label": "AI Research: Person"
                                                            },
                                                            {
                                                                "name": "custom_field_079",
                                                                "type": "number",
                                                                "label": "Company Google Review Count"
                                                            },
                                                            {
                                                                "name": "custom_field_058",
                                                                "type": "date",
                                                                "label": "Company Incorporation Date"
                                                            },
                                                            {
                                                                "name": "custom_field_041",
                                                                "type": "text",
                                                                "label": "Job Title"
                                                            },
                                                            {
                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                "type": "text",
                                                                "label": "LinkedIn Personal URL"
                                                            },
                                                            {
                                                                "name": "custom_field_045",
                                                                "type": "text",
                                                                "label": "Message"
                                                            },
                                                            {
                                                                "name": "custom_field_055",
                                                                "type": "select",
                                                                "label": "Company type"
                                                            },
                                                            {
                                                                "name": "custom_field_012",
                                                                "type": "select",
                                                                "label": "Company status"
                                                            },
                                                            {
                                                                "name": "custom_field_070",
                                                                "type": "number",
                                                                "label": "Officers Age (in years)"
                                                            },
                                                            {
                                                                "name": "custom_field_016",
                                                                "type": "text",
                                                                "label": "AI Find: Contact Data & Notes"
                                                            },
                                                            {
                                                                "name": "custom_field_086",
                                                                "type": "text",
                                                                "label": "AI Find: Original Backup Contact Data"
                                                            },
                                                            {
                                                                "name": "custom_field_002",
                                                                "type": "text",
                                                                "label": "LinkedIn Company URL"
                                                            },
                                                            {
                                                                "name": "custom_field_039",
                                                                "type": "select",
                                                                "label": "Priority"
                                                            },
                                                            {
                                                                "name": "custom_field_018",
                                                                "type": "text",
                                                                "label": "Legal Company Name"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Custom Fields"
                                                    }
                                                ],
                                                "interface": [
                                                    {
                                                        "name": "id",
                                                        "type": "text",
                                                        "label": "Contact ID"
                                                    },
                                                    {
                                                        "name": "timezone",
                                                        "type": "text",
                                                        "label": "Timezone"
                                                    },
                                                    {
                                                        "name": "type",
                                                        "type": "text",
                                                        "label": "Type"
                                                    },
                                                    {
                                                        "name": "locationId",
                                                        "type": "text",
                                                        "label": "Location ID"
                                                    },
                                                    {
                                                        "name": "dnd",
                                                        "type": "boolean",
                                                        "label": "Dnd"
                                                    },
                                                    {
                                                        "name": "inboundDndSettings",
                                                        "spec": [
                                                            {
                                                                "name": "all",
                                                                "spec": [
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "All"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Inbound Dnd Settings"
                                                    },
                                                    {
                                                        "name": "dndSettings",
                                                        "spec": [
                                                            {
                                                                "name": "Call",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Call"
                                                            },
                                                            {
                                                                "name": "Email",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Email"
                                                            },
                                                            {
                                                                "name": "SMS",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "SMS"
                                                            },
                                                            {
                                                                "name": "WhatsApp",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "WhatsApp"
                                                            },
                                                            {
                                                                "name": "GMB",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "GMB"
                                                            },
                                                            {
                                                                "name": "FB",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "FB"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Dnd Settings"
                                                    },
                                                    {
                                                        "name": "createdBy",
                                                        "spec": [
                                                            {
                                                                "name": "sourceId",
                                                                "type": "text",
                                                                "label": "Source ID"
                                                            },
                                                            {
                                                                "name": "channel",
                                                                "type": "text",
                                                                "label": "Channel"
                                                            },
                                                            {
                                                                "name": "source",
                                                                "type": "text",
                                                                "label": "Source"
                                                            },
                                                            {
                                                                "name": "sourceName",
                                                                "type": "text",
                                                                "label": "Source Name"
                                                            },
                                                            {
                                                                "name": "timestamp",
                                                                "type": "date",
                                                                "label": "Timestamp"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Created By"
                                                    },
                                                    {
                                                        "name": "tags",
                                                        "type": "array",
                                                        "label": "Tags"
                                                    },
                                                    {
                                                        "name": "dateAdded",
                                                        "type": "date",
                                                        "label": "Date Added"
                                                    },
                                                    {
                                                        "name": "additionalEmails",
                                                        "type": "array",
                                                        "label": "Additional Emails"
                                                    },
                                                    {
                                                        "name": "additionalPhones",
                                                        "type": "array",
                                                        "label": "Additional Phones"
                                                    },
                                                    {
                                                        "name": "country",
                                                        "type": "text",
                                                        "label": "Country"
                                                    },
                                                    {
                                                        "name": "lastName",
                                                        "type": "text",
                                                        "label": "Last Name"
                                                    },
                                                    {
                                                        "name": "lastNameLowerCase",
                                                        "type": "text",
                                                        "label": "Last Name Lower Case"
                                                    },
                                                    {
                                                        "name": "emailLowerCase",
                                                        "type": "text",
                                                        "label": "Email Lower Case"
                                                    },
                                                    {
                                                        "name": "email",
                                                        "type": "text",
                                                        "label": "Email"
                                                    },
                                                    {
                                                        "name": "postalCode",
                                                        "type": "text",
                                                        "label": "Postal Code"
                                                    },
                                                    {
                                                        "name": "dateUpdated",
                                                        "type": "date",
                                                        "label": "Date Updated"
                                                    },
                                                    {
                                                        "name": "fullNameLowerCase",
                                                        "type": "text",
                                                        "label": "Full Name Lower Case"
                                                    },
                                                    {
                                                        "name": "firstName",
                                                        "type": "text",
                                                        "label": "First Name"
                                                    },
                                                    {
                                                        "name": "firstNameLowerCase",
                                                        "type": "text",
                                                        "label": "First Name Lower Case"
                                                    },
                                                    {
                                                        "name": "source",
                                                        "type": "text",
                                                        "label": "Source"
                                                    },
                                                    {
                                                        "name": "companyName",
                                                        "type": "text",
                                                        "label": "Company Name"
                                                    },
                                                    {
                                                        "name": "website",
                                                        "type": "text",
                                                        "label": "Website"
                                                    },
                                                    {
                                                        "name": "phone",
                                                        "type": "text",
                                                        "label": "Phone"
                                                    },
                                                    {
                                                        "name": "customField",
                                                        "spec": [
                                                            {
                                                                "name": "custom_field_019",
                                                                "type": "text",
                                                                "label": "AI Call Summary",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_014",
                                                                "type": "text",
                                                                "label": "What is your company’s annual revenue?"
                                                            },
                                                            {
                                                                "name": "custom_field_026",
                                                                "type": "text",
                                                                "label": "Instantly: Campaign"
                                                            },
                                                            {
                                                                "name": "custom_field_052",
                                                                "type": "text",
                                                                "label": "AI Call Transcript",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_060",
                                                                "type": "text",
                                                                "label": "Company Industry"
                                                            },
                                                            {
                                                                "name": "custom_field_072",
                                                                "type": "text",
                                                                "label": "Custom Status: Website"
                                                            },
                                                            {
                                                                "name": "custom_field_074",
                                                                "type": "text",
                                                                "label": "Custom Message: WhatsApp",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_082",
                                                                "type": "text",
                                                                "label": "Custom Status: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_021",
                                                                "type": "text",
                                                                "label": "Ownership Status"
                                                            },
                                                            {
                                                                "name": "custom_field_028",
                                                                "type": "text",
                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                            },
                                                            {
                                                                "name": "custom_field_040",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 1",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_049",
                                                                "type": "text",
                                                                "label": "Instantly: Latest Status"
                                                            },
                                                            {
                                                                "name": "custom_field_075",
                                                                "type": "array",
                                                                "label": "Custom Status: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_077",
                                                                "type": "number",
                                                                "label": "Company Last Headcount"
                                                            },
                                                            {
                                                                "name": "custom_field_007",
                                                                "type": "text",
                                                                "label": "Instantly: Email Events"
                                                            },
                                                            {
                                                                "name": "custom_field_009",
                                                                "type": "text",
                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                            },
                                                            {
                                                                "name": "custom_field_010",
                                                                "type": "text",
                                                                "label": "Gatekeeper Name"
                                                            },
                                                            {
                                                                "name": "custom_field_084",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 2",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_020",
                                                                "type": "number",
                                                                "label": "Company Estimated Turnover"
                                                            },
                                                            {
                                                                "name": "custom_field_017",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 3",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_038",
                                                                "type": "text",
                                                                "label": "Contact Permission"
                                                            },
                                                            {
                                                                "name": "custom_field_069",
                                                                "type": "text",
                                                                "label": "Instantly: Lead Status"
                                                            },
                                                            {
                                                                "name": "custom_field_011",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Universal",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_044",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Email",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_061",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: WhatsApp",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_005",
                                                                "type": "text",
                                                                "label": "Google Place ID"
                                                            },
                                                            {
                                                                "name": "custom_field_024",
                                                                "type": "text",
                                                                "label": "Instantly: Meeting Events"
                                                            },
                                                            {
                                                                "name": "custom_field_063",
                                                                "type": "text",
                                                                "label": "Decision Maker Name"
                                                            },
                                                            {
                                                                "name": "custom_field_085",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: SMS",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_029",
                                                                "type": "number",
                                                                "label": "Company Age (In Years)"
                                                            },
                                                            {
                                                                "name": "custom_field_030",
                                                                "type": "text",
                                                                "label": "Instantly: Other Lead Events"
                                                            },
                                                            {
                                                                "name": "custom_field_054",
                                                                "type": "text",
                                                                "label": "What type of customers make up the majority of your revenue?"
                                                            },
                                                            {
                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                "type": "text",
                                                                "label": "Valuation Interest"
                                                            },
                                                            {
                                                                "name": "custom_field_081",
                                                                "type": "text",
                                                                "label": "Google CID"
                                                            },
                                                            {
                                                                "name": "custom_field_008",
                                                                "type": "text",
                                                                "label": "Business Size Indicator"
                                                            },
                                                            {
                                                                "name": "custom_field_034",
                                                                "type": "text",
                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                            },
                                                            {
                                                                "name": "custom_field_036",
                                                                "type": "text",
                                                                "label": "Company Google Plus Code"
                                                            },
                                                            {
                                                                "name": "custom_field_083",
                                                                "type": "text",
                                                                "label": "Company Age (In years & Months)"
                                                            },
                                                            {
                                                                "name": "custom_field_087",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: AI Calls",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_035",
                                                                "type": "text",
                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                            },
                                                            {
                                                                "name": "custom_field_057",
                                                                "type": "text",
                                                                "label": "Contact Details Captured"
                                                            },
                                                            {
                                                                "name": "custom_field_059",
                                                                "type": "text",
                                                                "label": "Company number"
                                                            },
                                                            {
                                                                "name": "custom_field_013",
                                                                "type": "number",
                                                                "label": "Company SIC Code"
                                                            },
                                                            {
                                                                "name": "custom_field_023",
                                                                "type": "text",
                                                                "label": "Personalised Context: AI Calls",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_031",
                                                                "type": "text",
                                                                "label": "Company Overview",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_033",
                                                                "type": "text",
                                                                "label": "How long have you been operating the business?"
                                                            },
                                                            {
                                                                "name": "custom_field_050",
                                                                "type": "text",
                                                                "label": "Contact Details Provided"
                                                            },
                                                            {
                                                                "name": "custom_field_071",
                                                                "type": "text",
                                                                "label": "Email Type"
                                                            },
                                                            {
                                                                "name": "custom_field_004",
                                                                "type": "text",
                                                                "label": "Company Financials",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_006",
                                                                "type": "text",
                                                                "label": "Phone Type"
                                                            },
                                                            {
                                                                "name": "custom_field_015",
                                                                "type": "text",
                                                                "label": "What would be your ideal outcome if you sold?"
                                                            },
                                                            {
                                                                "name": "custom_field_064",
                                                                "type": "text",
                                                                "label": "Contact Method Preference"
                                                            },
                                                            {
                                                                "name": "custom_field_066",
                                                                "type": "text",
                                                                "label": "Personalised Homepage URL"
                                                            },
                                                            {
                                                                "name": "custom_field_053",
                                                                "type": "text",
                                                                "label": "Google Maps Place URL"
                                                            },
                                                            {
                                                                "name": "custom_field_056",
                                                                "type": "text",
                                                                "label": "Engagement Interest Level"
                                                            },
                                                            {
                                                                "name": "custom_field_067",
                                                                "type": "text",
                                                                "label": "Valid Email (Manual)"
                                                            },
                                                            {
                                                                "name": "custom_field_025",
                                                                "type": "text",
                                                                "label": "Instantly \"event_type\""
                                                            },
                                                            {
                                                                "name": "custom_field_078",
                                                                "type": "text",
                                                                "label": "Personalised Grow Page URL"
                                                            },
                                                            {
                                                                "name": "custom_field_080",
                                                                "type": "text",
                                                                "label": "Decision Maker Availability"
                                                            },
                                                            {
                                                                "name": "custom_field_037",
                                                                "type": "text",
                                                                "label": "Company Services",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_073",
                                                                "type": "text",
                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                            },
                                                            {
                                                                "name": "custom_field_027",
                                                                "type": "number",
                                                                "label": "Company Google Rating"
                                                            },
                                                            {
                                                                "name": "custom_field_051",
                                                                "type": "text",
                                                                "label": "AI Research: Company",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_062",
                                                                "type": "text",
                                                                "label": "AI Research: Person",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_079",
                                                                "type": "number",
                                                                "label": "Company Google Review Count"
                                                            },
                                                            {
                                                                "name": "custom_field_058",
                                                                "type": "date",
                                                                "label": "Company Incorporation Date"
                                                            },
                                                            {
                                                                "name": "custom_field_041",
                                                                "type": "text",
                                                                "label": "Job Title"
                                                            },
                                                            {
                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                "type": "text",
                                                                "label": "LinkedIn Personal URL"
                                                            },
                                                            {
                                                                "name": "custom_field_045",
                                                                "type": "text",
                                                                "label": "Message",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_055",
                                                                "type": "text",
                                                                "label": "Company type"
                                                            },
                                                            {
                                                                "name": "custom_field_012",
                                                                "type": "text",
                                                                "label": "Company status"
                                                            },
                                                            {
                                                                "name": "custom_field_070",
                                                                "type": "number",
                                                                "label": "Officers Age (in years)"
                                                            },
                                                            {
                                                                "name": "custom_field_016",
                                                                "type": "text",
                                                                "label": "AI Find: Contact Data & Notes",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_086",
                                                                "type": "text",
                                                                "label": "AI Find: Original Backup Contact Data",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_002",
                                                                "type": "text",
                                                                "label": "LinkedIn Company URL"
                                                            },
                                                            {
                                                                "name": "custom_field_039",
                                                                "type": "text",
                                                                "label": "Priority"
                                                            },
                                                            {
                                                                "name": "custom_field_018",
                                                                "type": "text",
                                                                "label": "Legal Company Name"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Custom Fields"
                                                    }
                                                ]
                                            }
                                        },
                                        {
                                            "id": 17,
                                            "module": "openai-gpt-3:CreateCompletion",
                                            "version": 1,
                                            "parameters": {
                                                "__IMTCONN__": 1000001
                                            },
                                            "mapper": {
                                                "model": "gpt-4-turbo",
                                                "top_p": "1",
                                                "select": "chat",
                                                "messages": [
                                                    {
                                                        "role": "system",
                                                        "content": "You are a formatting assistant that converts structured contact information into valid JSON.\n\nYou must:\n- Use the exact field labels and values provided by the user.\n- Do not modify, rephrase, or infer any content.\n- Do not drop any fields — even optional ones — if they are present.\n- Return a clean, compact JSON object.\n- Ensure all keys are lowercase and use underscores instead of spaces (e.g., `linkedin_personal`).\n- Strip trailing spaces and preserve all valid URLs, email addresses, and phone formats exactly as written.\n- For fields `website` and `personal_website`, if the value does not start with `http://` or `https://`, prepend `https://` to it.\n- Do not include markdown, explanations, or commentary. Return only the JSON object."
                                                    },
                                                    {
                                                        "role": "user",
                                                        "content": "Convert the following structured data into a JSON object using lowercase, underscore-separated keys:\n\n{{10.content[].text.value}}\n\nJSON Example:\n{\n  \"responses\": [\n    {\n      \"first_name\": \"Name\",\n      \"last_name\": \"Surname\",\n      \"legal_company_name\": \"Company Name LLC\",\n      \"website\": \"https://website.com\",\n      \"email\": \"first.last@website.com\",\n      \"phone\": \"+441234567890\",\n      \"linkedin_company\": \"https://linkedin.com/company/example\",\n      \"linkedin_personal\": \"https://linkedin.com/in/exampleperson\",\n      \"job_title\": \"Owner\",\n      \"source\": \"https://website.com/?page_id=217, https://find-and-update.company-information.service.gov.uk/company/00000000\",\n      \"notes\": \"Notes section\"\n    }\n  ]\n}",
                                                        "imageDetail": "auto"
                                                    }
                                                ],
                                                "max_tokens": "4096",
                                                "temperature": "0.4",
                                                "n_completions": "1",
                                                "response_format": "json_object",
                                                "parseJSONResponse": true
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": 703,
                                                    "y": 2145
                                                },
                                                "restore": {
                                                    "expect": {
                                                        "stop": {
                                                            "mode": "chose"
                                                        },
                                                        "model": {
                                                            "mode": "chose",
                                                            "label": "gpt-4-turbo (system)"
                                                        },
                                                        "select": {
                                                            "label": "Create a Chat Completion (GPT and o1 models)"
                                                        },
                                                        "messages": {
                                                            "mode": "chose",
                                                            "items": [
                                                                {
                                                                    "role": {
                                                                        "mode": "chose",
                                                                        "label": "Developer / System"
                                                                    }
                                                                },
                                                                {
                                                                    "role": {
                                                                        "mode": "chose",
                                                                        "label": "User"
                                                                    },
                                                                    "imageDetail": {
                                                                        "mode": "chose",
                                                                        "label": "Auto"
                                                                    },
                                                                    "imageInputType": {
                                                                        "mode": "chose",
                                                                        "label": "Empty"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "logit_bias": {
                                                            "mode": "chose"
                                                        },
                                                        "tool_choice": {
                                                            "mode": "chose",
                                                            "label": "Empty"
                                                        },
                                                        "response_format": {
                                                            "mode": "chose",
                                                            "label": "JSON Object"
                                                        },
                                                        "parseJSONResponse": {
                                                            "mode": "chose"
                                                        },
                                                        "additionalParameters": {
                                                            "mode": "chose"
                                                        }
                                                    },
                                                    "parameters": {
                                                        "__IMTCONN__": {
                                                            "data": {
                                                                "scoped": "true",
                                                                "connection": "openai-gpt-3"
                                                            },
                                                            "label": "My OpenAI connection"
                                                        }
                                                    }
                                                },
                                                "parameters": [
                                                    {
                                                        "name": "__IMTCONN__",
                                                        "type": "account:openai-gpt-3",
                                                        "label": "Connection",
                                                        "required": true
                                                    }
                                                ],
                                                "expect": [
                                                    {
                                                        "name": "select",
                                                        "type": "select",
                                                        "label": "Select Method",
                                                        "required": true,
                                                        "validate": {
                                                            "enum": [
                                                                "chat",
                                                                "prompt"
                                                            ]
                                                        }
                                                    },
                                                    {
                                                        "name": "temperature",
                                                        "type": "number",
                                                        "label": "Temperature",
                                                        "validate": {
                                                            "max": 2,
                                                            "min": 0
                                                        }
                                                    },
                                                    {
                                                        "name": "top_p",
                                                        "type": "number",
                                                        "label": "Top P",
                                                        "validate": {
                                                            "max": 1,
                                                            "min": 0
                                                        }
                                                    },
                                                    {
                                                        "name": "n_completions",
                                                        "type": "number",
                                                        "label": "Number"
                                                    },
                                                    {
                                                        "name": "frequency_penalty",
                                                        "type": "number",
                                                        "label": "Frequency Penalty",
                                                        "validate": {
                                                            "max": 2,
                                                            "min": -2
                                                        }
                                                    },
                                                    {
                                                        "name": "presence_penalty",
                                                        "type": "number",
                                                        "label": "Presence Penalty",
                                                        "validate": {
                                                            "max": 2,
                                                            "min": -2
                                                        }
                                                    },
                                                    {
                                                        "name": "logit_bias",
                                                        "spec": {
                                                            "name": "value",
                                                            "spec": [
                                                                {
                                                                    "name": "token",
                                                                    "type": "text",
                                                                    "label": "Token ID",
                                                                    "required": true
                                                                },
                                                                {
                                                                    "name": "probability",
                                                                    "type": "number",
                                                                    "label": "Probability",
                                                                    "required": true,
                                                                    "validate": {
                                                                        "max": 100,
                                                                        "min": -100
                                                                    }
                                                                }
                                                            ],
                                                            "type": "collection",
                                                            "label": "Token Probability"
                                                        },
                                                        "type": "array",
                                                        "label": "Token Probability"
                                                    },
                                                    {
                                                        "name": "seed",
                                                        "type": "integer",
                                                        "label": "Seed"
                                                    },
                                                    {
                                                        "name": "tool_choice",
                                                        "type": "select",
                                                        "label": "Tool Choice",
                                                        "validate": {
                                                            "enum": [
                                                                "none",
                                                                "auto",
                                                                "required"
                                                            ]
                                                        }
                                                    },
                                                    {
                                                        "name": "stop",
                                                        "spec": {
                                                            "name": "value",
                                                            "type": "text",
                                                            "label": "Stop Sequence"
                                                        },
                                                        "type": "array",
                                                        "label": "Stop Sequences",
                                                        "validate": {
                                                            "maxItems": 4
                                                        }
                                                    },
                                                    {
                                                        "name": "additionalParameters",
                                                        "spec": {
                                                            "name": "value",
                                                            "spec": [
                                                                {
                                                                    "name": "key",
                                                                    "type": "text",
                                                                    "label": "Parameter Name",
                                                                    "required": true
                                                                },
                                                                {
                                                                    "name": "type",
                                                                    "type": "select",
                                                                    "label": "Input Type",
                                                                    "options": [
                                                                        {
                                                                            "label": "Text",
                                                                            "value": "text",
                                                                            "nested": [
                                                                                {
                                                                                    "name": "value",
                                                                                    "type": "text",
                                                                                    "label": "Parameter Value"
                                                                                }
                                                                            ],
                                                                            "default": true
                                                                        },
                                                                        {
                                                                            "label": "Number",
                                                                            "value": "number",
                                                                            "nested": [
                                                                                {
                                                                                    "name": "value",
                                                                                    "type": "number",
                                                                                    "label": "Parameter Value"
                                                                                }
                                                                            ]
                                                                        },
                                                                        {
                                                                            "label": "Boolean",
                                                                            "value": "boolean",
                                                                            "nested": [
                                                                                {
                                                                                    "name": "value",
                                                                                    "type": "boolean",
                                                                                    "label": "Parameter Value"
                                                                                }
                                                                            ]
                                                                        },
                                                                        {
                                                                            "label": "Date",
                                                                            "value": "date",
                                                                            "nested": [
                                                                                {
                                                                                    "name": "value",
                                                                                    "type": "date",
                                                                                    "label": "Parameter Value"
                                                                                }
                                                                            ]
                                                                        },
                                                                        {
                                                                            "label": "Any",
                                                                            "value": "any",
                                                                            "nested": [
                                                                                {
                                                                                    "name": "value",
                                                                                    "type": "any",
                                                                                    "label": "Parameter Value"
                                                                                }
                                                                            ]
                                                                        }
                                                                    ]
                                                                }
                                                            ],
                                                            "type": "collection",
                                                            "label": "Input Parameter"
                                                        },
                                                        "type": "array",
                                                        "label": "Other Input Parameters"
                                                    },
                                                    {
                                                        "name": "model",
                                                        "type": "select",
                                                        "label": "Model",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "max_tokens",
                                                        "type": "uinteger",
                                                        "label": "Max Completion Tokens"
                                                    },
                                                    {
                                                        "name": "messages",
                                                        "spec": {
                                                            "name": "value",
                                                            "spec": [
                                                                {
                                                                    "name": "role",
                                                                    "type": "select",
                                                                    "label": "Role",
                                                                    "options": {
                                                                        "store": [
                                                                            {
                                                                                "label": "User",
                                                                                "value": "user",
                                                                                "nested": [
                                                                                    {
                                                                                        "help": "Text content of the message on behalf of the selected __Role__.",
                                                                                        "name": "content",
                                                                                        "type": "text",
                                                                                        "label": "Text Content"
                                                                                    },
                                                                                    {
                                                                                        "name": "imageInputType",
                                                                                        "type": "select",
                                                                                        "label": "Image Input Type",
                                                                                        "options": [
                                                                                            {
                                                                                                "label": "URL",
                                                                                                "value": "url",
                                                                                                "nested": [
                                                                                                    {
                                                                                                        "help": "Make sure to use a publicly accessible URL.\nYou can test if your image is publicly accessible by opening the link in an incognito tab.",
                                                                                                        "name": "imageUrl",
                                                                                                        "type": "url",
                                                                                                        "label": "Image URL"
                                                                                                    }
                                                                                                ]
                                                                                            },
                                                                                            {
                                                                                                "label": "Image File",
                                                                                                "value": "file",
                                                                                                "nested": [
                                                                                                    {
                                                                                                        "name": "imageFile",
                                                                                                        "spec": [
                                                                                                            {
                                                                                                                "help": "Accepted extensions: `.jpg`, `.jpeg`, `.png`, `.webp` and `.gif`.",
                                                                                                                "name": "imageFilename",
                                                                                                                "type": "filename",
                                                                                                                "label": "Image Filename",
                                                                                                                "semantic": "file:name",
                                                                                                                "extension": [
                                                                                                                    "jpg",
                                                                                                                    "jpeg",
                                                                                                                    "png",
                                                                                                                    "webp",
                                                                                                                    "gif"
                                                                                                                ]
                                                                                                            },
                                                                                                            {
                                                                                                                "name": "imageData",
                                                                                                                "type": "buffer",
                                                                                                                "label": "Image Data",
                                                                                                                "semantic": "file:data"
                                                                                                            }
                                                                                                        ],
                                                                                                        "type": "collection",
                                                                                                        "label": "Image"
                                                                                                    }
                                                                                                ]
                                                                                            }
                                                                                        ],
                                                                                        "mappable": false
                                                                                    },
                                                                                    {
                                                                                        "help": "Recommended value: `Auto`",
                                                                                        "name": "imageDetail",
                                                                                        "type": "select",
                                                                                        "label": "Image Detail",
                                                                                        "options": [
                                                                                            {
                                                                                                "label": "Auto",
                                                                                                "value": "auto",
                                                                                                "default": true
                                                                                            },
                                                                                            {
                                                                                                "label": "High",
                                                                                                "value": "high"
                                                                                            },
                                                                                            {
                                                                                                "label": "Low",
                                                                                                "value": "low"
                                                                                            }
                                                                                        ]
                                                                                    }
                                                                                ]
                                                                            },
                                                                            {
                                                                                "label": "Assistant",
                                                                                "value": "assistant",
                                                                                "nested": [
                                                                                    {
                                                                                        "help": "Text content of the message on behalf of the selected __Role__.",
                                                                                        "name": "content",
                                                                                        "type": "text",
                                                                                        "label": "Text Content"
                                                                                    },
                                                                                    {
                                                                                        "mode": "edit",
                                                                                        "name": "tool_calls",
                                                                                        "spec": {
                                                                                            "spec": [
                                                                                                {
                                                                                                    "name": "type",
                                                                                                    "type": "hidden",
                                                                                                    "default": "function"
                                                                                                },
                                                                                                {
                                                                                                    "help": "Map this directly from the output of a previous **Create a Completion** module. Look for `Choices[]: Message.Tool Calls[]: ID`.",
                                                                                                    "name": "id",
                                                                                                    "type": "text",
                                                                                                    "label": "Tool call ID"
                                                                                                },
                                                                                                {
                                                                                                    "name": "function",
                                                                                                    "spec": [
                                                                                                        {
                                                                                                            "help": "The name of the function previously called.",
                                                                                                            "name": "name",
                                                                                                            "type": "text",
                                                                                                            "label": "Name",
                                                                                                            "required": true
                                                                                                        },
                                                                                                        {
                                                                                                            "help": "The arguments previously output by the AI.",
                                                                                                            "name": "arguments",
                                                                                                            "type": "text",
                                                                                                            "label": "Arguments",
                                                                                                            "required": true
                                                                                                        }
                                                                                                    ],
                                                                                                    "type": "collection",
                                                                                                    "label": "Function"
                                                                                                }
                                                                                            ],
                                                                                            "type": "collection",
                                                                                            "label": "Tool Call"
                                                                                        },
                                                                                        "type": "array",
                                                                                        "label": "Tool Calls",
                                                                                        "labels": {
                                                                                            "add": "Add tool call"
                                                                                        },
                                                                                        "mappable": {
                                                                                            "help": "You can map the entire `Choices[]: Message.Tool Calls` array from a previous Create a Completion module here."
                                                                                        }
                                                                                    }
                                                                                ]
                                                                            },
                                                                            {
                                                                                "label": "Developer / System",
                                                                                "value": "system",
                                                                                "nested": [
                                                                                    {
                                                                                        "help": "Text content of the message on behalf of the selected __Role__.",
                                                                                        "name": "content",
                                                                                        "type": "text",
                                                                                        "label": "Text Content"
                                                                                    }
                                                                                ]
                                                                            },
                                                                            {
                                                                                "label": "Tool",
                                                                                "value": "tool",
                                                                                "nested": [
                                                                                    {
                                                                                        "help": "The return of the function. This role should only be used when you have processed a previous function call and want to send the output of the function execution back to the AI.",
                                                                                        "name": "content",
                                                                                        "type": "text",
                                                                                        "label": "Text Content",
                                                                                        "required": true
                                                                                    },
                                                                                    {
                                                                                        "help": "Map this directly from the output of a previous **Create a Completion** module. Look for `Choices[]: Message.Tool Calls[]: ID`.",
                                                                                        "name": "tool_call_id",
                                                                                        "type": "text",
                                                                                        "label": "Tool Call ID.",
                                                                                        "required": true
                                                                                    }
                                                                                ]
                                                                            }
                                                                        ]
                                                                    },
                                                                    "required": true
                                                                }
                                                            ],
                                                            "type": "collection",
                                                            "label": "Message"
                                                        },
                                                        "type": "array",
                                                        "label": "Messages",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "response_format",
                                                        "type": "select",
                                                        "label": "Response Format",
                                                        "validate": {
                                                            "enum": [
                                                                "text",
                                                                "json_object"
                                                            ]
                                                        }
                                                    },
                                                    {
                                                        "name": "parseJSONResponse",
                                                        "type": "boolean",
                                                        "label": "Parse JSON Response",
                                                        "required": true
                                                    }
                                                ],
                                                "interface": [
                                                    {
                                                        "name": "result",
                                                        "type": "any",
                                                        "label": "Result"
                                                    },
                                                    {
                                                        "name": "id",
                                                        "type": "text",
                                                        "label": "ID"
                                                    },
                                                    {
                                                        "name": "object",
                                                        "type": "text",
                                                        "label": "Object"
                                                    },
                                                    {
                                                        "name": "created",
                                                        "type": "date",
                                                        "label": "Created"
                                                    },
                                                    {
                                                        "name": "model",
                                                        "type": "text",
                                                        "label": "Model"
                                                    },
                                                    {
                                                        "name": "choices",
                                                        "spec": [
                                                            {
                                                                "name": "text",
                                                                "type": "text",
                                                                "label": "Text"
                                                            },
                                                            {
                                                                "name": "index",
                                                                "type": "number",
                                                                "label": "Index"
                                                            },
                                                            {
                                                                "name": "logprobs",
                                                                "type": "text",
                                                                "label": "Log Probs"
                                                            },
                                                            {
                                                                "name": "finish_reason",
                                                                "type": "text",
                                                                "label": "Finish Reason"
                                                            },
                                                            {
                                                                "name": "message",
                                                                "spec": [
                                                                    {
                                                                        "name": "role",
                                                                        "type": "text",
                                                                        "label": "Role"
                                                                    },
                                                                    {
                                                                        "name": "content",
                                                                        "type": "text",
                                                                        "label": "Content"
                                                                    },
                                                                    {
                                                                        "name": "tool_calls",
                                                                        "spec": [
                                                                            {
                                                                                "name": "id",
                                                                                "type": "text",
                                                                                "label": "ID"
                                                                            },
                                                                            {
                                                                                "name": "type",
                                                                                "type": "text",
                                                                                "label": "Type"
                                                                            },
                                                                            {
                                                                                "name": "function",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "name",
                                                                                        "type": "text",
                                                                                        "label": "Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "arguments",
                                                                                        "type": "text",
                                                                                        "label": "Arguments"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Function"
                                                                            }
                                                                        ],
                                                                        "type": "array",
                                                                        "label": "Tool Calls"
                                                                    },
                                                                    {
                                                                        "name": "refusal",
                                                                        "type": "text",
                                                                        "label": "Refusal"
                                                                    },
                                                                    {
                                                                        "name": "annotations",
                                                                        "spec": [
                                                                            {
                                                                                "name": "type",
                                                                                "type": "text",
                                                                                "label": "Type"
                                                                            },
                                                                            {
                                                                                "name": "url_citation",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "end_index",
                                                                                        "type": "number",
                                                                                        "label": "End Index"
                                                                                    },
                                                                                    {
                                                                                        "name": "start_index",
                                                                                        "type": "number",
                                                                                        "label": "Start Index"
                                                                                    },
                                                                                    {
                                                                                        "name": "title",
                                                                                        "type": "text",
                                                                                        "label": "Title"
                                                                                    },
                                                                                    {
                                                                                        "name": "url",
                                                                                        "type": "text",
                                                                                        "label": "URL"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "URL Citation"
                                                                            }
                                                                        ],
                                                                        "type": "array",
                                                                        "label": "Annotations"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Message"
                                                            }
                                                        ],
                                                        "type": "array",
                                                        "label": "Choices"
                                                    },
                                                    {
                                                        "name": "usage",
                                                        "spec": [
                                                            {
                                                                "name": "prompt_tokens",
                                                                "type": "number",
                                                                "label": "Prompt Tokens"
                                                            },
                                                            {
                                                                "name": "completion_tokens",
                                                                "type": "text",
                                                                "label": "Completion Tokens"
                                                            },
                                                            {
                                                                "name": "total_tokens",
                                                                "type": "number",
                                                                "label": "Total Tokens"
                                                            },
                                                            {
                                                                "name": "prompt_tokens_details",
                                                                "spec": [
                                                                    {
                                                                        "name": "cached_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Cached Tokens"
                                                                    },
                                                                    {
                                                                        "name": "text_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Text Tokens"
                                                                    },
                                                                    {
                                                                        "name": "image_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Image Tokens"
                                                                    },
                                                                    {
                                                                        "name": "audio_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Audio Tokens"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Prompt Tokens Details"
                                                            },
                                                            {
                                                                "name": "completion_tokens_details",
                                                                "spec": [
                                                                    {
                                                                        "name": "reasoning_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Reasoning Tokens"
                                                                    },
                                                                    {
                                                                        "name": "text_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Text Tokens"
                                                                    },
                                                                    {
                                                                        "name": "audio_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Audio Tokens"
                                                                    },
                                                                    {
                                                                        "name": "accepted_prediction_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Accepted Prediction Tokens"
                                                                    },
                                                                    {
                                                                        "name": "rejected_prediction_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Rejected Prediction Tokens"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Completion Tokens Details"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Usage"
                                                    },
                                                    {
                                                        "name": "service_tier",
                                                        "type": "text",
                                                        "label": "Service Tier"
                                                    },
                                                    {
                                                        "name": "system_fingerprint",
                                                        "type": "text",
                                                        "label": "System Fingerprint"
                                                    }
                                                ],
                                                "advanced": true
                                            },
                                            "onerror": [
                                                {
                                                    "id": 111,
                                                    "module": "builtin:Break",
                                                    "version": 1,
                                                    "parameters": {},
                                                    "mapper": {
                                                        "count": "14",
                                                        "retry": true,
                                                        "interval": "720"
                                                    },
                                                    "metadata": {
                                                        "designer": {
                                                            "x": 703,
                                                            "y": 2474
                                                        },
                                                        "restore": {
                                                            "expect": {
                                                                "retry": {
                                                                    "mode": "chose"
                                                                }
                                                            }
                                                        },
                                                        "expect": [
                                                            {
                                                                "name": "retry",
                                                                "type": "boolean",
                                                                "label": "Automatically complete execution",
                                                                "required": true
                                                            },
                                                            {
                                                                "name": "count",
                                                                "type": "uinteger",
                                                                "label": "Number of attempts",
                                                                "required": true,
                                                                "validate": {
                                                                    "max": 10000,
                                                                    "min": 1
                                                                }
                                                            },
                                                            {
                                                                "name": "interval",
                                                                "type": "uinteger",
                                                                "label": "Interval between attempts",
                                                                "required": true,
                                                                "validate": {
                                                                    "max": 44640,
                                                                    "min": 1
                                                                }
                                                            }
                                                        ]
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "id": 18,
                                            "module": "json:ParseJSON",
                                            "version": 1,
                                            "parameters": {
                                                "type": 343615
                                            },
                                            "mapper": {
                                                "json": "{{17.choices[].message.content}}"
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": 1163,
                                                    "y": 2152
                                                },
                                                "restore": {
                                                    "parameters": {
                                                        "type": {
                                                            "label": "AI Find: Website, Email, Phone, LinkedIn, Job Title..."
                                                        }
                                                    }
                                                },
                                                "parameters": [
                                                    {
                                                        "name": "type",
                                                        "type": "udt",
                                                        "label": "Data structure"
                                                    }
                                                ],
                                                "expect": [
                                                    {
                                                        "name": "json",
                                                        "type": "text",
                                                        "label": "JSON string",
                                                        "required": true
                                                    }
                                                ],
                                                "interface": [
                                                    {
                                                        "help": "",
                                                        "name": "website",
                                                        "type": "text",
                                                        "label": "Website",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "email",
                                                        "type": "text",
                                                        "label": "Email",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "phone",
                                                        "type": "text",
                                                        "label": "Phone",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "linkedinCompanyUrl",
                                                        "type": "text",
                                                        "label": "Linkedin Company Url",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "linkedinPersonalUrl",
                                                        "type": "text",
                                                        "label": "Linkedin Personal Url",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "jobTitle",
                                                        "type": "text",
                                                        "label": "Job Title",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "whatsapp",
                                                        "type": "text",
                                                        "label": "Whatsapp",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "telegram",
                                                        "type": "text",
                                                        "label": "Telegram",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "twitter",
                                                        "type": "text",
                                                        "label": "Twitter",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "facebook",
                                                        "type": "text",
                                                        "label": "Facebook",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "alternateEmail",
                                                        "type": "text",
                                                        "label": "Alternate Email",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "alternatePhone",
                                                        "type": "text",
                                                        "label": "Alternate Phone",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "personalWebsite",
                                                        "type": "text",
                                                        "label": "Personal Website",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "source",
                                                        "type": "text",
                                                        "label": "Source",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "notes",
                                                        "type": "text",
                                                        "label": "Notes",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    }
                                                ]
                                            }
                                        },
                                        {
                                            "id": 178,
                                            "module": "highlevel:getAContact",
                                            "version": 1,
                                            "parameters": {
                                                "__IMTCONN__": 1000003
                                            },
                                            "mapper": {
                                                "contact": "{{14.contact_id}}"
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": 1536,
                                                    "y": 2158
                                                },
                                                "restore": {
                                                    "expect": {
                                                        "contact": {
                                                            "mode": "edit"
                                                        }
                                                    },
                                                    "parameters": {
                                                        "__IMTCONN__": {
                                                            "data": {
                                                                "scoped": "true",
                                                                "connection": "highlevel3"
                                                            },
                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                        }
                                                    }
                                                },
                                                "parameters": [
                                                    {
                                                        "name": "__IMTCONN__",
                                                        "type": "account:highlevel,highlevel3",
                                                        "label": "Connection",
                                                        "required": true
                                                    }
                                                ],
                                                "expect": [
                                                    {
                                                        "mode": "edit",
                                                        "name": "contact",
                                                        "type": "select",
                                                        "label": "Contact ID",
                                                        "required": true
                                                    }
                                                ],
                                                "interface": [
                                                    {
                                                        "name": "id",
                                                        "type": "text",
                                                        "label": "Contact ID"
                                                    },
                                                    {
                                                        "name": "locationId",
                                                        "type": "text",
                                                        "label": "Location ID"
                                                    },
                                                    {
                                                        "name": "dateOfBirth",
                                                        "type": "date",
                                                        "label": "Date Of Birth"
                                                    },
                                                    {
                                                        "name": "email",
                                                        "type": "text",
                                                        "label": "Email"
                                                    },
                                                    {
                                                        "name": "birthMonth",
                                                        "type": "number",
                                                        "label": "Birth Month"
                                                    },
                                                    {
                                                        "name": "firstName",
                                                        "type": "text",
                                                        "label": "First Name"
                                                    },
                                                    {
                                                        "name": "fullNameLowerCase",
                                                        "type": "text",
                                                        "label": "Full Name Lower Case"
                                                    },
                                                    {
                                                        "name": "firstNameLowerCase",
                                                        "type": "text",
                                                        "label": "First Name Lower Case"
                                                    },
                                                    {
                                                        "name": "state",
                                                        "type": "text",
                                                        "label": "State"
                                                    },
                                                    {
                                                        "name": "timezone",
                                                        "type": "text",
                                                        "label": "Timezone"
                                                    },
                                                    {
                                                        "name": "country",
                                                        "type": "text",
                                                        "label": "Country"
                                                    },
                                                    {
                                                        "name": "lastName",
                                                        "type": "text",
                                                        "label": "Last Name"
                                                    },
                                                    {
                                                        "name": "emailLowerCase",
                                                        "type": "text",
                                                        "label": "Email Lower Case"
                                                    },
                                                    {
                                                        "name": "postalCode",
                                                        "type": "text",
                                                        "label": "Postal Code"
                                                    },
                                                    {
                                                        "name": "city",
                                                        "type": "text",
                                                        "label": "City"
                                                    },
                                                    {
                                                        "name": "lastNameLowerCase",
                                                        "type": "text",
                                                        "label": "Last Name Lower Case"
                                                    },
                                                    {
                                                        "name": "birthDay",
                                                        "type": "number",
                                                        "label": "Birth Day"
                                                    },
                                                    {
                                                        "name": "address1",
                                                        "type": "text",
                                                        "label": "Address 1"
                                                    },
                                                    {
                                                        "name": "companyName",
                                                        "type": "text",
                                                        "label": "Company Name"
                                                    },
                                                    {
                                                        "name": "website",
                                                        "type": "text",
                                                        "label": "Website"
                                                    },
                                                    {
                                                        "name": "phone",
                                                        "type": "text",
                                                        "label": "Phone"
                                                    },
                                                    {
                                                        "name": "dndDate",
                                                        "spec": [
                                                            {
                                                                "name": "_seconds",
                                                                "type": "number",
                                                                "label": " Seconds"
                                                            },
                                                            {
                                                                "name": "_nanoseconds",
                                                                "type": "number",
                                                                "label": " Nanoseconds"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Dnd Date"
                                                    },
                                                    {
                                                        "name": "conversations",
                                                        "spec": {
                                                            "spec": [
                                                                {
                                                                    "name": "id",
                                                                    "type": "text",
                                                                    "label": "ID"
                                                                }
                                                            ],
                                                            "type": "collection"
                                                        },
                                                        "type": "array",
                                                        "label": "Conversations"
                                                    },
                                                    {
                                                        "name": "tags",
                                                        "spec": {
                                                            "type": "text"
                                                        },
                                                        "type": "array",
                                                        "label": "Tags"
                                                    },
                                                    {
                                                        "name": "dateUpdated",
                                                        "type": "date",
                                                        "label": "Date Updated"
                                                    },
                                                    {
                                                        "name": "source",
                                                        "type": "text",
                                                        "label": "Source"
                                                    },
                                                    {
                                                        "name": "type",
                                                        "type": "text",
                                                        "label": "Type"
                                                    },
                                                    {
                                                        "name": "dnd",
                                                        "type": "boolean",
                                                        "label": "Dnd"
                                                    },
                                                    {
                                                        "name": "dndSettings",
                                                        "spec": [
                                                            {
                                                                "name": "Call",
                                                                "spec": [
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection"
                                                            },
                                                            {
                                                                "name": "Email",
                                                                "spec": [
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection"
                                                            },
                                                            {
                                                                "name": "SMS",
                                                                "spec": [
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection"
                                                            },
                                                            {
                                                                "name": "FB",
                                                                "spec": [
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection"
                                                            },
                                                            {
                                                                "name": "GMB",
                                                                "spec": [
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection"
                                                            },
                                                            {
                                                                "name": "WhatsApp",
                                                                "spec": [
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Dnd Settings"
                                                    },
                                                    {
                                                        "name": "createdBy",
                                                        "spec": [
                                                            {
                                                                "name": "sourceId",
                                                                "type": "text",
                                                                "label": "Source ID"
                                                            },
                                                            {
                                                                "name": "channel",
                                                                "type": "text",
                                                                "label": "Channel"
                                                            },
                                                            {
                                                                "name": "source",
                                                                "type": "text",
                                                                "label": "Source"
                                                            },
                                                            {
                                                                "name": "timestamp",
                                                                "type": "date",
                                                                "label": "Timestamp"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Created By"
                                                    },
                                                    {
                                                        "name": "dateAdded",
                                                        "type": "date",
                                                        "label": "Date Added"
                                                    },
                                                    {
                                                        "name": "additionalEmails",
                                                        "type": "array",
                                                        "label": "Additional Emails"
                                                    },
                                                    {
                                                        "name": "customField",
                                                        "spec": [
                                                            {
                                                                "name": "custom_field_019",
                                                                "type": "text",
                                                                "label": "AI Call Summary",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_014",
                                                                "type": "text",
                                                                "label": "What is your company’s annual revenue?"
                                                            },
                                                            {
                                                                "name": "custom_field_026",
                                                                "type": "text",
                                                                "label": "Instantly: Campaign"
                                                            },
                                                            {
                                                                "name": "custom_field_052",
                                                                "type": "text",
                                                                "label": "AI Call Transcript",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_060",
                                                                "type": "text",
                                                                "label": "Company Industry"
                                                            },
                                                            {
                                                                "name": "custom_field_072",
                                                                "type": "text",
                                                                "label": "Custom Status: Website"
                                                            },
                                                            {
                                                                "name": "custom_field_074",
                                                                "type": "text",
                                                                "label": "Custom Message: WhatsApp",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_021",
                                                                "type": "text",
                                                                "label": "Ownership Status"
                                                            },
                                                            {
                                                                "name": "custom_field_028",
                                                                "type": "text",
                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                            },
                                                            {
                                                                "name": "custom_field_040",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 1",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_049",
                                                                "type": "text",
                                                                "label": "Instantly: Latest Status"
                                                            },
                                                            {
                                                                "name": "custom_field_043",
                                                                "type": "text",
                                                                "label": "Workflow Status: AI Find"
                                                            },
                                                            {
                                                                "name": "custom_field_032",
                                                                "type": "text",
                                                                "label": "Workflow Status: AI Research Company"
                                                            },
                                                            {
                                                                "name": "custom_field_077",
                                                                "type": "number",
                                                                "label": "Company Last Headcount"
                                                            },
                                                            {
                                                                "name": "custom_field_007",
                                                                "type": "text",
                                                                "label": "Instantly: Email Events"
                                                            },
                                                            {
                                                                "name": "custom_field_009",
                                                                "type": "text",
                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                            },
                                                            {
                                                                "name": "custom_field_010",
                                                                "type": "text",
                                                                "label": "Gatekeeper Name"
                                                            },
                                                            {
                                                                "name": "custom_field_084",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 2",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_042",
                                                                "type": "text",
                                                                "label": "Workflow Status: AI Research Person"
                                                            },
                                                            {
                                                                "name": "custom_field_020",
                                                                "type": "number",
                                                                "label": "Company Estimated Turnover"
                                                            },
                                                            {
                                                                "name": "custom_field_017",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 3",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_038",
                                                                "type": "text",
                                                                "label": "Contact Permission"
                                                            },
                                                            {
                                                                "name": "custom_field_069",
                                                                "type": "text",
                                                                "label": "Instantly: Lead Status"
                                                            },
                                                            {
                                                                "name": "custom_field_011",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Universal",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_076",
                                                                "type": "text",
                                                                "label": "Workflow Status: AI Call"
                                                            },
                                                            {
                                                                "name": "custom_field_044",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Email",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_061",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: WhatsApp",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_005",
                                                                "type": "text",
                                                                "label": "Google Place ID"
                                                            },
                                                            {
                                                                "name": "custom_field_024",
                                                                "type": "text",
                                                                "label": "Instantly: Meeting Events"
                                                            },
                                                            {
                                                                "name": "custom_field_063",
                                                                "type": "text",
                                                                "label": "Decision Maker Name"
                                                            },
                                                            {
                                                                "name": "custom_field_085",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: SMS",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_065",
                                                                "type": "text",
                                                                "label": "Workflow Status: AI Send Letter"
                                                            },
                                                            {
                                                                "name": "custom_field_029",
                                                                "type": "number",
                                                                "label": "Company Age (In Years)"
                                                            },
                                                            {
                                                                "name": "custom_field_030",
                                                                "type": "text",
                                                                "label": "Instantly: Other Lead Events"
                                                            },
                                                            {
                                                                "name": "custom_field_054",
                                                                "type": "text",
                                                                "label": "What type of customers make up the majority of your revenue?"
                                                            },
                                                            {
                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                "type": "text",
                                                                "label": "Valuation Interest"
                                                            },
                                                            {
                                                                "name": "custom_field_081",
                                                                "type": "text",
                                                                "label": "Google CID"
                                                            },
                                                            {
                                                                "name": "custom_field_001",
                                                                "type": "text",
                                                                "label": "Workflow Status: Al Personalised Message: Universal/Email"
                                                            },
                                                            {
                                                                "name": "custom_field_008",
                                                                "type": "text",
                                                                "label": "Business Size Indicator"
                                                            },
                                                            {
                                                                "name": "custom_field_034",
                                                                "type": "text",
                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                            },
                                                            {
                                                                "name": "custom_field_036",
                                                                "type": "text",
                                                                "label": "Company Google Plus Code"
                                                            },
                                                            {
                                                                "name": "custom_field_083",
                                                                "type": "text",
                                                                "label": "Company Age (In years & Months)"
                                                            },
                                                            {
                                                                "name": "custom_field_087",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: AI Calls",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_003",
                                                                "type": "text",
                                                                "label": "Workflow Status: Al Personalised Message: AI Calls & Personalised Context: AI Calls"
                                                            },
                                                            {
                                                                "name": "custom_field_035",
                                                                "type": "text",
                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                            },
                                                            {
                                                                "name": "custom_field_057",
                                                                "type": "text",
                                                                "label": "Contact Details Captured"
                                                            },
                                                            {
                                                                "name": "custom_field_059",
                                                                "type": "text",
                                                                "label": "Company number"
                                                            },
                                                            {
                                                                "name": "custom_field_022",
                                                                "type": "text",
                                                                "label": "Workflow Status: Al Personalised Message: SMS (Personalise Template)"
                                                            },
                                                            {
                                                                "name": "custom_field_013",
                                                                "type": "number",
                                                                "label": "Company SIC Code"
                                                            },
                                                            {
                                                                "name": "custom_field_023",
                                                                "type": "text",
                                                                "label": "Personalised Context: AI Calls",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_031",
                                                                "type": "text",
                                                                "label": "Company Overview",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_033",
                                                                "type": "text",
                                                                "label": "How long have you been operating the business?"
                                                            },
                                                            {
                                                                "name": "custom_field_050",
                                                                "type": "text",
                                                                "label": "Contact Details Provided"
                                                            },
                                                            {
                                                                "name": "custom_field_071",
                                                                "type": "text",
                                                                "label": "Email Type"
                                                            },
                                                            {
                                                                "name": "custom_field_047",
                                                                "type": "text",
                                                                "label": "Workflow Status: Al Personalised Message: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_004",
                                                                "type": "text",
                                                                "label": "Company Financials",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_015",
                                                                "type": "text",
                                                                "label": "What would be your ideal outcome if you sold?"
                                                            },
                                                            {
                                                                "name": "custom_field_064",
                                                                "type": "text",
                                                                "label": "Contact Method Preference"
                                                            },
                                                            {
                                                                "name": "custom_field_066",
                                                                "type": "text",
                                                                "label": "Personalised Homepage URL"
                                                            },
                                                            {
                                                                "name": "custom_field_068",
                                                                "type": "text",
                                                                "label": "Workflow Status: Create Personalised Homepage/Grow URL"
                                                            },
                                                            {
                                                                "name": "custom_field_053",
                                                                "type": "text",
                                                                "label": "Google Maps Place URL"
                                                            },
                                                            {
                                                                "name": "custom_field_056",
                                                                "type": "text",
                                                                "label": "Engagement Interest Level"
                                                            },
                                                            {
                                                                "name": "custom_field_067",
                                                                "type": "text",
                                                                "label": "Valid Email (Manual)"
                                                            },
                                                            {
                                                                "name": "custom_field_048",
                                                                "type": "text",
                                                                "label": "Workflow Status: Al Personalised Message: Personalised Business Compliment 1, 2, 3"
                                                            },
                                                            {
                                                                "name": "custom_field_025",
                                                                "type": "text",
                                                                "label": "Instantly \"event_type\""
                                                            },
                                                            {
                                                                "name": "custom_field_078",
                                                                "type": "text",
                                                                "label": "Personalised Grow Page URL"
                                                            },
                                                            {
                                                                "name": "custom_field_080",
                                                                "type": "text",
                                                                "label": "Decision Maker Availability"
                                                            },
                                                            {
                                                                "name": "custom_field_037",
                                                                "type": "text",
                                                                "label": "Company Services",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_046",
                                                                "type": "text",
                                                                "label": "Test"
                                                            },
                                                            {
                                                                "name": "custom_field_073",
                                                                "type": "text",
                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                            },
                                                            {
                                                                "name": "custom_field_027",
                                                                "type": "number",
                                                                "label": "Company Google Rating"
                                                            },
                                                            {
                                                                "name": "custom_field_051",
                                                                "type": "text",
                                                                "label": "AI Research: Company",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_062",
                                                                "type": "text",
                                                                "label": "AI Research: Person",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_079",
                                                                "type": "number",
                                                                "label": "Company Google Review Count"
                                                            },
                                                            {
                                                                "name": "custom_field_018",
                                                                "type": "text",
                                                                "label": "Legal Company Name"
                                                            },
                                                            {
                                                                "name": "custom_field_058",
                                                                "type": "date",
                                                                "label": "Company Incorporation Date"
                                                            },
                                                            {
                                                                "name": "custom_field_041",
                                                                "type": "text",
                                                                "label": "Job Title"
                                                            },
                                                            {
                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                "type": "text",
                                                                "label": "LinkedIn Personal URL"
                                                            },
                                                            {
                                                                "name": "custom_field_002",
                                                                "type": "text",
                                                                "label": "LinkedIn Company URL"
                                                            },
                                                            {
                                                                "name": "custom_field_045",
                                                                "type": "text",
                                                                "label": "Message",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_055",
                                                                "type": "text",
                                                                "label": "Company type"
                                                            },
                                                            {
                                                                "name": "custom_field_012",
                                                                "type": "text",
                                                                "label": "Company status"
                                                            },
                                                            {
                                                                "name": "custom_field_070",
                                                                "type": "number",
                                                                "label": "Officers Age (in years)"
                                                            },
                                                            {
                                                                "name": "custom_field_016",
                                                                "type": "text",
                                                                "label": "AI Find: Contact Data & Notes",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_086",
                                                                "type": "text",
                                                                "label": "AI Find: Original Backup Contact Data",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_039",
                                                                "type": "text",
                                                                "label": "Priority"
                                                            },
                                                            {
                                                                "name": "custom_field_082",
                                                                "type": "text",
                                                                "label": "Custom Status: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_006",
                                                                "type": "text",
                                                                "label": "Phone Type"
                                                            },
                                                            {
                                                                "name": "custom_field_075",
                                                                "type": "array",
                                                                "label": "Custom Status: WhatsApp"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Custom Fields"
                                                    }
                                                ]
                                            }
                                        },
                                        {
                                            "id": 21,
                                            "module": "builtin:BasicRouter",
                                            "version": 1,
                                            "mapper": null,
                                            "metadata": {
                                                "designer": {
                                                    "x": 1917,
                                                    "y": 2145
                                                }
                                            },
                                            "routes": [
                                                {
                                                    "flow": [
                                                        {
                                                            "id": 50,
                                                            "module": "highlevel:updateAContact",
                                                            "version": 1,
                                                            "parameters": {
                                                                "__IMTCONN__": 1000003
                                                            },
                                                            "filter": {
                                                                "name": "First name: AI found and is empty on CRM",
                                                                "conditions": [
                                                                    [
                                                                        {
                                                                            "a": "{{18.first_name}}",
                                                                            "b": "Not found",
                                                                            "o": "text:notcontain:ci"
                                                                        },
                                                                        {
                                                                            "a": "{{178.firstName}}",
                                                                            "o": "notexist"
                                                                        },
                                                                        {
                                                                            "a": "{{18.first_name}}",
                                                                            "o": "exist"
                                                                        }
                                                                    ]
                                                                ]
                                                            },
                                                            "mapper": {
                                                                "address": {},
                                                                "contact": "{{14.contact_id}}",
                                                                "firstName": "{{18.first_name}}",
                                                                "customField": {}
                                                            },
                                                            "metadata": {
                                                                "designer": {
                                                                    "x": 2752,
                                                                    "y": 148
                                                                },
                                                                "restore": {
                                                                    "expect": {
                                                                        "dnd": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "tags": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "address": {
                                                                            "nested": {
                                                                                "country": {
                                                                                    "mode": "chose"
                                                                                }
                                                                            }
                                                                        },
                                                                        "contact": {
                                                                            "mode": "edit"
                                                                        },
                                                                        "timezone": {
                                                                            "mode": "chose",
                                                                            "label": "Empty"
                                                                        },
                                                                        "customField": {
                                                                            "nested": {
                                                                                "custom_field_006": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_007": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_009": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_012": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_014": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_015": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_024": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_026": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_028": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_030": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_033": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_034": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_035": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_039": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_049": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_054": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_055": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_060": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_067": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_069": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_071": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_072": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_075": {
                                                                                    "mode": "chose"
                                                                                },
                                                                                "custom_field_082": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "parameters": {
                                                                        "__IMTCONN__": {
                                                                            "data": {
                                                                                "scoped": "true",
                                                                                "connection": "highlevel3"
                                                                            },
                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                        }
                                                                    }
                                                                },
                                                                "parameters": [
                                                                    {
                                                                        "name": "__IMTCONN__",
                                                                        "type": "account:highlevel,highlevel3",
                                                                        "label": "Connection",
                                                                        "required": true
                                                                    }
                                                                ],
                                                                "expect": [
                                                                    {
                                                                        "mode": "edit",
                                                                        "name": "contact",
                                                                        "type": "select",
                                                                        "label": "Contact ID",
                                                                        "required": true
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "email",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "dateOfBirth",
                                                                        "time": false,
                                                                        "type": "date",
                                                                        "label": "Date of Birth"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "url",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "select",
                                                                        "label": "Tags",
                                                                        "multiple": true
                                                                    },
                                                                    {
                                                                        "name": "address",
                                                                        "spec": [
                                                                            {
                                                                                "name": "address1",
                                                                                "type": "text",
                                                                                "label": "Street"
                                                                            },
                                                                            {
                                                                                "name": "city",
                                                                                "type": "text",
                                                                                "label": "City"
                                                                            },
                                                                            {
                                                                                "name": "state",
                                                                                "type": "text",
                                                                                "label": "State"
                                                                            },
                                                                            {
                                                                                "name": "postalCode",
                                                                                "type": "text",
                                                                                "label": "PostalCode"
                                                                            },
                                                                            {
                                                                                "name": "country",
                                                                                "type": "select",
                                                                                "label": "Country"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Address"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "select",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "select",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "select",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "select",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "select",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "select",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "select",
                                                                                "label": "Custom Status: WhatsApp",
                                                                                "multiple": true,
                                                                                "validate": {
                                                                                    "enum": [
                                                                                        "Valid"
                                                                                    ]
                                                                                }
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "select",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "select",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "select",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "select",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "select",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "select",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "select",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "select",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "select",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "select",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "select",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "select",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "select",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_046",
                                                                                "type": "text",
                                                                                "label": "Test"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "select",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "select",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "select",
                                                                                "label": "Priority"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ],
                                                                "interface": [
                                                                    {
                                                                        "name": "id",
                                                                        "type": "text",
                                                                        "label": "Contact ID"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "text",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "type",
                                                                        "type": "text",
                                                                        "label": "Type"
                                                                    },
                                                                    {
                                                                        "name": "locationId",
                                                                        "type": "text",
                                                                        "label": "Location ID"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "inboundDndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "all",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "All"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Inbound Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "dndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "Call",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Call"
                                                                            },
                                                                            {
                                                                                "name": "Email",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Email"
                                                                            },
                                                                            {
                                                                                "name": "SMS",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "SMS"
                                                                            },
                                                                            {
                                                                                "name": "WhatsApp",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "GMB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "GMB"
                                                                            },
                                                                            {
                                                                                "name": "FB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "FB"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "createdBy",
                                                                        "spec": [
                                                                            {
                                                                                "name": "sourceId",
                                                                                "type": "text",
                                                                                "label": "Source ID"
                                                                            },
                                                                            {
                                                                                "name": "channel",
                                                                                "type": "text",
                                                                                "label": "Channel"
                                                                            },
                                                                            {
                                                                                "name": "source",
                                                                                "type": "text",
                                                                                "label": "Source"
                                                                            },
                                                                            {
                                                                                "name": "sourceName",
                                                                                "type": "text",
                                                                                "label": "Source Name"
                                                                            },
                                                                            {
                                                                                "name": "timestamp",
                                                                                "type": "date",
                                                                                "label": "Timestamp"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Created By"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "array",
                                                                        "label": "Tags"
                                                                    },
                                                                    {
                                                                        "name": "dateAdded",
                                                                        "type": "date",
                                                                        "label": "Date Added"
                                                                    },
                                                                    {
                                                                        "name": "additionalEmails",
                                                                        "type": "array",
                                                                        "label": "Additional Emails"
                                                                    },
                                                                    {
                                                                        "name": "additionalPhones",
                                                                        "type": "array",
                                                                        "label": "Additional Phones"
                                                                    },
                                                                    {
                                                                        "name": "country",
                                                                        "type": "text",
                                                                        "label": "Country"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "lastNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Last Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "emailLowerCase",
                                                                        "type": "text",
                                                                        "label": "Email Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "text",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "postalCode",
                                                                        "type": "text",
                                                                        "label": "Postal Code"
                                                                    },
                                                                    {
                                                                        "name": "dateUpdated",
                                                                        "type": "date",
                                                                        "label": "Date Updated"
                                                                    },
                                                                    {
                                                                        "name": "fullNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Full Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "firstNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "First Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "text",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "text",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "text",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "text",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "text",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "text",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "array",
                                                                                "label": "Custom Status: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "text",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "text",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "text",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "text",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "text",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "text",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "text",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "text",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "text",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "text",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "text",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "text",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "text",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_046",
                                                                                "type": "text",
                                                                                "label": "Test"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "text",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "text",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "text",
                                                                                "label": "Priority"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ]
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "flow": [
                                                        {
                                                            "id": 51,
                                                            "module": "highlevel:updateAContact",
                                                            "version": 1,
                                                            "parameters": {
                                                                "__IMTCONN__": 1000003
                                                            },
                                                            "filter": {
                                                                "name": "Last name: AI found and is empty on CRM",
                                                                "conditions": [
                                                                    [
                                                                        {
                                                                            "a": "{{18.last_name}}",
                                                                            "b": "Not found",
                                                                            "o": "text:notcontain:ci"
                                                                        },
                                                                        {
                                                                            "a": "{{178.lastName}}",
                                                                            "o": "notexist"
                                                                        },
                                                                        {
                                                                            "a": "{{18.last_name}}",
                                                                            "o": "exist"
                                                                        }
                                                                    ]
                                                                ]
                                                            },
                                                            "mapper": {
                                                                "address": {},
                                                                "contact": "{{14.contact_id}}",
                                                                "lastName": "{{18.last_name}}",
                                                                "customField": {}
                                                            },
                                                            "metadata": {
                                                                "designer": {
                                                                    "x": 2767,
                                                                    "y": 531
                                                                },
                                                                "restore": {
                                                                    "expect": {
                                                                        "dnd": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "tags": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "address": {
                                                                            "nested": {
                                                                                "country": {
                                                                                    "mode": "chose"
                                                                                }
                                                                            }
                                                                        },
                                                                        "contact": {
                                                                            "mode": "edit"
                                                                        },
                                                                        "timezone": {
                                                                            "mode": "chose",
                                                                            "label": "Empty"
                                                                        },
                                                                        "customField": {
                                                                            "nested": {
                                                                                "custom_field_006": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_007": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_009": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_012": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_014": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_015": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_024": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_026": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_028": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_030": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_033": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_034": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_035": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_039": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_049": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_054": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_055": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_060": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_067": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_069": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_071": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_072": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_075": {
                                                                                    "mode": "chose"
                                                                                },
                                                                                "custom_field_082": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "parameters": {
                                                                        "__IMTCONN__": {
                                                                            "data": {
                                                                                "scoped": "true",
                                                                                "connection": "highlevel3"
                                                                            },
                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                        }
                                                                    }
                                                                },
                                                                "parameters": [
                                                                    {
                                                                        "name": "__IMTCONN__",
                                                                        "type": "account:highlevel,highlevel3",
                                                                        "label": "Connection",
                                                                        "required": true
                                                                    }
                                                                ],
                                                                "expect": [
                                                                    {
                                                                        "mode": "edit",
                                                                        "name": "contact",
                                                                        "type": "select",
                                                                        "label": "Contact ID",
                                                                        "required": true
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "email",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "dateOfBirth",
                                                                        "time": false,
                                                                        "type": "date",
                                                                        "label": "Date of Birth"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "url",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "select",
                                                                        "label": "Tags",
                                                                        "multiple": true
                                                                    },
                                                                    {
                                                                        "name": "address",
                                                                        "spec": [
                                                                            {
                                                                                "name": "address1",
                                                                                "type": "text",
                                                                                "label": "Street"
                                                                            },
                                                                            {
                                                                                "name": "city",
                                                                                "type": "text",
                                                                                "label": "City"
                                                                            },
                                                                            {
                                                                                "name": "state",
                                                                                "type": "text",
                                                                                "label": "State"
                                                                            },
                                                                            {
                                                                                "name": "postalCode",
                                                                                "type": "text",
                                                                                "label": "PostalCode"
                                                                            },
                                                                            {
                                                                                "name": "country",
                                                                                "type": "select",
                                                                                "label": "Country"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Address"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "select",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "select",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "select",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "select",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "select",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "select",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "select",
                                                                                "label": "Custom Status: WhatsApp",
                                                                                "multiple": true,
                                                                                "validate": {
                                                                                    "enum": [
                                                                                        "Valid"
                                                                                    ]
                                                                                }
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "select",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "select",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "select",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "select",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "select",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "select",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "select",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "select",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "select",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "select",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "select",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "select",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "select",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_046",
                                                                                "type": "text",
                                                                                "label": "Test"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "select",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "select",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "select",
                                                                                "label": "Priority"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ],
                                                                "interface": [
                                                                    {
                                                                        "name": "id",
                                                                        "type": "text",
                                                                        "label": "Contact ID"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "text",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "type",
                                                                        "type": "text",
                                                                        "label": "Type"
                                                                    },
                                                                    {
                                                                        "name": "locationId",
                                                                        "type": "text",
                                                                        "label": "Location ID"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "inboundDndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "all",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "All"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Inbound Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "dndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "Call",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Call"
                                                                            },
                                                                            {
                                                                                "name": "Email",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Email"
                                                                            },
                                                                            {
                                                                                "name": "SMS",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "SMS"
                                                                            },
                                                                            {
                                                                                "name": "WhatsApp",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "GMB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "GMB"
                                                                            },
                                                                            {
                                                                                "name": "FB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "FB"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "createdBy",
                                                                        "spec": [
                                                                            {
                                                                                "name": "sourceId",
                                                                                "type": "text",
                                                                                "label": "Source ID"
                                                                            },
                                                                            {
                                                                                "name": "channel",
                                                                                "type": "text",
                                                                                "label": "Channel"
                                                                            },
                                                                            {
                                                                                "name": "source",
                                                                                "type": "text",
                                                                                "label": "Source"
                                                                            },
                                                                            {
                                                                                "name": "sourceName",
                                                                                "type": "text",
                                                                                "label": "Source Name"
                                                                            },
                                                                            {
                                                                                "name": "timestamp",
                                                                                "type": "date",
                                                                                "label": "Timestamp"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Created By"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "array",
                                                                        "label": "Tags"
                                                                    },
                                                                    {
                                                                        "name": "dateAdded",
                                                                        "type": "date",
                                                                        "label": "Date Added"
                                                                    },
                                                                    {
                                                                        "name": "additionalEmails",
                                                                        "type": "array",
                                                                        "label": "Additional Emails"
                                                                    },
                                                                    {
                                                                        "name": "additionalPhones",
                                                                        "type": "array",
                                                                        "label": "Additional Phones"
                                                                    },
                                                                    {
                                                                        "name": "country",
                                                                        "type": "text",
                                                                        "label": "Country"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "lastNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Last Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "emailLowerCase",
                                                                        "type": "text",
                                                                        "label": "Email Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "text",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "postalCode",
                                                                        "type": "text",
                                                                        "label": "Postal Code"
                                                                    },
                                                                    {
                                                                        "name": "dateUpdated",
                                                                        "type": "date",
                                                                        "label": "Date Updated"
                                                                    },
                                                                    {
                                                                        "name": "fullNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Full Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "firstNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "First Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "text",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "text",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "text",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "text",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "text",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "text",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "array",
                                                                                "label": "Custom Status: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "text",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "text",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "text",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "text",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "text",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "text",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "text",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "text",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "text",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "text",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "text",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "text",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "text",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_046",
                                                                                "type": "text",
                                                                                "label": "Test"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "text",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "text",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "text",
                                                                                "label": "Priority"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ]
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "flow": [
                                                        {
                                                            "id": 52,
                                                            "module": "highlevel:updateAContact",
                                                            "version": 1,
                                                            "parameters": {
                                                                "__IMTCONN__": 1000003
                                                            },
                                                            "filter": {
                                                                "name": "Legal Company Name: AI found and is empty on CRM",
                                                                "conditions": [
                                                                    [
                                                                        {
                                                                            "a": "{{18.legal_company_name}}",
                                                                            "b": "Not found",
                                                                            "o": "text:notcontain:ci"
                                                                        },
                                                                        {
                                                                            "a": "{{178.customField.custom_field_018}}",
                                                                            "o": "notexist"
                                                                        },
                                                                        {
                                                                            "a": "{{18.legal_company_name}}",
                                                                            "o": "exist"
                                                                        }
                                                                    ]
                                                                ]
                                                            },
                                                            "mapper": {
                                                                "address": {},
                                                                "contact": "{{14.contact_id}}",
                                                                "customField": {
                                                                    "custom_field_018": "{{18.legal_company_name}}"
                                                                }
                                                            },
                                                            "metadata": {
                                                                "designer": {
                                                                    "x": 2771,
                                                                    "y": 897
                                                                },
                                                                "restore": {
                                                                    "expect": {
                                                                        "dnd": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "tags": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "address": {
                                                                            "nested": {
                                                                                "country": {
                                                                                    "mode": "chose"
                                                                                }
                                                                            }
                                                                        },
                                                                        "contact": {
                                                                            "mode": "edit"
                                                                        },
                                                                        "timezone": {
                                                                            "mode": "chose",
                                                                            "label": "Empty"
                                                                        },
                                                                        "customField": {
                                                                            "nested": {
                                                                                "custom_field_006": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_007": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_009": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_012": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_014": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_015": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_024": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_026": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_028": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_030": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_033": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_034": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_035": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_039": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_049": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_054": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_055": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_060": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_067": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_069": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_071": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_072": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_075": {
                                                                                    "mode": "chose"
                                                                                },
                                                                                "custom_field_082": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "parameters": {
                                                                        "__IMTCONN__": {
                                                                            "data": {
                                                                                "scoped": "true",
                                                                                "connection": "highlevel3"
                                                                            },
                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                        }
                                                                    }
                                                                },
                                                                "parameters": [
                                                                    {
                                                                        "name": "__IMTCONN__",
                                                                        "type": "account:highlevel,highlevel3",
                                                                        "label": "Connection",
                                                                        "required": true
                                                                    }
                                                                ],
                                                                "expect": [
                                                                    {
                                                                        "mode": "edit",
                                                                        "name": "contact",
                                                                        "type": "select",
                                                                        "label": "Contact ID",
                                                                        "required": true
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "email",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "dateOfBirth",
                                                                        "time": false,
                                                                        "type": "date",
                                                                        "label": "Date of Birth"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "url",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "select",
                                                                        "label": "Tags",
                                                                        "multiple": true
                                                                    },
                                                                    {
                                                                        "name": "address",
                                                                        "spec": [
                                                                            {
                                                                                "name": "address1",
                                                                                "type": "text",
                                                                                "label": "Street"
                                                                            },
                                                                            {
                                                                                "name": "city",
                                                                                "type": "text",
                                                                                "label": "City"
                                                                            },
                                                                            {
                                                                                "name": "state",
                                                                                "type": "text",
                                                                                "label": "State"
                                                                            },
                                                                            {
                                                                                "name": "postalCode",
                                                                                "type": "text",
                                                                                "label": "PostalCode"
                                                                            },
                                                                            {
                                                                                "name": "country",
                                                                                "type": "select",
                                                                                "label": "Country"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Address"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "select",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "select",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "select",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "select",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "select",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "select",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "select",
                                                                                "label": "Custom Status: WhatsApp",
                                                                                "multiple": true,
                                                                                "validate": {
                                                                                    "enum": [
                                                                                        "Valid"
                                                                                    ]
                                                                                }
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "select",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "select",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "select",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "select",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "select",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "select",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "select",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "select",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "select",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "select",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "select",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "select",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "select",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_046",
                                                                                "type": "text",
                                                                                "label": "Test"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "select",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "select",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "select",
                                                                                "label": "Priority"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ],
                                                                "interface": [
                                                                    {
                                                                        "name": "id",
                                                                        "type": "text",
                                                                        "label": "Contact ID"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "text",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "type",
                                                                        "type": "text",
                                                                        "label": "Type"
                                                                    },
                                                                    {
                                                                        "name": "locationId",
                                                                        "type": "text",
                                                                        "label": "Location ID"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "inboundDndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "all",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "All"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Inbound Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "dndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "Call",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Call"
                                                                            },
                                                                            {
                                                                                "name": "Email",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Email"
                                                                            },
                                                                            {
                                                                                "name": "SMS",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "SMS"
                                                                            },
                                                                            {
                                                                                "name": "WhatsApp",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "GMB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "GMB"
                                                                            },
                                                                            {
                                                                                "name": "FB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "FB"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "createdBy",
                                                                        "spec": [
                                                                            {
                                                                                "name": "sourceId",
                                                                                "type": "text",
                                                                                "label": "Source ID"
                                                                            },
                                                                            {
                                                                                "name": "channel",
                                                                                "type": "text",
                                                                                "label": "Channel"
                                                                            },
                                                                            {
                                                                                "name": "source",
                                                                                "type": "text",
                                                                                "label": "Source"
                                                                            },
                                                                            {
                                                                                "name": "sourceName",
                                                                                "type": "text",
                                                                                "label": "Source Name"
                                                                            },
                                                                            {
                                                                                "name": "timestamp",
                                                                                "type": "date",
                                                                                "label": "Timestamp"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Created By"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "array",
                                                                        "label": "Tags"
                                                                    },
                                                                    {
                                                                        "name": "dateAdded",
                                                                        "type": "date",
                                                                        "label": "Date Added"
                                                                    },
                                                                    {
                                                                        "name": "additionalEmails",
                                                                        "type": "array",
                                                                        "label": "Additional Emails"
                                                                    },
                                                                    {
                                                                        "name": "additionalPhones",
                                                                        "type": "array",
                                                                        "label": "Additional Phones"
                                                                    },
                                                                    {
                                                                        "name": "country",
                                                                        "type": "text",
                                                                        "label": "Country"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "lastNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Last Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "emailLowerCase",
                                                                        "type": "text",
                                                                        "label": "Email Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "text",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "postalCode",
                                                                        "type": "text",
                                                                        "label": "Postal Code"
                                                                    },
                                                                    {
                                                                        "name": "dateUpdated",
                                                                        "type": "date",
                                                                        "label": "Date Updated"
                                                                    },
                                                                    {
                                                                        "name": "fullNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Full Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "firstNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "First Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "text",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "text",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "text",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "text",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "text",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "text",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "array",
                                                                                "label": "Custom Status: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "text",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "text",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "text",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "text",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "text",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "text",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "text",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "text",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "text",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "text",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "text",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "text",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "text",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_046",
                                                                                "type": "text",
                                                                                "label": "Test"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "text",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "text",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "text",
                                                                                "label": "Priority"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ]
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "flow": [
                                                        {
                                                            "id": 22,
                                                            "module": "highlevel:updateAContact",
                                                            "version": 1,
                                                            "parameters": {
                                                                "__IMTCONN__": 1000003
                                                            },
                                                            "filter": {
                                                                "name": "Website: AI found and is empty on CRM",
                                                                "conditions": [
                                                                    [
                                                                        {
                                                                            "a": "{{18.website}}",
                                                                            "b": "Not found",
                                                                            "o": "text:notcontain:ci"
                                                                        },
                                                                        {
                                                                            "a": "{{178.website}}",
                                                                            "o": "notexist"
                                                                        },
                                                                        {
                                                                            "a": "{{18.website}}",
                                                                            "o": "exist"
                                                                        }
                                                                    ]
                                                                ]
                                                            },
                                                            "mapper": {
                                                                "address": {},
                                                                "contact": "{{14.contact_id}}",
                                                                "website": "{{18.website}}",
                                                                "customField": {}
                                                            },
                                                            "metadata": {
                                                                "designer": {
                                                                    "x": 2779,
                                                                    "y": 1224
                                                                },
                                                                "restore": {
                                                                    "expect": {
                                                                        "dnd": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "tags": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "address": {
                                                                            "nested": {
                                                                                "country": {
                                                                                    "mode": "chose"
                                                                                }
                                                                            }
                                                                        },
                                                                        "contact": {
                                                                            "mode": "edit"
                                                                        },
                                                                        "timezone": {
                                                                            "mode": "chose",
                                                                            "label": "Empty"
                                                                        },
                                                                        "customField": {
                                                                            "nested": {
                                                                                "custom_field_006": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_007": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_009": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_012": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_014": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_015": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_024": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_026": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_028": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_030": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_033": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_034": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_035": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_039": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_049": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_054": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_055": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_060": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_067": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_069": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_071": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_072": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_075": {
                                                                                    "mode": "chose"
                                                                                },
                                                                                "custom_field_082": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "parameters": {
                                                                        "__IMTCONN__": {
                                                                            "data": {
                                                                                "scoped": "true",
                                                                                "connection": "highlevel3"
                                                                            },
                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                        }
                                                                    }
                                                                },
                                                                "parameters": [
                                                                    {
                                                                        "name": "__IMTCONN__",
                                                                        "type": "account:highlevel,highlevel3",
                                                                        "label": "Connection",
                                                                        "required": true
                                                                    }
                                                                ],
                                                                "expect": [
                                                                    {
                                                                        "mode": "edit",
                                                                        "name": "contact",
                                                                        "type": "select",
                                                                        "label": "Contact ID",
                                                                        "required": true
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "email",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "dateOfBirth",
                                                                        "time": false,
                                                                        "type": "date",
                                                                        "label": "Date of Birth"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "url",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "select",
                                                                        "label": "Tags",
                                                                        "multiple": true
                                                                    },
                                                                    {
                                                                        "name": "address",
                                                                        "spec": [
                                                                            {
                                                                                "name": "address1",
                                                                                "type": "text",
                                                                                "label": "Street"
                                                                            },
                                                                            {
                                                                                "name": "city",
                                                                                "type": "text",
                                                                                "label": "City"
                                                                            },
                                                                            {
                                                                                "name": "state",
                                                                                "type": "text",
                                                                                "label": "State"
                                                                            },
                                                                            {
                                                                                "name": "postalCode",
                                                                                "type": "text",
                                                                                "label": "PostalCode"
                                                                            },
                                                                            {
                                                                                "name": "country",
                                                                                "type": "select",
                                                                                "label": "Country"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Address"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "select",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "select",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "select",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "select",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "select",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "select",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "select",
                                                                                "label": "Custom Status: WhatsApp",
                                                                                "multiple": true,
                                                                                "validate": {
                                                                                    "enum": [
                                                                                        "Valid"
                                                                                    ]
                                                                                }
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "select",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "select",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "select",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "select",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "select",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "select",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "select",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "select",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "select",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "select",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "select",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "select",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "select",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "select",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "select",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "select",
                                                                                "label": "Priority"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ],
                                                                "interface": [
                                                                    {
                                                                        "name": "id",
                                                                        "type": "text",
                                                                        "label": "Contact ID"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "text",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "type",
                                                                        "type": "text",
                                                                        "label": "Type"
                                                                    },
                                                                    {
                                                                        "name": "locationId",
                                                                        "type": "text",
                                                                        "label": "Location ID"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "inboundDndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "all",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "All"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Inbound Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "dndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "Call",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Call"
                                                                            },
                                                                            {
                                                                                "name": "Email",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Email"
                                                                            },
                                                                            {
                                                                                "name": "SMS",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "SMS"
                                                                            },
                                                                            {
                                                                                "name": "WhatsApp",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "GMB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "GMB"
                                                                            },
                                                                            {
                                                                                "name": "FB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "FB"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "createdBy",
                                                                        "spec": [
                                                                            {
                                                                                "name": "sourceId",
                                                                                "type": "text",
                                                                                "label": "Source ID"
                                                                            },
                                                                            {
                                                                                "name": "channel",
                                                                                "type": "text",
                                                                                "label": "Channel"
                                                                            },
                                                                            {
                                                                                "name": "source",
                                                                                "type": "text",
                                                                                "label": "Source"
                                                                            },
                                                                            {
                                                                                "name": "sourceName",
                                                                                "type": "text",
                                                                                "label": "Source Name"
                                                                            },
                                                                            {
                                                                                "name": "timestamp",
                                                                                "type": "date",
                                                                                "label": "Timestamp"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Created By"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "array",
                                                                        "label": "Tags"
                                                                    },
                                                                    {
                                                                        "name": "dateAdded",
                                                                        "type": "date",
                                                                        "label": "Date Added"
                                                                    },
                                                                    {
                                                                        "name": "additionalEmails",
                                                                        "type": "array",
                                                                        "label": "Additional Emails"
                                                                    },
                                                                    {
                                                                        "name": "additionalPhones",
                                                                        "type": "array",
                                                                        "label": "Additional Phones"
                                                                    },
                                                                    {
                                                                        "name": "country",
                                                                        "type": "text",
                                                                        "label": "Country"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "lastNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Last Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "emailLowerCase",
                                                                        "type": "text",
                                                                        "label": "Email Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "text",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "postalCode",
                                                                        "type": "text",
                                                                        "label": "Postal Code"
                                                                    },
                                                                    {
                                                                        "name": "dateUpdated",
                                                                        "type": "date",
                                                                        "label": "Date Updated"
                                                                    },
                                                                    {
                                                                        "name": "fullNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Full Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "firstNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "First Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "text",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "text",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "text",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "text",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "text",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "text",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "array",
                                                                                "label": "Custom Status: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "text",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "text",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "text",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "text",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "text",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "text",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "text",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "text",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "text",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "text",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "text",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "text",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "text",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "text",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "text",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "text",
                                                                                "label": "Priority"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ]
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "flow": [
                                                        {
                                                            "id": 46,
                                                            "module": "phonenumber:TransformerParseNumber",
                                                            "version": 1,
                                                            "parameters": {},
                                                            "filter": {
                                                                "name": "Phone: AI found and is empty on CRM",
                                                                "conditions": [
                                                                    [
                                                                        {
                                                                            "a": "{{18.phone}}",
                                                                            "b": "Not found",
                                                                            "o": "text:notcontain:ci"
                                                                        },
                                                                        {
                                                                            "a": "{{178.phone}}",
                                                                            "o": "notexist"
                                                                        },
                                                                        {
                                                                            "a": "{{18.phone}}",
                                                                            "o": "exist"
                                                                        }
                                                                    ]
                                                                ]
                                                            },
                                                            "mapper": {
                                                                "number": "{{18.phone}}",
                                                                "defaultCountry": "GB"
                                                            },
                                                            "metadata": {
                                                                "designer": {
                                                                    "x": 2781,
                                                                    "y": 1564
                                                                },
                                                                "restore": {
                                                                    "expect": {
                                                                        "defaultCountry": {
                                                                            "mode": "chose",
                                                                            "label": "Great Britain and Northern Ireland - United Kingdom (GB)"
                                                                        }
                                                                    }
                                                                },
                                                                "expect": [
                                                                    {
                                                                        "name": "number",
                                                                        "type": "text",
                                                                        "label": "Phone number",
                                                                        "required": true
                                                                    },
                                                                    {
                                                                        "name": "defaultCountry",
                                                                        "type": "select",
                                                                        "label": "Default country for parsing",
                                                                        "required": true,
                                                                        "validate": {
                                                                            "enum": [
                                                                                "AC",
                                                                                "AD",
                                                                                "AE",
                                                                                "AF",
                                                                                "AG",
                                                                                "AI",
                                                                                "AL",
                                                                                "AM",
                                                                                "AO",
                                                                                "AQ",
                                                                                "AR",
                                                                                "AS",
                                                                                "AT",
                                                                                "AU",
                                                                                "AW",
                                                                                "AX",
                                                                                "AZ",
                                                                                "BA",
                                                                                "BB",
                                                                                "BD",
                                                                                "BE",
                                                                                "BF",
                                                                                "BG",
                                                                                "BH",
                                                                                "BI",
                                                                                "BJ",
                                                                                "BL",
                                                                                "BM",
                                                                                "BN",
                                                                                "BO",
                                                                                "BQ",
                                                                                "BR",
                                                                                "BS",
                                                                                "BT",
                                                                                "BV",
                                                                                "BW",
                                                                                "BY",
                                                                                "BZ",
                                                                                "CA",
                                                                                "CC",
                                                                                "CD",
                                                                                "CF",
                                                                                "CG",
                                                                                "CH",
                                                                                "CI",
                                                                                "CK",
                                                                                "CL",
                                                                                "CM",
                                                                                "CN",
                                                                                "CO",
                                                                                "CP",
                                                                                "CR",
                                                                                "CU",
                                                                                "CV",
                                                                                "CW",
                                                                                "CX",
                                                                                "CY",
                                                                                "CZ",
                                                                                "DE",
                                                                                "DG",
                                                                                "DJ",
                                                                                "DK",
                                                                                "DM",
                                                                                "DO",
                                                                                "DZ",
                                                                                "EA",
                                                                                "EC",
                                                                                "EE",
                                                                                "EG",
                                                                                "EH",
                                                                                "ER",
                                                                                "ES",
                                                                                "ET",
                                                                                "EU",
                                                                                "FI",
                                                                                "FJ",
                                                                                "FK",
                                                                                "FM",
                                                                                "FO",
                                                                                "FR",
                                                                                "FX",
                                                                                "GA",
                                                                                "GB",
                                                                                "GD",
                                                                                "GE",
                                                                                "GF",
                                                                                "GG",
                                                                                "GH",
                                                                                "GI",
                                                                                "GL",
                                                                                "GM",
                                                                                "GN",
                                                                                "GP",
                                                                                "GQ",
                                                                                "GR",
                                                                                "GS",
                                                                                "GT",
                                                                                "GU",
                                                                                "GW",
                                                                                "GY",
                                                                                "HK",
                                                                                "HM",
                                                                                "HN",
                                                                                "HR",
                                                                                "HT",
                                                                                "HU",
                                                                                "IC",
                                                                                "ID",
                                                                                "IE",
                                                                                "IL",
                                                                                "IM",
                                                                                "IN",
                                                                                "IO",
                                                                                "IQ",
                                                                                "IR",
                                                                                "IS",
                                                                                "IT",
                                                                                "JE",
                                                                                "JM",
                                                                                "JO",
                                                                                "JP",
                                                                                "KE",
                                                                                "KG",
                                                                                "KH",
                                                                                "KI",
                                                                                "KM",
                                                                                "KN",
                                                                                "KP",
                                                                                "KR",
                                                                                "KW",
                                                                                "KY",
                                                                                "KZ",
                                                                                "LA",
                                                                                "LB",
                                                                                "LC",
                                                                                "LI",
                                                                                "LK",
                                                                                "LR",
                                                                                "LS",
                                                                                "LT",
                                                                                "LU",
                                                                                "LV",
                                                                                "LY",
                                                                                "MA",
                                                                                "MC",
                                                                                "MD",
                                                                                "ME",
                                                                                "MF",
                                                                                "MG",
                                                                                "MH",
                                                                                "MK",
                                                                                "ML",
                                                                                "MM",
                                                                                "MN",
                                                                                "MO",
                                                                                "MP",
                                                                                "MQ",
                                                                                "MR",
                                                                                "MS",
                                                                                "MT",
                                                                                "MU",
                                                                                "MV",
                                                                                "MW",
                                                                                "MX",
                                                                                "MY",
                                                                                "MZ",
                                                                                "NA",
                                                                                "NC",
                                                                                "NE",
                                                                                "NF",
                                                                                "NG",
                                                                                "NI",
                                                                                "NL",
                                                                                "NO",
                                                                                "NP",
                                                                                "NR",
                                                                                "NU",
                                                                                "NZ",
                                                                                "OM",
                                                                                "PA",
                                                                                "PE",
                                                                                "PF",
                                                                                "PG",
                                                                                "PH",
                                                                                "PK",
                                                                                "PL",
                                                                                "PM",
                                                                                "PN",
                                                                                "PR",
                                                                                "PS",
                                                                                "PT",
                                                                                "PW",
                                                                                "PY",
                                                                                "QA",
                                                                                "RE",
                                                                                "RO",
                                                                                "RS",
                                                                                "RU",
                                                                                "RW",
                                                                                "SA",
                                                                                "SB",
                                                                                "SC",
                                                                                "SD",
                                                                                "SE",
                                                                                "SG",
                                                                                "SH",
                                                                                "SI",
                                                                                "SJ",
                                                                                "SK",
                                                                                "SL",
                                                                                "SM",
                                                                                "SN",
                                                                                "SO",
                                                                                "SR",
                                                                                "SS",
                                                                                "ST",
                                                                                "SU",
                                                                                "SV",
                                                                                "SX",
                                                                                "SY",
                                                                                "SZ",
                                                                                "TA",
                                                                                "TC",
                                                                                "TD",
                                                                                "TF",
                                                                                "TG",
                                                                                "TH",
                                                                                "TJ",
                                                                                "TK",
                                                                                "TL",
                                                                                "TM",
                                                                                "TN",
                                                                                "TO",
                                                                                "TR",
                                                                                "TT",
                                                                                "TV",
                                                                                "TW",
                                                                                "TZ",
                                                                                "UA",
                                                                                "UG",
                                                                                "UM",
                                                                                "US",
                                                                                "UY",
                                                                                "UZ",
                                                                                "VA",
                                                                                "VC",
                                                                                "VE",
                                                                                "VG",
                                                                                "VI",
                                                                                "VN",
                                                                                "VU",
                                                                                "WF",
                                                                                "WS",
                                                                                "YE",
                                                                                "YT",
                                                                                "ZA",
                                                                                "ZM",
                                                                                "ZW"
                                                                            ]
                                                                        }
                                                                    }
                                                                ]
                                                            },
                                                            "onerror": [
                                                                {
                                                                    "id": 190,
                                                                    "module": "builtin:Ignore",
                                                                    "version": 1,
                                                                    "metadata": {
                                                                        "designer": {
                                                                            "x": 2807,
                                                                            "y": 1825
                                                                        }
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "id": 164,
                                                            "module": "builtin:BasicRouter",
                                                            "version": 1,
                                                            "mapper": null,
                                                            "metadata": {
                                                                "designer": {
                                                                    "x": 3231,
                                                                    "y": 1558
                                                                }
                                                            },
                                                            "routes": [
                                                                {
                                                                    "flow": [
                                                                        {
                                                                            "id": 19,
                                                                            "module": "highlevel:updateAContact",
                                                                            "version": 1,
                                                                            "parameters": {
                                                                                "__IMTCONN__": 1000003
                                                                            },
                                                                            "mapper": {
                                                                                "phone": "{{46.e164}}",
                                                                                "address": {},
                                                                                "contact": "{{14.contact_id}}",
                                                                                "customField": {}
                                                                            },
                                                                            "metadata": {
                                                                                "designer": {
                                                                                    "x": 3575,
                                                                                    "y": 1067
                                                                                },
                                                                                "restore": {
                                                                                    "expect": {
                                                                                        "dnd": {
                                                                                            "mode": "chose"
                                                                                        },
                                                                                        "tags": {
                                                                                            "mode": "chose"
                                                                                        },
                                                                                        "address": {
                                                                                            "nested": {
                                                                                                "country": {
                                                                                                    "mode": "chose"
                                                                                                }
                                                                                            }
                                                                                        },
                                                                                        "contact": {
                                                                                            "mode": "edit"
                                                                                        },
                                                                                        "timezone": {
                                                                                            "mode": "chose",
                                                                                            "label": "Empty"
                                                                                        },
                                                                                        "customField": {
                                                                                            "nested": {
                                                                                                "custom_field_006": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_007": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_009": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_012": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_014": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_015": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_024": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_026": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_028": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_030": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_033": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_034": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_035": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_039": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_049": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_054": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_055": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_060": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_067": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_069": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_071": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_072": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_075": {
                                                                                                    "mode": "chose"
                                                                                                },
                                                                                                "custom_field_082": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                }
                                                                                            }
                                                                                        }
                                                                                    },
                                                                                    "parameters": {
                                                                                        "__IMTCONN__": {
                                                                                            "data": {
                                                                                                "scoped": "true",
                                                                                                "connection": "highlevel3"
                                                                                            },
                                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                                        }
                                                                                    }
                                                                                },
                                                                                "parameters": [
                                                                                    {
                                                                                        "name": "__IMTCONN__",
                                                                                        "type": "account:highlevel,highlevel3",
                                                                                        "label": "Connection",
                                                                                        "required": true
                                                                                    }
                                                                                ],
                                                                                "expect": [
                                                                                    {
                                                                                        "mode": "edit",
                                                                                        "name": "contact",
                                                                                        "type": "select",
                                                                                        "label": "Contact ID",
                                                                                        "required": true
                                                                                    },
                                                                                    {
                                                                                        "name": "firstName",
                                                                                        "type": "text",
                                                                                        "label": "First Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastName",
                                                                                        "type": "text",
                                                                                        "label": "Last Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "email",
                                                                                        "type": "email",
                                                                                        "label": "Email"
                                                                                    },
                                                                                    {
                                                                                        "name": "phone",
                                                                                        "type": "text",
                                                                                        "label": "Phone"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateOfBirth",
                                                                                        "time": false,
                                                                                        "type": "date",
                                                                                        "label": "Date of Birth"
                                                                                    },
                                                                                    {
                                                                                        "name": "companyName",
                                                                                        "type": "text",
                                                                                        "label": "Company Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "website",
                                                                                        "type": "url",
                                                                                        "label": "Website"
                                                                                    },
                                                                                    {
                                                                                        "name": "tags",
                                                                                        "type": "select",
                                                                                        "label": "Tags",
                                                                                        "multiple": true
                                                                                    },
                                                                                    {
                                                                                        "name": "address",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "address1",
                                                                                                "type": "text",
                                                                                                "label": "Street"
                                                                                            },
                                                                                            {
                                                                                                "name": "city",
                                                                                                "type": "text",
                                                                                                "label": "City"
                                                                                            },
                                                                                            {
                                                                                                "name": "state",
                                                                                                "type": "text",
                                                                                                "label": "State"
                                                                                            },
                                                                                            {
                                                                                                "name": "postalCode",
                                                                                                "type": "text",
                                                                                                "label": "PostalCode"
                                                                                            },
                                                                                            {
                                                                                                "name": "country",
                                                                                                "type": "select",
                                                                                                "label": "Country"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Address"
                                                                                    },
                                                                                    {
                                                                                        "name": "source",
                                                                                        "type": "text",
                                                                                        "label": "Source"
                                                                                    },
                                                                                    {
                                                                                        "name": "timezone",
                                                                                        "type": "select",
                                                                                        "label": "Timezone"
                                                                                    },
                                                                                    {
                                                                                        "name": "dnd",
                                                                                        "type": "boolean",
                                                                                        "label": "Dnd"
                                                                                    },
                                                                                    {
                                                                                        "name": "customField",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "custom_field_019",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Summary"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_014",
                                                                                                "type": "select",
                                                                                                "label": "What is your company’s annual revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_026",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Campaign"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_052",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Transcript"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_060",
                                                                                                "type": "select",
                                                                                                "label": "Company Industry"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_072",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: Website"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_074",
                                                                                                "type": "text",
                                                                                                "label": "Custom Message: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_082",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_021",
                                                                                                "type": "text",
                                                                                                "label": "Ownership Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_028",
                                                                                                "type": "select",
                                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_040",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 1"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_049",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Latest Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_075",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: WhatsApp",
                                                                                                "multiple": true,
                                                                                                "validate": {
                                                                                                    "enum": [
                                                                                                        "Valid"
                                                                                                    ]
                                                                                                }
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_077",
                                                                                                "type": "number",
                                                                                                "label": "Company Last Headcount"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_007",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Email Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_009",
                                                                                                "type": "select",
                                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_010",
                                                                                                "type": "text",
                                                                                                "label": "Gatekeeper Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_084",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 2"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_020",
                                                                                                "type": "number",
                                                                                                "label": "Company Estimated Turnover"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_017",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 3"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_038",
                                                                                                "type": "text",
                                                                                                "label": "Contact Permission"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_069",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Lead Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_011",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Universal"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_044",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_061",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_005",
                                                                                                "type": "text",
                                                                                                "label": "Google Place ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_024",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Meeting Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_063",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_085",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: SMS"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_029",
                                                                                                "type": "number",
                                                                                                "label": "Company Age (In Years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_030",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Other Lead Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_054",
                                                                                                "type": "select",
                                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                                "type": "text",
                                                                                                "label": "Valuation Interest"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_081",
                                                                                                "type": "text",
                                                                                                "label": "Google CID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_008",
                                                                                                "type": "text",
                                                                                                "label": "Business Size Indicator"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_034",
                                                                                                "type": "select",
                                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_036",
                                                                                                "type": "text",
                                                                                                "label": "Company Google Plus Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_083",
                                                                                                "type": "text",
                                                                                                "label": "Company Age (In years & Months)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_087",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: AI Calls"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_035",
                                                                                                "type": "select",
                                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_057",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Captured"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_059",
                                                                                                "type": "text",
                                                                                                "label": "Company number"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_013",
                                                                                                "type": "number",
                                                                                                "label": "Company SIC Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_023",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Context: AI Calls"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_031",
                                                                                                "type": "text",
                                                                                                "label": "Company Overview"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_033",
                                                                                                "type": "select",
                                                                                                "label": "How long have you been operating the business?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_050",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Provided"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_071",
                                                                                                "type": "select",
                                                                                                "label": "Email Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_004",
                                                                                                "type": "text",
                                                                                                "label": "Company Financials"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_006",
                                                                                                "type": "select",
                                                                                                "label": "Phone Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_015",
                                                                                                "type": "select",
                                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_064",
                                                                                                "type": "text",
                                                                                                "label": "Contact Method Preference"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_066",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Homepage URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_053",
                                                                                                "type": "text",
                                                                                                "label": "Google Maps Place URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_056",
                                                                                                "type": "text",
                                                                                                "label": "Engagement Interest Level"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_067",
                                                                                                "type": "select",
                                                                                                "label": "Valid Email (Manual)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_025",
                                                                                                "type": "text",
                                                                                                "label": "Instantly \"event_type\""
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_078",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Grow Page URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_080",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Availability"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_037",
                                                                                                "type": "text",
                                                                                                "label": "Company Services"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_046",
                                                                                                "type": "text",
                                                                                                "label": "Test"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_073",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_027",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Rating"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_051",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_062",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_079",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Review Count"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_018",
                                                                                                "type": "text",
                                                                                                "label": "Legal Company Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_058",
                                                                                                "type": "date",
                                                                                                "label": "Company Incorporation Date"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_041",
                                                                                                "type": "text",
                                                                                                "label": "Job Title"
                                                                                            },
                                                                                            {
                                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Personal URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_002",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Company URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_045",
                                                                                                "type": "text",
                                                                                                "label": "Message"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_055",
                                                                                                "type": "select",
                                                                                                "label": "Company type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_012",
                                                                                                "type": "select",
                                                                                                "label": "Company status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_070",
                                                                                                "type": "number",
                                                                                                "label": "Officers Age (in years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_016",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Contact Data & Notes"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_086",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_039",
                                                                                                "type": "select",
                                                                                                "label": "Priority"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Custom Fields"
                                                                                    }
                                                                                ],
                                                                                "interface": [
                                                                                    {
                                                                                        "name": "id",
                                                                                        "type": "text",
                                                                                        "label": "Contact ID"
                                                                                    },
                                                                                    {
                                                                                        "name": "timezone",
                                                                                        "type": "text",
                                                                                        "label": "Timezone"
                                                                                    },
                                                                                    {
                                                                                        "name": "type",
                                                                                        "type": "text",
                                                                                        "label": "Type"
                                                                                    },
                                                                                    {
                                                                                        "name": "locationId",
                                                                                        "type": "text",
                                                                                        "label": "Location ID"
                                                                                    },
                                                                                    {
                                                                                        "name": "dnd",
                                                                                        "type": "boolean",
                                                                                        "label": "Dnd"
                                                                                    },
                                                                                    {
                                                                                        "name": "inboundDndSettings",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "all",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "All"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Inbound Dnd Settings"
                                                                                    },
                                                                                    {
                                                                                        "name": "dndSettings",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "Call",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "Call"
                                                                                            },
                                                                                            {
                                                                                                "name": "Email",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "SMS",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "SMS"
                                                                                            },
                                                                                            {
                                                                                                "name": "WhatsApp",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "GMB",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "GMB"
                                                                                            },
                                                                                            {
                                                                                                "name": "FB",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "FB"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Dnd Settings"
                                                                                    },
                                                                                    {
                                                                                        "name": "createdBy",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "sourceId",
                                                                                                "type": "text",
                                                                                                "label": "Source ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "channel",
                                                                                                "type": "text",
                                                                                                "label": "Channel"
                                                                                            },
                                                                                            {
                                                                                                "name": "source",
                                                                                                "type": "text",
                                                                                                "label": "Source"
                                                                                            },
                                                                                            {
                                                                                                "name": "sourceName",
                                                                                                "type": "text",
                                                                                                "label": "Source Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "timestamp",
                                                                                                "type": "date",
                                                                                                "label": "Timestamp"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Created By"
                                                                                    },
                                                                                    {
                                                                                        "name": "tags",
                                                                                        "type": "array",
                                                                                        "label": "Tags"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateAdded",
                                                                                        "type": "date",
                                                                                        "label": "Date Added"
                                                                                    },
                                                                                    {
                                                                                        "name": "additionalEmails",
                                                                                        "type": "array",
                                                                                        "label": "Additional Emails"
                                                                                    },
                                                                                    {
                                                                                        "name": "additionalPhones",
                                                                                        "type": "array",
                                                                                        "label": "Additional Phones"
                                                                                    },
                                                                                    {
                                                                                        "name": "country",
                                                                                        "type": "text",
                                                                                        "label": "Country"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastName",
                                                                                        "type": "text",
                                                                                        "label": "Last Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Last Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "emailLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Email Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "email",
                                                                                        "type": "text",
                                                                                        "label": "Email"
                                                                                    },
                                                                                    {
                                                                                        "name": "postalCode",
                                                                                        "type": "text",
                                                                                        "label": "Postal Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateUpdated",
                                                                                        "type": "date",
                                                                                        "label": "Date Updated"
                                                                                    },
                                                                                    {
                                                                                        "name": "fullNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Full Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "firstName",
                                                                                        "type": "text",
                                                                                        "label": "First Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "firstNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "First Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "source",
                                                                                        "type": "text",
                                                                                        "label": "Source"
                                                                                    },
                                                                                    {
                                                                                        "name": "companyName",
                                                                                        "type": "text",
                                                                                        "label": "Company Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "website",
                                                                                        "type": "text",
                                                                                        "label": "Website"
                                                                                    },
                                                                                    {
                                                                                        "name": "phone",
                                                                                        "type": "text",
                                                                                        "label": "Phone"
                                                                                    },
                                                                                    {
                                                                                        "name": "customField",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "custom_field_019",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Summary",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_014",
                                                                                                "type": "text",
                                                                                                "label": "What is your company’s annual revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_026",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Campaign"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_052",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Transcript",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_060",
                                                                                                "type": "text",
                                                                                                "label": "Company Industry"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_072",
                                                                                                "type": "text",
                                                                                                "label": "Custom Status: Website"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_074",
                                                                                                "type": "text",
                                                                                                "label": "Custom Message: WhatsApp",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_082",
                                                                                                "type": "text",
                                                                                                "label": "Custom Status: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_021",
                                                                                                "type": "text",
                                                                                                "label": "Ownership Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_028",
                                                                                                "type": "text",
                                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_040",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 1",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_049",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Latest Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_075",
                                                                                                "type": "array",
                                                                                                "label": "Custom Status: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_077",
                                                                                                "type": "number",
                                                                                                "label": "Company Last Headcount"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_007",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Email Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_009",
                                                                                                "type": "text",
                                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_010",
                                                                                                "type": "text",
                                                                                                "label": "Gatekeeper Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_084",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 2",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_020",
                                                                                                "type": "number",
                                                                                                "label": "Company Estimated Turnover"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_017",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 3",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_038",
                                                                                                "type": "text",
                                                                                                "label": "Contact Permission"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_069",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Lead Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_011",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Universal",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_044",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Email",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_061",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_005",
                                                                                                "type": "text",
                                                                                                "label": "Google Place ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_024",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Meeting Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_063",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_085",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: SMS",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_029",
                                                                                                "type": "number",
                                                                                                "label": "Company Age (In Years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_030",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Other Lead Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_054",
                                                                                                "type": "text",
                                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                                "type": "text",
                                                                                                "label": "Valuation Interest"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_081",
                                                                                                "type": "text",
                                                                                                "label": "Google CID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_008",
                                                                                                "type": "text",
                                                                                                "label": "Business Size Indicator"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_034",
                                                                                                "type": "text",
                                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_036",
                                                                                                "type": "text",
                                                                                                "label": "Company Google Plus Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_083",
                                                                                                "type": "text",
                                                                                                "label": "Company Age (In years & Months)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_087",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_035",
                                                                                                "type": "text",
                                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_057",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Captured"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_059",
                                                                                                "type": "text",
                                                                                                "label": "Company number"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_013",
                                                                                                "type": "number",
                                                                                                "label": "Company SIC Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_023",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Context: AI Calls",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_031",
                                                                                                "type": "text",
                                                                                                "label": "Company Overview",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_033",
                                                                                                "type": "text",
                                                                                                "label": "How long have you been operating the business?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_050",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Provided"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_071",
                                                                                                "type": "text",
                                                                                                "label": "Email Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_004",
                                                                                                "type": "text",
                                                                                                "label": "Company Financials",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_006",
                                                                                                "type": "text",
                                                                                                "label": "Phone Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_015",
                                                                                                "type": "text",
                                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_064",
                                                                                                "type": "text",
                                                                                                "label": "Contact Method Preference"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_066",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Homepage URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_053",
                                                                                                "type": "text",
                                                                                                "label": "Google Maps Place URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_056",
                                                                                                "type": "text",
                                                                                                "label": "Engagement Interest Level"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_067",
                                                                                                "type": "text",
                                                                                                "label": "Valid Email (Manual)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_025",
                                                                                                "type": "text",
                                                                                                "label": "Instantly \"event_type\""
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_078",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Grow Page URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_080",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Availability"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_037",
                                                                                                "type": "text",
                                                                                                "label": "Company Services",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_046",
                                                                                                "type": "text",
                                                                                                "label": "Test"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_073",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_027",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Rating"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_051",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Company",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_062",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Person",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_079",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Review Count"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_018",
                                                                                                "type": "text",
                                                                                                "label": "Legal Company Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_058",
                                                                                                "type": "date",
                                                                                                "label": "Company Incorporation Date"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_041",
                                                                                                "type": "text",
                                                                                                "label": "Job Title"
                                                                                            },
                                                                                            {
                                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Personal URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_002",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Company URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_045",
                                                                                                "type": "text",
                                                                                                "label": "Message",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_055",
                                                                                                "type": "text",
                                                                                                "label": "Company type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_012",
                                                                                                "type": "text",
                                                                                                "label": "Company status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_070",
                                                                                                "type": "number",
                                                                                                "label": "Officers Age (in years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_016",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_086",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_039",
                                                                                                "type": "text",
                                                                                                "label": "Priority"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Custom Fields"
                                                                                    }
                                                                                ]
                                                                            },
                                                                            "onerror": [
                                                                                {
                                                                                    "id": 61,
                                                                                    "module": "builtin:Ignore",
                                                                                    "version": 1,
                                                                                    "metadata": {
                                                                                        "designer": {
                                                                                            "x": 3832,
                                                                                            "y": 1235
                                                                                        }
                                                                                    }
                                                                                }
                                                                            ]
                                                                        }
                                                                    ]
                                                                },
                                                                {
                                                                    "flow": [
                                                                        {
                                                                            "id": 162,
                                                                            "module": "highlevel:updateAContact",
                                                                            "version": 1,
                                                                            "parameters": {
                                                                                "__IMTCONN__": 1000003
                                                                            },
                                                                            "filter": {
                                                                                "name": "Type: mobile",
                                                                                "conditions": [
                                                                                    [
                                                                                        {
                                                                                            "a": "{{46.e164}}",
                                                                                            "b": "MOBILE",
                                                                                            "o": "text:equal"
                                                                                        }
                                                                                    ]
                                                                                ]
                                                                            },
                                                                            "mapper": {
                                                                                "address": {},
                                                                                "contact": "{{14.contact_id}}",
                                                                                "customField": {
                                                                                    "custom_field_006": "Mobile"
                                                                                }
                                                                            },
                                                                            "metadata": {
                                                                                "designer": {
                                                                                    "x": 3596,
                                                                                    "y": 1423
                                                                                },
                                                                                "restore": {
                                                                                    "expect": {
                                                                                        "dnd": {
                                                                                            "mode": "chose"
                                                                                        },
                                                                                        "tags": {
                                                                                            "mode": "chose"
                                                                                        },
                                                                                        "address": {
                                                                                            "nested": {
                                                                                                "country": {
                                                                                                    "mode": "chose"
                                                                                                }
                                                                                            }
                                                                                        },
                                                                                        "contact": {
                                                                                            "mode": "edit"
                                                                                        },
                                                                                        "timezone": {
                                                                                            "mode": "chose",
                                                                                            "label": "Empty"
                                                                                        },
                                                                                        "customField": {
                                                                                            "nested": {
                                                                                                "custom_field_006": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Mobile"
                                                                                                },
                                                                                                "custom_field_007": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_009": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_012": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_014": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_015": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_024": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_026": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_028": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_030": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_032": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_033": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_034": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_035": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_039": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_042": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_043": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_049": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_054": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_055": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_060": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_065": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_067": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_069": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_071": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_072": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_075": {
                                                                                                    "mode": "chose"
                                                                                                },
                                                                                                "custom_field_082": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                }
                                                                                            }
                                                                                        }
                                                                                    },
                                                                                    "parameters": {
                                                                                        "__IMTCONN__": {
                                                                                            "data": {
                                                                                                "scoped": "true",
                                                                                                "connection": "highlevel3"
                                                                                            },
                                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                                        }
                                                                                    }
                                                                                },
                                                                                "parameters": [
                                                                                    {
                                                                                        "name": "__IMTCONN__",
                                                                                        "type": "account:highlevel,highlevel3",
                                                                                        "label": "Connection",
                                                                                        "required": true
                                                                                    }
                                                                                ],
                                                                                "expect": [
                                                                                    {
                                                                                        "mode": "edit",
                                                                                        "name": "contact",
                                                                                        "type": "select",
                                                                                        "label": "Contact ID",
                                                                                        "required": true
                                                                                    },
                                                                                    {
                                                                                        "name": "firstName",
                                                                                        "type": "text",
                                                                                        "label": "First Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastName",
                                                                                        "type": "text",
                                                                                        "label": "Last Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "email",
                                                                                        "type": "email",
                                                                                        "label": "Email"
                                                                                    },
                                                                                    {
                                                                                        "name": "phone",
                                                                                        "type": "text",
                                                                                        "label": "Phone"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateOfBirth",
                                                                                        "time": false,
                                                                                        "type": "date",
                                                                                        "label": "Date of Birth"
                                                                                    },
                                                                                    {
                                                                                        "name": "companyName",
                                                                                        "type": "text",
                                                                                        "label": "Company Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "website",
                                                                                        "type": "url",
                                                                                        "label": "Website"
                                                                                    },
                                                                                    {
                                                                                        "name": "tags",
                                                                                        "type": "select",
                                                                                        "label": "Tags",
                                                                                        "multiple": true
                                                                                    },
                                                                                    {
                                                                                        "name": "address",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "address1",
                                                                                                "type": "text",
                                                                                                "label": "Street"
                                                                                            },
                                                                                            {
                                                                                                "name": "city",
                                                                                                "type": "text",
                                                                                                "label": "City"
                                                                                            },
                                                                                            {
                                                                                                "name": "state",
                                                                                                "type": "text",
                                                                                                "label": "State"
                                                                                            },
                                                                                            {
                                                                                                "name": "postalCode",
                                                                                                "type": "text",
                                                                                                "label": "PostalCode"
                                                                                            },
                                                                                            {
                                                                                                "name": "country",
                                                                                                "type": "select",
                                                                                                "label": "Country"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Address"
                                                                                    },
                                                                                    {
                                                                                        "name": "source",
                                                                                        "type": "text",
                                                                                        "label": "Source"
                                                                                    },
                                                                                    {
                                                                                        "name": "timezone",
                                                                                        "type": "select",
                                                                                        "label": "Timezone"
                                                                                    },
                                                                                    {
                                                                                        "name": "dnd",
                                                                                        "type": "boolean",
                                                                                        "label": "Dnd"
                                                                                    },
                                                                                    {
                                                                                        "name": "customField",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "custom_field_019",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Summary"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_014",
                                                                                                "type": "select",
                                                                                                "label": "What is your company’s annual revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_026",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Campaign"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_052",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Transcript"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_060",
                                                                                                "type": "select",
                                                                                                "label": "Company Industry"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_072",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: Website"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_074",
                                                                                                "type": "text",
                                                                                                "label": "Custom Message: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_082",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_021",
                                                                                                "type": "text",
                                                                                                "label": "Ownership Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_028",
                                                                                                "type": "select",
                                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_040",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 1"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_049",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Latest Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_075",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: WhatsApp",
                                                                                                "multiple": true,
                                                                                                "validate": {
                                                                                                    "enum": [
                                                                                                        "Valid"
                                                                                                    ]
                                                                                                }
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_043",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Find"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_077",
                                                                                                "type": "number",
                                                                                                "label": "Company Last Headcount"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_007",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Email Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_009",
                                                                                                "type": "select",
                                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_010",
                                                                                                "type": "text",
                                                                                                "label": "Gatekeeper Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_084",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 2"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_042",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Research Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_020",
                                                                                                "type": "number",
                                                                                                "label": "Company Estimated Turnover"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_017",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 3"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_038",
                                                                                                "type": "text",
                                                                                                "label": "Contact Permission"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_069",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Lead Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_032",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Research Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_011",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Universal"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_044",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_061",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_005",
                                                                                                "type": "text",
                                                                                                "label": "Google Place ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_024",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Meeting Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_063",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_085",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: SMS"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_065",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Send Letter"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_029",
                                                                                                "type": "number",
                                                                                                "label": "Company Age (In Years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_030",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Other Lead Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_054",
                                                                                                "type": "select",
                                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                                "type": "text",
                                                                                                "label": "Valuation Interest"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_081",
                                                                                                "type": "text",
                                                                                                "label": "Google CID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_008",
                                                                                                "type": "text",
                                                                                                "label": "Business Size Indicator"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_034",
                                                                                                "type": "select",
                                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_036",
                                                                                                "type": "text",
                                                                                                "label": "Company Google Plus Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_083",
                                                                                                "type": "text",
                                                                                                "label": "Company Age (In years & Months)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_087",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: AI Calls"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_035",
                                                                                                "type": "select",
                                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_057",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Captured"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_059",
                                                                                                "type": "text",
                                                                                                "label": "Company number"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_013",
                                                                                                "type": "number",
                                                                                                "label": "Company SIC Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_023",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Context: AI Calls"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_031",
                                                                                                "type": "text",
                                                                                                "label": "Company Overview"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_033",
                                                                                                "type": "select",
                                                                                                "label": "How long have you been operating the business?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_050",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Provided"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_071",
                                                                                                "type": "select",
                                                                                                "label": "Email Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_004",
                                                                                                "type": "text",
                                                                                                "label": "Company Financials"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_006",
                                                                                                "type": "select",
                                                                                                "label": "Phone Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_015",
                                                                                                "type": "select",
                                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_064",
                                                                                                "type": "text",
                                                                                                "label": "Contact Method Preference"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_066",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Homepage URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_053",
                                                                                                "type": "text",
                                                                                                "label": "Google Maps Place URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_056",
                                                                                                "type": "text",
                                                                                                "label": "Engagement Interest Level"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_067",
                                                                                                "type": "select",
                                                                                                "label": "Valid Email (Manual)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_025",
                                                                                                "type": "text",
                                                                                                "label": "Instantly \"event_type\""
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_078",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Grow Page URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_080",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Availability"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_037",
                                                                                                "type": "text",
                                                                                                "label": "Company Services"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_046",
                                                                                                "type": "text",
                                                                                                "label": "Test"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_073",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_027",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Rating"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_051",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_062",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_079",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Review Count"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_018",
                                                                                                "type": "text",
                                                                                                "label": "Legal Company Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_058",
                                                                                                "type": "date",
                                                                                                "label": "Company Incorporation Date"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_041",
                                                                                                "type": "text",
                                                                                                "label": "Job Title"
                                                                                            },
                                                                                            {
                                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Personal URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_002",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Company URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_045",
                                                                                                "type": "text",
                                                                                                "label": "Message"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_055",
                                                                                                "type": "select",
                                                                                                "label": "Company type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_012",
                                                                                                "type": "select",
                                                                                                "label": "Company status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_070",
                                                                                                "type": "number",
                                                                                                "label": "Officers Age (in years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_016",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Contact Data & Notes"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_086",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_039",
                                                                                                "type": "select",
                                                                                                "label": "Priority"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Custom Fields"
                                                                                    }
                                                                                ],
                                                                                "interface": [
                                                                                    {
                                                                                        "name": "id",
                                                                                        "type": "text",
                                                                                        "label": "Contact ID"
                                                                                    },
                                                                                    {
                                                                                        "name": "timezone",
                                                                                        "type": "text",
                                                                                        "label": "Timezone"
                                                                                    },
                                                                                    {
                                                                                        "name": "type",
                                                                                        "type": "text",
                                                                                        "label": "Type"
                                                                                    },
                                                                                    {
                                                                                        "name": "locationId",
                                                                                        "type": "text",
                                                                                        "label": "Location ID"
                                                                                    },
                                                                                    {
                                                                                        "name": "dnd",
                                                                                        "type": "boolean",
                                                                                        "label": "Dnd"
                                                                                    },
                                                                                    {
                                                                                        "name": "inboundDndSettings",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "all",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "All"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Inbound Dnd Settings"
                                                                                    },
                                                                                    {
                                                                                        "name": "dndSettings",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "Call",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "Call"
                                                                                            },
                                                                                            {
                                                                                                "name": "Email",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "SMS",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "SMS"
                                                                                            },
                                                                                            {
                                                                                                "name": "WhatsApp",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "GMB",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "GMB"
                                                                                            },
                                                                                            {
                                                                                                "name": "FB",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "FB"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Dnd Settings"
                                                                                    },
                                                                                    {
                                                                                        "name": "createdBy",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "sourceId",
                                                                                                "type": "text",
                                                                                                "label": "Source ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "channel",
                                                                                                "type": "text",
                                                                                                "label": "Channel"
                                                                                            },
                                                                                            {
                                                                                                "name": "source",
                                                                                                "type": "text",
                                                                                                "label": "Source"
                                                                                            },
                                                                                            {
                                                                                                "name": "sourceName",
                                                                                                "type": "text",
                                                                                                "label": "Source Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "timestamp",
                                                                                                "type": "date",
                                                                                                "label": "Timestamp"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Created By"
                                                                                    },
                                                                                    {
                                                                                        "name": "tags",
                                                                                        "type": "array",
                                                                                        "label": "Tags"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateAdded",
                                                                                        "type": "date",
                                                                                        "label": "Date Added"
                                                                                    },
                                                                                    {
                                                                                        "name": "additionalEmails",
                                                                                        "type": "array",
                                                                                        "label": "Additional Emails"
                                                                                    },
                                                                                    {
                                                                                        "name": "additionalPhones",
                                                                                        "type": "array",
                                                                                        "label": "Additional Phones"
                                                                                    },
                                                                                    {
                                                                                        "name": "country",
                                                                                        "type": "text",
                                                                                        "label": "Country"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastName",
                                                                                        "type": "text",
                                                                                        "label": "Last Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Last Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "emailLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Email Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "email",
                                                                                        "type": "text",
                                                                                        "label": "Email"
                                                                                    },
                                                                                    {
                                                                                        "name": "postalCode",
                                                                                        "type": "text",
                                                                                        "label": "Postal Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateUpdated",
                                                                                        "type": "date",
                                                                                        "label": "Date Updated"
                                                                                    },
                                                                                    {
                                                                                        "name": "fullNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Full Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "firstName",
                                                                                        "type": "text",
                                                                                        "label": "First Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "firstNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "First Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "source",
                                                                                        "type": "text",
                                                                                        "label": "Source"
                                                                                    },
                                                                                    {
                                                                                        "name": "companyName",
                                                                                        "type": "text",
                                                                                        "label": "Company Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "website",
                                                                                        "type": "text",
                                                                                        "label": "Website"
                                                                                    },
                                                                                    {
                                                                                        "name": "phone",
                                                                                        "type": "text",
                                                                                        "label": "Phone"
                                                                                    },
                                                                                    {
                                                                                        "name": "customField",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "custom_field_019",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Summary",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_014",
                                                                                                "type": "text",
                                                                                                "label": "What is your company’s annual revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_026",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Campaign"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_052",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Transcript",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_060",
                                                                                                "type": "text",
                                                                                                "label": "Company Industry"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_072",
                                                                                                "type": "text",
                                                                                                "label": "Custom Status: Website"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_074",
                                                                                                "type": "text",
                                                                                                "label": "Custom Message: WhatsApp",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_082",
                                                                                                "type": "text",
                                                                                                "label": "Custom Status: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_021",
                                                                                                "type": "text",
                                                                                                "label": "Ownership Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_028",
                                                                                                "type": "text",
                                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_040",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 1",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_049",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Latest Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_075",
                                                                                                "type": "array",
                                                                                                "label": "Custom Status: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_043",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Find"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_077",
                                                                                                "type": "number",
                                                                                                "label": "Company Last Headcount"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_007",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Email Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_009",
                                                                                                "type": "text",
                                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_010",
                                                                                                "type": "text",
                                                                                                "label": "Gatekeeper Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_084",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 2",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_042",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Research Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_020",
                                                                                                "type": "number",
                                                                                                "label": "Company Estimated Turnover"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_017",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 3",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_038",
                                                                                                "type": "text",
                                                                                                "label": "Contact Permission"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_069",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Lead Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_032",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Research Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_011",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Universal",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_044",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Email",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_061",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_005",
                                                                                                "type": "text",
                                                                                                "label": "Google Place ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_024",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Meeting Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_063",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_085",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: SMS",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_065",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Send Letter"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_029",
                                                                                                "type": "number",
                                                                                                "label": "Company Age (In Years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_030",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Other Lead Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_054",
                                                                                                "type": "text",
                                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                                "type": "text",
                                                                                                "label": "Valuation Interest"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_081",
                                                                                                "type": "text",
                                                                                                "label": "Google CID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_008",
                                                                                                "type": "text",
                                                                                                "label": "Business Size Indicator"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_034",
                                                                                                "type": "text",
                                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_036",
                                                                                                "type": "text",
                                                                                                "label": "Company Google Plus Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_083",
                                                                                                "type": "text",
                                                                                                "label": "Company Age (In years & Months)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_087",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_035",
                                                                                                "type": "text",
                                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_057",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Captured"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_059",
                                                                                                "type": "text",
                                                                                                "label": "Company number"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_013",
                                                                                                "type": "number",
                                                                                                "label": "Company SIC Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_023",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Context: AI Calls",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_031",
                                                                                                "type": "text",
                                                                                                "label": "Company Overview",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_033",
                                                                                                "type": "text",
                                                                                                "label": "How long have you been operating the business?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_050",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Provided"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_071",
                                                                                                "type": "text",
                                                                                                "label": "Email Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_004",
                                                                                                "type": "text",
                                                                                                "label": "Company Financials",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_006",
                                                                                                "type": "text",
                                                                                                "label": "Phone Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_015",
                                                                                                "type": "text",
                                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_064",
                                                                                                "type": "text",
                                                                                                "label": "Contact Method Preference"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_066",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Homepage URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_053",
                                                                                                "type": "text",
                                                                                                "label": "Google Maps Place URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_056",
                                                                                                "type": "text",
                                                                                                "label": "Engagement Interest Level"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_067",
                                                                                                "type": "text",
                                                                                                "label": "Valid Email (Manual)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_025",
                                                                                                "type": "text",
                                                                                                "label": "Instantly \"event_type\""
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_078",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Grow Page URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_080",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Availability"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_037",
                                                                                                "type": "text",
                                                                                                "label": "Company Services",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_046",
                                                                                                "type": "text",
                                                                                                "label": "Test"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_073",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_027",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Rating"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_051",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Company",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_062",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Person",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_079",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Review Count"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_018",
                                                                                                "type": "text",
                                                                                                "label": "Legal Company Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_058",
                                                                                                "type": "date",
                                                                                                "label": "Company Incorporation Date"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_041",
                                                                                                "type": "text",
                                                                                                "label": "Job Title"
                                                                                            },
                                                                                            {
                                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Personal URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_002",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Company URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_045",
                                                                                                "type": "text",
                                                                                                "label": "Message",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_055",
                                                                                                "type": "text",
                                                                                                "label": "Company type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_012",
                                                                                                "type": "text",
                                                                                                "label": "Company status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_070",
                                                                                                "type": "number",
                                                                                                "label": "Officers Age (in years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_016",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_086",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_039",
                                                                                                "type": "text",
                                                                                                "label": "Priority"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Custom Fields"
                                                                                    }
                                                                                ]
                                                                            },
                                                                            "onerror": [
                                                                                {
                                                                                    "id": 163,
                                                                                    "module": "builtin:Ignore",
                                                                                    "version": 1,
                                                                                    "metadata": {
                                                                                        "designer": {
                                                                                            "x": 3814,
                                                                                            "y": 1674
                                                                                        }
                                                                                    }
                                                                                }
                                                                            ]
                                                                        },
                                                                        {
                                                                            "id": 170,
                                                                            "module": "green-api:CheckWhatsapp",
                                                                            "version": 1,
                                                                            "parameters": {
                                                                                "__IMTCONN__": 1000007
                                                                            },
                                                                            "mapper": {
                                                                                "phoneNumber": "{{46.e164}}"
                                                                            },
                                                                            "metadata": {
                                                                                "designer": {
                                                                                    "x": 4162,
                                                                                    "y": 1430
                                                                                },
                                                                                "restore": {
                                                                                    "parameters": {
                                                                                        "__IMTCONN__": {
                                                                                            "data": {
                                                                                                "scoped": "true",
                                                                                                "connection": "green-api"
                                                                                            },
                                                                                            "label": "My GREEN-API connection (7105275104 - 971504671618@c.us)"
                                                                                        }
                                                                                    }
                                                                                },
                                                                                "parameters": [
                                                                                    {
                                                                                        "name": "__IMTCONN__",
                                                                                        "type": "account:green-api",
                                                                                        "label": "Connection",
                                                                                        "required": true
                                                                                    }
                                                                                ],
                                                                                "expect": [
                                                                                    {
                                                                                        "name": "phoneNumber",
                                                                                        "type": "integer",
                                                                                        "required": true
                                                                                    }
                                                                                ]
                                                                            },
                                                                            "onerror": [
                                                                                {
                                                                                    "id": 188,
                                                                                    "module": "builtin:Break",
                                                                                    "version": 1,
                                                                                    "parameters": {},
                                                                                    "mapper": {
                                                                                        "count": "14",
                                                                                        "retry": true,
                                                                                        "interval": "720"
                                                                                    },
                                                                                    "metadata": {
                                                                                        "designer": {
                                                                                            "x": 4170,
                                                                                            "y": 1711
                                                                                        },
                                                                                        "restore": {
                                                                                            "expect": {
                                                                                                "retry": {
                                                                                                    "mode": "chose"
                                                                                                }
                                                                                            }
                                                                                        },
                                                                                        "expect": [
                                                                                            {
                                                                                                "name": "retry",
                                                                                                "type": "boolean",
                                                                                                "label": "Automatically complete execution",
                                                                                                "required": true
                                                                                            },
                                                                                            {
                                                                                                "name": "count",
                                                                                                "type": "uinteger",
                                                                                                "label": "Number of attempts",
                                                                                                "required": true,
                                                                                                "validate": {
                                                                                                    "max": 10000,
                                                                                                    "min": 1
                                                                                                }
                                                                                            },
                                                                                            {
                                                                                                "name": "interval",
                                                                                                "type": "uinteger",
                                                                                                "label": "Interval between attempts",
                                                                                                "required": true,
                                                                                                "validate": {
                                                                                                    "max": 44640,
                                                                                                    "min": 1
                                                                                                }
                                                                                            }
                                                                                        ]
                                                                                    }
                                                                                }
                                                                            ]
                                                                        },
                                                                        {
                                                                            "id": 172,
                                                                            "module": "highlevel:updateAContact",
                                                                            "version": 1,
                                                                            "parameters": {
                                                                                "__IMTCONN__": 1000003
                                                                            },
                                                                            "filter": {
                                                                                "name": "WhatsApp: valid",
                                                                                "conditions": [
                                                                                    [
                                                                                        {
                                                                                            "a": "{{170.existsWhatsapp}}",
                                                                                            "b": "true",
                                                                                            "o": "text:equal"
                                                                                        }
                                                                                    ]
                                                                                ]
                                                                            },
                                                                            "mapper": {
                                                                                "address": {},
                                                                                "contact": "{{14.contact_id}}",
                                                                                "customField": {
                                                                                    "custom_field_075": [
                                                                                        "Valid"
                                                                                    ]
                                                                                }
                                                                            },
                                                                            "metadata": {
                                                                                "designer": {
                                                                                    "x": 4711,
                                                                                    "y": 1446
                                                                                },
                                                                                "restore": {
                                                                                    "expect": {
                                                                                        "dnd": {
                                                                                            "mode": "chose"
                                                                                        },
                                                                                        "tags": {
                                                                                            "mode": "chose"
                                                                                        },
                                                                                        "address": {
                                                                                            "nested": {
                                                                                                "country": {
                                                                                                    "mode": "chose"
                                                                                                }
                                                                                            }
                                                                                        },
                                                                                        "contact": {
                                                                                            "mode": "edit"
                                                                                        },
                                                                                        "timezone": {
                                                                                            "mode": "chose",
                                                                                            "label": "Empty"
                                                                                        },
                                                                                        "customField": {
                                                                                            "nested": {
                                                                                                "custom_field_006": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_007": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_009": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_012": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_014": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_015": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_024": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_026": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_028": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_030": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_032": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_033": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_034": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_035": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_039": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_042": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_043": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_049": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_054": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_055": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_060": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_065": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_067": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_069": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_071": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_072": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_075": {
                                                                                                    "mode": "chose"
                                                                                                },
                                                                                                "custom_field_082": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                }
                                                                                            }
                                                                                        }
                                                                                    },
                                                                                    "parameters": {
                                                                                        "__IMTCONN__": {
                                                                                            "data": {
                                                                                                "scoped": "true",
                                                                                                "connection": "highlevel3"
                                                                                            },
                                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                                        }
                                                                                    }
                                                                                },
                                                                                "parameters": [
                                                                                    {
                                                                                        "name": "__IMTCONN__",
                                                                                        "type": "account:highlevel,highlevel3",
                                                                                        "label": "Connection",
                                                                                        "required": true
                                                                                    }
                                                                                ],
                                                                                "expect": [
                                                                                    {
                                                                                        "mode": "edit",
                                                                                        "name": "contact",
                                                                                        "type": "select",
                                                                                        "label": "Contact ID",
                                                                                        "required": true
                                                                                    },
                                                                                    {
                                                                                        "name": "firstName",
                                                                                        "type": "text",
                                                                                        "label": "First Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastName",
                                                                                        "type": "text",
                                                                                        "label": "Last Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "email",
                                                                                        "type": "email",
                                                                                        "label": "Email"
                                                                                    },
                                                                                    {
                                                                                        "name": "phone",
                                                                                        "type": "text",
                                                                                        "label": "Phone"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateOfBirth",
                                                                                        "time": false,
                                                                                        "type": "date",
                                                                                        "label": "Date of Birth"
                                                                                    },
                                                                                    {
                                                                                        "name": "companyName",
                                                                                        "type": "text",
                                                                                        "label": "Company Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "website",
                                                                                        "type": "url",
                                                                                        "label": "Website"
                                                                                    },
                                                                                    {
                                                                                        "name": "tags",
                                                                                        "type": "select",
                                                                                        "label": "Tags",
                                                                                        "multiple": true
                                                                                    },
                                                                                    {
                                                                                        "name": "address",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "address1",
                                                                                                "type": "text",
                                                                                                "label": "Street"
                                                                                            },
                                                                                            {
                                                                                                "name": "city",
                                                                                                "type": "text",
                                                                                                "label": "City"
                                                                                            },
                                                                                            {
                                                                                                "name": "state",
                                                                                                "type": "text",
                                                                                                "label": "State"
                                                                                            },
                                                                                            {
                                                                                                "name": "postalCode",
                                                                                                "type": "text",
                                                                                                "label": "PostalCode"
                                                                                            },
                                                                                            {
                                                                                                "name": "country",
                                                                                                "type": "select",
                                                                                                "label": "Country"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Address"
                                                                                    },
                                                                                    {
                                                                                        "name": "source",
                                                                                        "type": "text",
                                                                                        "label": "Source"
                                                                                    },
                                                                                    {
                                                                                        "name": "timezone",
                                                                                        "type": "select",
                                                                                        "label": "Timezone"
                                                                                    },
                                                                                    {
                                                                                        "name": "dnd",
                                                                                        "type": "boolean",
                                                                                        "label": "Dnd"
                                                                                    },
                                                                                    {
                                                                                        "name": "customField",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "custom_field_019",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Summary"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_014",
                                                                                                "type": "select",
                                                                                                "label": "What is your company’s annual revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_026",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Campaign"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_052",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Transcript"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_060",
                                                                                                "type": "select",
                                                                                                "label": "Company Industry"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_072",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: Website"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_074",
                                                                                                "type": "text",
                                                                                                "label": "Custom Message: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_082",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_021",
                                                                                                "type": "text",
                                                                                                "label": "Ownership Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_028",
                                                                                                "type": "select",
                                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_040",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 1"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_049",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Latest Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_075",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: WhatsApp",
                                                                                                "multiple": true,
                                                                                                "validate": {
                                                                                                    "enum": [
                                                                                                        "Valid"
                                                                                                    ]
                                                                                                }
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_043",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Find"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_077",
                                                                                                "type": "number",
                                                                                                "label": "Company Last Headcount"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_007",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Email Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_009",
                                                                                                "type": "select",
                                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_010",
                                                                                                "type": "text",
                                                                                                "label": "Gatekeeper Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_084",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 2"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_042",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Research Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_020",
                                                                                                "type": "number",
                                                                                                "label": "Company Estimated Turnover"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_017",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 3"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_038",
                                                                                                "type": "text",
                                                                                                "label": "Contact Permission"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_069",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Lead Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_032",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Research Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_011",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Universal"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_044",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_061",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_005",
                                                                                                "type": "text",
                                                                                                "label": "Google Place ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_024",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Meeting Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_063",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_085",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: SMS"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_065",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Send Letter"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_029",
                                                                                                "type": "number",
                                                                                                "label": "Company Age (In Years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_030",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Other Lead Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_054",
                                                                                                "type": "select",
                                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                                "type": "text",
                                                                                                "label": "Valuation Interest"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_081",
                                                                                                "type": "text",
                                                                                                "label": "Google CID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_008",
                                                                                                "type": "text",
                                                                                                "label": "Business Size Indicator"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_034",
                                                                                                "type": "select",
                                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_036",
                                                                                                "type": "text",
                                                                                                "label": "Company Google Plus Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_083",
                                                                                                "type": "text",
                                                                                                "label": "Company Age (In years & Months)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_087",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: AI Calls"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_035",
                                                                                                "type": "select",
                                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_057",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Captured"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_059",
                                                                                                "type": "text",
                                                                                                "label": "Company number"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_013",
                                                                                                "type": "number",
                                                                                                "label": "Company SIC Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_023",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Context: AI Calls"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_031",
                                                                                                "type": "text",
                                                                                                "label": "Company Overview"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_033",
                                                                                                "type": "select",
                                                                                                "label": "How long have you been operating the business?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_050",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Provided"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_071",
                                                                                                "type": "select",
                                                                                                "label": "Email Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_004",
                                                                                                "type": "text",
                                                                                                "label": "Company Financials"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_006",
                                                                                                "type": "select",
                                                                                                "label": "Phone Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_015",
                                                                                                "type": "select",
                                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_064",
                                                                                                "type": "text",
                                                                                                "label": "Contact Method Preference"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_066",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Homepage URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_053",
                                                                                                "type": "text",
                                                                                                "label": "Google Maps Place URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_056",
                                                                                                "type": "text",
                                                                                                "label": "Engagement Interest Level"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_067",
                                                                                                "type": "select",
                                                                                                "label": "Valid Email (Manual)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_025",
                                                                                                "type": "text",
                                                                                                "label": "Instantly \"event_type\""
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_078",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Grow Page URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_080",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Availability"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_037",
                                                                                                "type": "text",
                                                                                                "label": "Company Services"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_046",
                                                                                                "type": "text",
                                                                                                "label": "Test"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_073",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_027",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Rating"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_051",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_062",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_079",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Review Count"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_018",
                                                                                                "type": "text",
                                                                                                "label": "Legal Company Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_058",
                                                                                                "type": "date",
                                                                                                "label": "Company Incorporation Date"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_041",
                                                                                                "type": "text",
                                                                                                "label": "Job Title"
                                                                                            },
                                                                                            {
                                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Personal URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_002",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Company URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_045",
                                                                                                "type": "text",
                                                                                                "label": "Message"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_055",
                                                                                                "type": "select",
                                                                                                "label": "Company type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_012",
                                                                                                "type": "select",
                                                                                                "label": "Company status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_070",
                                                                                                "type": "number",
                                                                                                "label": "Officers Age (in years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_016",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Contact Data & Notes"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_086",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_039",
                                                                                                "type": "select",
                                                                                                "label": "Priority"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Custom Fields"
                                                                                    }
                                                                                ],
                                                                                "interface": [
                                                                                    {
                                                                                        "name": "id",
                                                                                        "type": "text",
                                                                                        "label": "Contact ID"
                                                                                    },
                                                                                    {
                                                                                        "name": "timezone",
                                                                                        "type": "text",
                                                                                        "label": "Timezone"
                                                                                    },
                                                                                    {
                                                                                        "name": "type",
                                                                                        "type": "text",
                                                                                        "label": "Type"
                                                                                    },
                                                                                    {
                                                                                        "name": "locationId",
                                                                                        "type": "text",
                                                                                        "label": "Location ID"
                                                                                    },
                                                                                    {
                                                                                        "name": "dnd",
                                                                                        "type": "boolean",
                                                                                        "label": "Dnd"
                                                                                    },
                                                                                    {
                                                                                        "name": "inboundDndSettings",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "all",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "All"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Inbound Dnd Settings"
                                                                                    },
                                                                                    {
                                                                                        "name": "dndSettings",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "Call",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "Call"
                                                                                            },
                                                                                            {
                                                                                                "name": "Email",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "SMS",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "SMS"
                                                                                            },
                                                                                            {
                                                                                                "name": "WhatsApp",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "GMB",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "GMB"
                                                                                            },
                                                                                            {
                                                                                                "name": "FB",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "FB"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Dnd Settings"
                                                                                    },
                                                                                    {
                                                                                        "name": "createdBy",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "sourceId",
                                                                                                "type": "text",
                                                                                                "label": "Source ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "channel",
                                                                                                "type": "text",
                                                                                                "label": "Channel"
                                                                                            },
                                                                                            {
                                                                                                "name": "source",
                                                                                                "type": "text",
                                                                                                "label": "Source"
                                                                                            },
                                                                                            {
                                                                                                "name": "sourceName",
                                                                                                "type": "text",
                                                                                                "label": "Source Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "timestamp",
                                                                                                "type": "date",
                                                                                                "label": "Timestamp"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Created By"
                                                                                    },
                                                                                    {
                                                                                        "name": "tags",
                                                                                        "type": "array",
                                                                                        "label": "Tags"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateAdded",
                                                                                        "type": "date",
                                                                                        "label": "Date Added"
                                                                                    },
                                                                                    {
                                                                                        "name": "additionalEmails",
                                                                                        "type": "array",
                                                                                        "label": "Additional Emails"
                                                                                    },
                                                                                    {
                                                                                        "name": "additionalPhones",
                                                                                        "type": "array",
                                                                                        "label": "Additional Phones"
                                                                                    },
                                                                                    {
                                                                                        "name": "country",
                                                                                        "type": "text",
                                                                                        "label": "Country"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastName",
                                                                                        "type": "text",
                                                                                        "label": "Last Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Last Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "emailLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Email Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "email",
                                                                                        "type": "text",
                                                                                        "label": "Email"
                                                                                    },
                                                                                    {
                                                                                        "name": "postalCode",
                                                                                        "type": "text",
                                                                                        "label": "Postal Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateUpdated",
                                                                                        "type": "date",
                                                                                        "label": "Date Updated"
                                                                                    },
                                                                                    {
                                                                                        "name": "fullNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Full Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "firstName",
                                                                                        "type": "text",
                                                                                        "label": "First Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "firstNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "First Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "source",
                                                                                        "type": "text",
                                                                                        "label": "Source"
                                                                                    },
                                                                                    {
                                                                                        "name": "companyName",
                                                                                        "type": "text",
                                                                                        "label": "Company Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "website",
                                                                                        "type": "text",
                                                                                        "label": "Website"
                                                                                    },
                                                                                    {
                                                                                        "name": "phone",
                                                                                        "type": "text",
                                                                                        "label": "Phone"
                                                                                    },
                                                                                    {
                                                                                        "name": "customField",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "custom_field_019",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Summary",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_014",
                                                                                                "type": "text",
                                                                                                "label": "What is your company’s annual revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_026",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Campaign"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_052",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Transcript",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_060",
                                                                                                "type": "text",
                                                                                                "label": "Company Industry"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_072",
                                                                                                "type": "text",
                                                                                                "label": "Custom Status: Website"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_074",
                                                                                                "type": "text",
                                                                                                "label": "Custom Message: WhatsApp",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_082",
                                                                                                "type": "text",
                                                                                                "label": "Custom Status: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_021",
                                                                                                "type": "text",
                                                                                                "label": "Ownership Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_028",
                                                                                                "type": "text",
                                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_040",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 1",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_049",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Latest Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_075",
                                                                                                "type": "array",
                                                                                                "label": "Custom Status: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_043",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Find"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_077",
                                                                                                "type": "number",
                                                                                                "label": "Company Last Headcount"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_007",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Email Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_009",
                                                                                                "type": "text",
                                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_010",
                                                                                                "type": "text",
                                                                                                "label": "Gatekeeper Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_084",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 2",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_042",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Research Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_020",
                                                                                                "type": "number",
                                                                                                "label": "Company Estimated Turnover"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_017",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 3",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_038",
                                                                                                "type": "text",
                                                                                                "label": "Contact Permission"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_069",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Lead Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_032",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Research Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_011",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Universal",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_044",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Email",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_061",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_005",
                                                                                                "type": "text",
                                                                                                "label": "Google Place ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_024",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Meeting Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_063",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_085",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: SMS",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_065",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Send Letter"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_029",
                                                                                                "type": "number",
                                                                                                "label": "Company Age (In Years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_030",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Other Lead Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_054",
                                                                                                "type": "text",
                                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                                "type": "text",
                                                                                                "label": "Valuation Interest"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_081",
                                                                                                "type": "text",
                                                                                                "label": "Google CID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_008",
                                                                                                "type": "text",
                                                                                                "label": "Business Size Indicator"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_034",
                                                                                                "type": "text",
                                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_036",
                                                                                                "type": "text",
                                                                                                "label": "Company Google Plus Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_083",
                                                                                                "type": "text",
                                                                                                "label": "Company Age (In years & Months)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_087",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_035",
                                                                                                "type": "text",
                                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_057",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Captured"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_059",
                                                                                                "type": "text",
                                                                                                "label": "Company number"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_013",
                                                                                                "type": "number",
                                                                                                "label": "Company SIC Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_023",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Context: AI Calls",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_031",
                                                                                                "type": "text",
                                                                                                "label": "Company Overview",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_033",
                                                                                                "type": "text",
                                                                                                "label": "How long have you been operating the business?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_050",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Provided"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_071",
                                                                                                "type": "text",
                                                                                                "label": "Email Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_004",
                                                                                                "type": "text",
                                                                                                "label": "Company Financials",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_006",
                                                                                                "type": "text",
                                                                                                "label": "Phone Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_015",
                                                                                                "type": "text",
                                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_064",
                                                                                                "type": "text",
                                                                                                "label": "Contact Method Preference"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_066",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Homepage URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_053",
                                                                                                "type": "text",
                                                                                                "label": "Google Maps Place URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_056",
                                                                                                "type": "text",
                                                                                                "label": "Engagement Interest Level"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_067",
                                                                                                "type": "text",
                                                                                                "label": "Valid Email (Manual)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_025",
                                                                                                "type": "text",
                                                                                                "label": "Instantly \"event_type\""
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_078",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Grow Page URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_080",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Availability"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_037",
                                                                                                "type": "text",
                                                                                                "label": "Company Services",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_046",
                                                                                                "type": "text",
                                                                                                "label": "Test"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_073",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_027",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Rating"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_051",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Company",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_062",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Person",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_079",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Review Count"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_018",
                                                                                                "type": "text",
                                                                                                "label": "Legal Company Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_058",
                                                                                                "type": "date",
                                                                                                "label": "Company Incorporation Date"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_041",
                                                                                                "type": "text",
                                                                                                "label": "Job Title"
                                                                                            },
                                                                                            {
                                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Personal URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_002",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Company URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_045",
                                                                                                "type": "text",
                                                                                                "label": "Message",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_055",
                                                                                                "type": "text",
                                                                                                "label": "Company type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_012",
                                                                                                "type": "text",
                                                                                                "label": "Company status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_070",
                                                                                                "type": "number",
                                                                                                "label": "Officers Age (in years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_016",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_086",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_039",
                                                                                                "type": "text",
                                                                                                "label": "Priority"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Custom Fields"
                                                                                    }
                                                                                ]
                                                                            },
                                                                            "onerror": [
                                                                                {
                                                                                    "id": 173,
                                                                                    "module": "builtin:Ignore",
                                                                                    "version": 1,
                                                                                    "metadata": {
                                                                                        "designer": {
                                                                                            "x": 4945,
                                                                                            "y": 1630
                                                                                        }
                                                                                    }
                                                                                }
                                                                            ]
                                                                        }
                                                                    ]
                                                                },
                                                                {
                                                                    "flow": [
                                                                        {
                                                                            "id": 158,
                                                                            "module": "highlevel:updateAContact",
                                                                            "version": 1,
                                                                            "parameters": {
                                                                                "__IMTCONN__": 1000003
                                                                            },
                                                                            "filter": {
                                                                                "name": "Type: landline",
                                                                                "conditions": [
                                                                                    [
                                                                                        {
                                                                                            "a": "{{46.e164}}",
                                                                                            "b": "FIXED_LINE",
                                                                                            "o": "text:equal"
                                                                                        }
                                                                                    ]
                                                                                ]
                                                                            },
                                                                            "mapper": {
                                                                                "address": {},
                                                                                "contact": "{{14.contact_id}}",
                                                                                "customField": {
                                                                                    "custom_field_006": "Landline"
                                                                                }
                                                                            },
                                                                            "metadata": {
                                                                                "designer": {
                                                                                    "x": 3591,
                                                                                    "y": 1726
                                                                                },
                                                                                "restore": {
                                                                                    "expect": {
                                                                                        "dnd": {
                                                                                            "mode": "chose"
                                                                                        },
                                                                                        "tags": {
                                                                                            "mode": "chose"
                                                                                        },
                                                                                        "address": {
                                                                                            "nested": {
                                                                                                "country": {
                                                                                                    "mode": "chose"
                                                                                                }
                                                                                            }
                                                                                        },
                                                                                        "contact": {
                                                                                            "mode": "edit"
                                                                                        },
                                                                                        "timezone": {
                                                                                            "mode": "chose",
                                                                                            "label": "Empty"
                                                                                        },
                                                                                        "customField": {
                                                                                            "nested": {
                                                                                                "custom_field_006": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Landline"
                                                                                                },
                                                                                                "custom_field_007": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_009": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_012": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_014": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_015": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_024": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_026": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_028": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_030": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_032": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_033": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_034": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_035": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_039": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_042": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_043": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_049": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_054": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_055": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_060": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_065": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_067": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_069": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_071": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_072": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_075": {
                                                                                                    "mode": "chose"
                                                                                                },
                                                                                                "custom_field_082": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                }
                                                                                            }
                                                                                        }
                                                                                    },
                                                                                    "parameters": {
                                                                                        "__IMTCONN__": {
                                                                                            "data": {
                                                                                                "scoped": "true",
                                                                                                "connection": "highlevel3"
                                                                                            },
                                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                                        }
                                                                                    }
                                                                                },
                                                                                "parameters": [
                                                                                    {
                                                                                        "name": "__IMTCONN__",
                                                                                        "type": "account:highlevel,highlevel3",
                                                                                        "label": "Connection",
                                                                                        "required": true
                                                                                    }
                                                                                ],
                                                                                "expect": [
                                                                                    {
                                                                                        "mode": "edit",
                                                                                        "name": "contact",
                                                                                        "type": "select",
                                                                                        "label": "Contact ID",
                                                                                        "required": true
                                                                                    },
                                                                                    {
                                                                                        "name": "firstName",
                                                                                        "type": "text",
                                                                                        "label": "First Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastName",
                                                                                        "type": "text",
                                                                                        "label": "Last Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "email",
                                                                                        "type": "email",
                                                                                        "label": "Email"
                                                                                    },
                                                                                    {
                                                                                        "name": "phone",
                                                                                        "type": "text",
                                                                                        "label": "Phone"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateOfBirth",
                                                                                        "time": false,
                                                                                        "type": "date",
                                                                                        "label": "Date of Birth"
                                                                                    },
                                                                                    {
                                                                                        "name": "companyName",
                                                                                        "type": "text",
                                                                                        "label": "Company Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "website",
                                                                                        "type": "url",
                                                                                        "label": "Website"
                                                                                    },
                                                                                    {
                                                                                        "name": "tags",
                                                                                        "type": "select",
                                                                                        "label": "Tags",
                                                                                        "multiple": true
                                                                                    },
                                                                                    {
                                                                                        "name": "address",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "address1",
                                                                                                "type": "text",
                                                                                                "label": "Street"
                                                                                            },
                                                                                            {
                                                                                                "name": "city",
                                                                                                "type": "text",
                                                                                                "label": "City"
                                                                                            },
                                                                                            {
                                                                                                "name": "state",
                                                                                                "type": "text",
                                                                                                "label": "State"
                                                                                            },
                                                                                            {
                                                                                                "name": "postalCode",
                                                                                                "type": "text",
                                                                                                "label": "PostalCode"
                                                                                            },
                                                                                            {
                                                                                                "name": "country",
                                                                                                "type": "select",
                                                                                                "label": "Country"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Address"
                                                                                    },
                                                                                    {
                                                                                        "name": "source",
                                                                                        "type": "text",
                                                                                        "label": "Source"
                                                                                    },
                                                                                    {
                                                                                        "name": "timezone",
                                                                                        "type": "select",
                                                                                        "label": "Timezone"
                                                                                    },
                                                                                    {
                                                                                        "name": "dnd",
                                                                                        "type": "boolean",
                                                                                        "label": "Dnd"
                                                                                    },
                                                                                    {
                                                                                        "name": "customField",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "custom_field_019",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Summary"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_014",
                                                                                                "type": "select",
                                                                                                "label": "What is your company’s annual revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_026",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Campaign"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_052",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Transcript"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_060",
                                                                                                "type": "select",
                                                                                                "label": "Company Industry"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_072",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: Website"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_074",
                                                                                                "type": "text",
                                                                                                "label": "Custom Message: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_082",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_021",
                                                                                                "type": "text",
                                                                                                "label": "Ownership Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_028",
                                                                                                "type": "select",
                                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_040",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 1"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_049",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Latest Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_075",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: WhatsApp",
                                                                                                "multiple": true,
                                                                                                "validate": {
                                                                                                    "enum": [
                                                                                                        "Valid"
                                                                                                    ]
                                                                                                }
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_043",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Find"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_077",
                                                                                                "type": "number",
                                                                                                "label": "Company Last Headcount"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_007",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Email Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_009",
                                                                                                "type": "select",
                                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_010",
                                                                                                "type": "text",
                                                                                                "label": "Gatekeeper Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_084",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 2"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_042",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Research Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_020",
                                                                                                "type": "number",
                                                                                                "label": "Company Estimated Turnover"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_017",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 3"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_038",
                                                                                                "type": "text",
                                                                                                "label": "Contact Permission"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_069",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Lead Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_032",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Research Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_011",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Universal"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_044",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_061",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_005",
                                                                                                "type": "text",
                                                                                                "label": "Google Place ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_024",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Meeting Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_063",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_085",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: SMS"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_065",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Send Letter"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_029",
                                                                                                "type": "number",
                                                                                                "label": "Company Age (In Years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_030",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Other Lead Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_054",
                                                                                                "type": "select",
                                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                                "type": "text",
                                                                                                "label": "Valuation Interest"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_081",
                                                                                                "type": "text",
                                                                                                "label": "Google CID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_008",
                                                                                                "type": "text",
                                                                                                "label": "Business Size Indicator"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_034",
                                                                                                "type": "select",
                                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_036",
                                                                                                "type": "text",
                                                                                                "label": "Company Google Plus Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_083",
                                                                                                "type": "text",
                                                                                                "label": "Company Age (In years & Months)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_087",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: AI Calls"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_035",
                                                                                                "type": "select",
                                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_057",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Captured"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_059",
                                                                                                "type": "text",
                                                                                                "label": "Company number"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_013",
                                                                                                "type": "number",
                                                                                                "label": "Company SIC Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_023",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Context: AI Calls"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_031",
                                                                                                "type": "text",
                                                                                                "label": "Company Overview"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_033",
                                                                                                "type": "select",
                                                                                                "label": "How long have you been operating the business?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_050",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Provided"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_071",
                                                                                                "type": "select",
                                                                                                "label": "Email Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_004",
                                                                                                "type": "text",
                                                                                                "label": "Company Financials"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_006",
                                                                                                "type": "select",
                                                                                                "label": "Phone Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_015",
                                                                                                "type": "select",
                                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_064",
                                                                                                "type": "text",
                                                                                                "label": "Contact Method Preference"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_066",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Homepage URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_053",
                                                                                                "type": "text",
                                                                                                "label": "Google Maps Place URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_056",
                                                                                                "type": "text",
                                                                                                "label": "Engagement Interest Level"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_067",
                                                                                                "type": "select",
                                                                                                "label": "Valid Email (Manual)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_025",
                                                                                                "type": "text",
                                                                                                "label": "Instantly \"event_type\""
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_078",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Grow Page URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_080",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Availability"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_037",
                                                                                                "type": "text",
                                                                                                "label": "Company Services"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_046",
                                                                                                "type": "text",
                                                                                                "label": "Test"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_073",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_027",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Rating"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_051",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_062",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_079",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Review Count"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_018",
                                                                                                "type": "text",
                                                                                                "label": "Legal Company Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_058",
                                                                                                "type": "date",
                                                                                                "label": "Company Incorporation Date"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_041",
                                                                                                "type": "text",
                                                                                                "label": "Job Title"
                                                                                            },
                                                                                            {
                                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Personal URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_002",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Company URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_045",
                                                                                                "type": "text",
                                                                                                "label": "Message"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_055",
                                                                                                "type": "select",
                                                                                                "label": "Company type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_012",
                                                                                                "type": "select",
                                                                                                "label": "Company status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_070",
                                                                                                "type": "number",
                                                                                                "label": "Officers Age (in years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_016",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Contact Data & Notes"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_086",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_039",
                                                                                                "type": "select",
                                                                                                "label": "Priority"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Custom Fields"
                                                                                    }
                                                                                ],
                                                                                "interface": [
                                                                                    {
                                                                                        "name": "id",
                                                                                        "type": "text",
                                                                                        "label": "Contact ID"
                                                                                    },
                                                                                    {
                                                                                        "name": "timezone",
                                                                                        "type": "text",
                                                                                        "label": "Timezone"
                                                                                    },
                                                                                    {
                                                                                        "name": "type",
                                                                                        "type": "text",
                                                                                        "label": "Type"
                                                                                    },
                                                                                    {
                                                                                        "name": "locationId",
                                                                                        "type": "text",
                                                                                        "label": "Location ID"
                                                                                    },
                                                                                    {
                                                                                        "name": "dnd",
                                                                                        "type": "boolean",
                                                                                        "label": "Dnd"
                                                                                    },
                                                                                    {
                                                                                        "name": "inboundDndSettings",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "all",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "All"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Inbound Dnd Settings"
                                                                                    },
                                                                                    {
                                                                                        "name": "dndSettings",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "Call",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "Call"
                                                                                            },
                                                                                            {
                                                                                                "name": "Email",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "SMS",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "SMS"
                                                                                            },
                                                                                            {
                                                                                                "name": "WhatsApp",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "GMB",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "GMB"
                                                                                            },
                                                                                            {
                                                                                                "name": "FB",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "FB"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Dnd Settings"
                                                                                    },
                                                                                    {
                                                                                        "name": "createdBy",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "sourceId",
                                                                                                "type": "text",
                                                                                                "label": "Source ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "channel",
                                                                                                "type": "text",
                                                                                                "label": "Channel"
                                                                                            },
                                                                                            {
                                                                                                "name": "source",
                                                                                                "type": "text",
                                                                                                "label": "Source"
                                                                                            },
                                                                                            {
                                                                                                "name": "sourceName",
                                                                                                "type": "text",
                                                                                                "label": "Source Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "timestamp",
                                                                                                "type": "date",
                                                                                                "label": "Timestamp"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Created By"
                                                                                    },
                                                                                    {
                                                                                        "name": "tags",
                                                                                        "type": "array",
                                                                                        "label": "Tags"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateAdded",
                                                                                        "type": "date",
                                                                                        "label": "Date Added"
                                                                                    },
                                                                                    {
                                                                                        "name": "additionalEmails",
                                                                                        "type": "array",
                                                                                        "label": "Additional Emails"
                                                                                    },
                                                                                    {
                                                                                        "name": "additionalPhones",
                                                                                        "type": "array",
                                                                                        "label": "Additional Phones"
                                                                                    },
                                                                                    {
                                                                                        "name": "country",
                                                                                        "type": "text",
                                                                                        "label": "Country"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastName",
                                                                                        "type": "text",
                                                                                        "label": "Last Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Last Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "emailLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Email Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "email",
                                                                                        "type": "text",
                                                                                        "label": "Email"
                                                                                    },
                                                                                    {
                                                                                        "name": "postalCode",
                                                                                        "type": "text",
                                                                                        "label": "Postal Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateUpdated",
                                                                                        "type": "date",
                                                                                        "label": "Date Updated"
                                                                                    },
                                                                                    {
                                                                                        "name": "fullNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Full Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "firstName",
                                                                                        "type": "text",
                                                                                        "label": "First Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "firstNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "First Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "source",
                                                                                        "type": "text",
                                                                                        "label": "Source"
                                                                                    },
                                                                                    {
                                                                                        "name": "companyName",
                                                                                        "type": "text",
                                                                                        "label": "Company Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "website",
                                                                                        "type": "text",
                                                                                        "label": "Website"
                                                                                    },
                                                                                    {
                                                                                        "name": "phone",
                                                                                        "type": "text",
                                                                                        "label": "Phone"
                                                                                    },
                                                                                    {
                                                                                        "name": "customField",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "custom_field_019",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Summary",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_014",
                                                                                                "type": "text",
                                                                                                "label": "What is your company’s annual revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_026",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Campaign"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_052",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Transcript",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_060",
                                                                                                "type": "text",
                                                                                                "label": "Company Industry"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_072",
                                                                                                "type": "text",
                                                                                                "label": "Custom Status: Website"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_074",
                                                                                                "type": "text",
                                                                                                "label": "Custom Message: WhatsApp",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_082",
                                                                                                "type": "text",
                                                                                                "label": "Custom Status: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_021",
                                                                                                "type": "text",
                                                                                                "label": "Ownership Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_028",
                                                                                                "type": "text",
                                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_040",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 1",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_049",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Latest Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_075",
                                                                                                "type": "array",
                                                                                                "label": "Custom Status: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_043",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Find"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_077",
                                                                                                "type": "number",
                                                                                                "label": "Company Last Headcount"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_007",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Email Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_009",
                                                                                                "type": "text",
                                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_010",
                                                                                                "type": "text",
                                                                                                "label": "Gatekeeper Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_084",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 2",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_042",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Research Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_020",
                                                                                                "type": "number",
                                                                                                "label": "Company Estimated Turnover"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_017",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 3",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_038",
                                                                                                "type": "text",
                                                                                                "label": "Contact Permission"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_069",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Lead Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_032",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Research Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_011",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Universal",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_044",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Email",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_061",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_005",
                                                                                                "type": "text",
                                                                                                "label": "Google Place ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_024",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Meeting Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_063",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_085",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: SMS",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_065",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Send Letter"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_029",
                                                                                                "type": "number",
                                                                                                "label": "Company Age (In Years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_030",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Other Lead Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_054",
                                                                                                "type": "text",
                                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                                "type": "text",
                                                                                                "label": "Valuation Interest"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_081",
                                                                                                "type": "text",
                                                                                                "label": "Google CID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_008",
                                                                                                "type": "text",
                                                                                                "label": "Business Size Indicator"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_034",
                                                                                                "type": "text",
                                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_036",
                                                                                                "type": "text",
                                                                                                "label": "Company Google Plus Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_083",
                                                                                                "type": "text",
                                                                                                "label": "Company Age (In years & Months)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_087",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_035",
                                                                                                "type": "text",
                                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_057",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Captured"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_059",
                                                                                                "type": "text",
                                                                                                "label": "Company number"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_013",
                                                                                                "type": "number",
                                                                                                "label": "Company SIC Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_023",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Context: AI Calls",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_031",
                                                                                                "type": "text",
                                                                                                "label": "Company Overview",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_033",
                                                                                                "type": "text",
                                                                                                "label": "How long have you been operating the business?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_050",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Provided"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_071",
                                                                                                "type": "text",
                                                                                                "label": "Email Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_004",
                                                                                                "type": "text",
                                                                                                "label": "Company Financials",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_006",
                                                                                                "type": "text",
                                                                                                "label": "Phone Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_015",
                                                                                                "type": "text",
                                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_064",
                                                                                                "type": "text",
                                                                                                "label": "Contact Method Preference"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_066",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Homepage URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_053",
                                                                                                "type": "text",
                                                                                                "label": "Google Maps Place URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_056",
                                                                                                "type": "text",
                                                                                                "label": "Engagement Interest Level"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_067",
                                                                                                "type": "text",
                                                                                                "label": "Valid Email (Manual)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_025",
                                                                                                "type": "text",
                                                                                                "label": "Instantly \"event_type\""
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_078",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Grow Page URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_080",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Availability"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_037",
                                                                                                "type": "text",
                                                                                                "label": "Company Services",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_046",
                                                                                                "type": "text",
                                                                                                "label": "Test"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_073",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_027",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Rating"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_051",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Company",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_062",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Person",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_079",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Review Count"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_018",
                                                                                                "type": "text",
                                                                                                "label": "Legal Company Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_058",
                                                                                                "type": "date",
                                                                                                "label": "Company Incorporation Date"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_041",
                                                                                                "type": "text",
                                                                                                "label": "Job Title"
                                                                                            },
                                                                                            {
                                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Personal URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_002",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Company URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_045",
                                                                                                "type": "text",
                                                                                                "label": "Message",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_055",
                                                                                                "type": "text",
                                                                                                "label": "Company type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_012",
                                                                                                "type": "text",
                                                                                                "label": "Company status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_070",
                                                                                                "type": "number",
                                                                                                "label": "Officers Age (in years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_016",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_086",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_039",
                                                                                                "type": "text",
                                                                                                "label": "Priority"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Custom Fields"
                                                                                    }
                                                                                ]
                                                                            },
                                                                            "onerror": [
                                                                                {
                                                                                    "id": 159,
                                                                                    "module": "builtin:Ignore",
                                                                                    "version": 1,
                                                                                    "metadata": {
                                                                                        "designer": {
                                                                                            "x": 3834,
                                                                                            "y": 1935
                                                                                        }
                                                                                    }
                                                                                }
                                                                            ]
                                                                        }
                                                                    ]
                                                                },
                                                                {
                                                                    "flow": [
                                                                        {
                                                                            "id": 160,
                                                                            "module": "highlevel:updateAContact",
                                                                            "version": 1,
                                                                            "parameters": {
                                                                                "__IMTCONN__": 1000003
                                                                            },
                                                                            "filter": {
                                                                                "name": "Type: toll-free",
                                                                                "conditions": [
                                                                                    [
                                                                                        {
                                                                                            "a": "{{46.e164}}",
                                                                                            "b": "TOLL_FREE",
                                                                                            "o": "text:equal"
                                                                                        }
                                                                                    ]
                                                                                ]
                                                                            },
                                                                            "mapper": {
                                                                                "address": {},
                                                                                "contact": "{{14.contact_id}}",
                                                                                "customField": {
                                                                                    "custom_field_006": "Toll-Free"
                                                                                }
                                                                            },
                                                                            "metadata": {
                                                                                "designer": {
                                                                                    "x": 3578,
                                                                                    "y": 2034
                                                                                },
                                                                                "restore": {
                                                                                    "expect": {
                                                                                        "dnd": {
                                                                                            "mode": "chose"
                                                                                        },
                                                                                        "tags": {
                                                                                            "mode": "chose"
                                                                                        },
                                                                                        "address": {
                                                                                            "nested": {
                                                                                                "country": {
                                                                                                    "mode": "chose"
                                                                                                }
                                                                                            }
                                                                                        },
                                                                                        "contact": {
                                                                                            "mode": "edit"
                                                                                        },
                                                                                        "timezone": {
                                                                                            "mode": "chose",
                                                                                            "label": "Empty"
                                                                                        },
                                                                                        "customField": {
                                                                                            "nested": {
                                                                                                "custom_field_006": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Toll-Free"
                                                                                                },
                                                                                                "custom_field_007": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_009": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_012": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_014": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_015": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_024": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_026": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_028": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_030": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_032": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_033": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_034": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_035": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_039": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_042": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_043": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_049": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_054": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_055": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_060": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_065": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_067": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_069": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_071": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_072": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_075": {
                                                                                                    "mode": "chose"
                                                                                                },
                                                                                                "custom_field_082": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                }
                                                                                            }
                                                                                        }
                                                                                    },
                                                                                    "parameters": {
                                                                                        "__IMTCONN__": {
                                                                                            "data": {
                                                                                                "scoped": "true",
                                                                                                "connection": "highlevel3"
                                                                                            },
                                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                                        }
                                                                                    }
                                                                                },
                                                                                "parameters": [
                                                                                    {
                                                                                        "name": "__IMTCONN__",
                                                                                        "type": "account:highlevel,highlevel3",
                                                                                        "label": "Connection",
                                                                                        "required": true
                                                                                    }
                                                                                ],
                                                                                "expect": [
                                                                                    {
                                                                                        "mode": "edit",
                                                                                        "name": "contact",
                                                                                        "type": "select",
                                                                                        "label": "Contact ID",
                                                                                        "required": true
                                                                                    },
                                                                                    {
                                                                                        "name": "firstName",
                                                                                        "type": "text",
                                                                                        "label": "First Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastName",
                                                                                        "type": "text",
                                                                                        "label": "Last Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "email",
                                                                                        "type": "email",
                                                                                        "label": "Email"
                                                                                    },
                                                                                    {
                                                                                        "name": "phone",
                                                                                        "type": "text",
                                                                                        "label": "Phone"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateOfBirth",
                                                                                        "time": false,
                                                                                        "type": "date",
                                                                                        "label": "Date of Birth"
                                                                                    },
                                                                                    {
                                                                                        "name": "companyName",
                                                                                        "type": "text",
                                                                                        "label": "Company Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "website",
                                                                                        "type": "url",
                                                                                        "label": "Website"
                                                                                    },
                                                                                    {
                                                                                        "name": "tags",
                                                                                        "type": "select",
                                                                                        "label": "Tags",
                                                                                        "multiple": true
                                                                                    },
                                                                                    {
                                                                                        "name": "address",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "address1",
                                                                                                "type": "text",
                                                                                                "label": "Street"
                                                                                            },
                                                                                            {
                                                                                                "name": "city",
                                                                                                "type": "text",
                                                                                                "label": "City"
                                                                                            },
                                                                                            {
                                                                                                "name": "state",
                                                                                                "type": "text",
                                                                                                "label": "State"
                                                                                            },
                                                                                            {
                                                                                                "name": "postalCode",
                                                                                                "type": "text",
                                                                                                "label": "PostalCode"
                                                                                            },
                                                                                            {
                                                                                                "name": "country",
                                                                                                "type": "select",
                                                                                                "label": "Country"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Address"
                                                                                    },
                                                                                    {
                                                                                        "name": "source",
                                                                                        "type": "text",
                                                                                        "label": "Source"
                                                                                    },
                                                                                    {
                                                                                        "name": "timezone",
                                                                                        "type": "select",
                                                                                        "label": "Timezone"
                                                                                    },
                                                                                    {
                                                                                        "name": "dnd",
                                                                                        "type": "boolean",
                                                                                        "label": "Dnd"
                                                                                    },
                                                                                    {
                                                                                        "name": "customField",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "custom_field_019",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Summary"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_014",
                                                                                                "type": "select",
                                                                                                "label": "What is your company’s annual revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_026",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Campaign"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_052",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Transcript"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_060",
                                                                                                "type": "select",
                                                                                                "label": "Company Industry"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_072",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: Website"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_074",
                                                                                                "type": "text",
                                                                                                "label": "Custom Message: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_082",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_021",
                                                                                                "type": "text",
                                                                                                "label": "Ownership Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_028",
                                                                                                "type": "select",
                                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_040",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 1"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_049",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Latest Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_075",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: WhatsApp",
                                                                                                "multiple": true,
                                                                                                "validate": {
                                                                                                    "enum": [
                                                                                                        "Valid"
                                                                                                    ]
                                                                                                }
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_043",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Find"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_077",
                                                                                                "type": "number",
                                                                                                "label": "Company Last Headcount"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_007",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Email Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_009",
                                                                                                "type": "select",
                                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_010",
                                                                                                "type": "text",
                                                                                                "label": "Gatekeeper Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_084",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 2"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_042",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Research Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_020",
                                                                                                "type": "number",
                                                                                                "label": "Company Estimated Turnover"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_017",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 3"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_038",
                                                                                                "type": "text",
                                                                                                "label": "Contact Permission"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_069",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Lead Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_032",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Research Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_011",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Universal"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_044",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_061",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_005",
                                                                                                "type": "text",
                                                                                                "label": "Google Place ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_024",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Meeting Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_063",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_085",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: SMS"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_065",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Send Letter"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_029",
                                                                                                "type": "number",
                                                                                                "label": "Company Age (In Years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_030",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Other Lead Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_054",
                                                                                                "type": "select",
                                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                                "type": "text",
                                                                                                "label": "Valuation Interest"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_081",
                                                                                                "type": "text",
                                                                                                "label": "Google CID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_008",
                                                                                                "type": "text",
                                                                                                "label": "Business Size Indicator"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_034",
                                                                                                "type": "select",
                                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_036",
                                                                                                "type": "text",
                                                                                                "label": "Company Google Plus Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_083",
                                                                                                "type": "text",
                                                                                                "label": "Company Age (In years & Months)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_087",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: AI Calls"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_035",
                                                                                                "type": "select",
                                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_057",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Captured"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_059",
                                                                                                "type": "text",
                                                                                                "label": "Company number"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_013",
                                                                                                "type": "number",
                                                                                                "label": "Company SIC Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_023",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Context: AI Calls"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_031",
                                                                                                "type": "text",
                                                                                                "label": "Company Overview"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_033",
                                                                                                "type": "select",
                                                                                                "label": "How long have you been operating the business?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_050",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Provided"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_071",
                                                                                                "type": "select",
                                                                                                "label": "Email Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_004",
                                                                                                "type": "text",
                                                                                                "label": "Company Financials"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_006",
                                                                                                "type": "select",
                                                                                                "label": "Phone Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_015",
                                                                                                "type": "select",
                                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_064",
                                                                                                "type": "text",
                                                                                                "label": "Contact Method Preference"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_066",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Homepage URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_053",
                                                                                                "type": "text",
                                                                                                "label": "Google Maps Place URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_056",
                                                                                                "type": "text",
                                                                                                "label": "Engagement Interest Level"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_067",
                                                                                                "type": "select",
                                                                                                "label": "Valid Email (Manual)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_025",
                                                                                                "type": "text",
                                                                                                "label": "Instantly \"event_type\""
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_078",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Grow Page URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_080",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Availability"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_037",
                                                                                                "type": "text",
                                                                                                "label": "Company Services"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_046",
                                                                                                "type": "text",
                                                                                                "label": "Test"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_073",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_027",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Rating"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_051",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_062",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_079",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Review Count"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_018",
                                                                                                "type": "text",
                                                                                                "label": "Legal Company Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_058",
                                                                                                "type": "date",
                                                                                                "label": "Company Incorporation Date"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_041",
                                                                                                "type": "text",
                                                                                                "label": "Job Title"
                                                                                            },
                                                                                            {
                                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Personal URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_002",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Company URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_045",
                                                                                                "type": "text",
                                                                                                "label": "Message"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_055",
                                                                                                "type": "select",
                                                                                                "label": "Company type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_012",
                                                                                                "type": "select",
                                                                                                "label": "Company status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_070",
                                                                                                "type": "number",
                                                                                                "label": "Officers Age (in years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_016",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Contact Data & Notes"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_086",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_039",
                                                                                                "type": "select",
                                                                                                "label": "Priority"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Custom Fields"
                                                                                    }
                                                                                ],
                                                                                "interface": [
                                                                                    {
                                                                                        "name": "id",
                                                                                        "type": "text",
                                                                                        "label": "Contact ID"
                                                                                    },
                                                                                    {
                                                                                        "name": "timezone",
                                                                                        "type": "text",
                                                                                        "label": "Timezone"
                                                                                    },
                                                                                    {
                                                                                        "name": "type",
                                                                                        "type": "text",
                                                                                        "label": "Type"
                                                                                    },
                                                                                    {
                                                                                        "name": "locationId",
                                                                                        "type": "text",
                                                                                        "label": "Location ID"
                                                                                    },
                                                                                    {
                                                                                        "name": "dnd",
                                                                                        "type": "boolean",
                                                                                        "label": "Dnd"
                                                                                    },
                                                                                    {
                                                                                        "name": "inboundDndSettings",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "all",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "All"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Inbound Dnd Settings"
                                                                                    },
                                                                                    {
                                                                                        "name": "dndSettings",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "Call",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "Call"
                                                                                            },
                                                                                            {
                                                                                                "name": "Email",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "SMS",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "SMS"
                                                                                            },
                                                                                            {
                                                                                                "name": "WhatsApp",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "GMB",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "GMB"
                                                                                            },
                                                                                            {
                                                                                                "name": "FB",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "FB"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Dnd Settings"
                                                                                    },
                                                                                    {
                                                                                        "name": "createdBy",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "sourceId",
                                                                                                "type": "text",
                                                                                                "label": "Source ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "channel",
                                                                                                "type": "text",
                                                                                                "label": "Channel"
                                                                                            },
                                                                                            {
                                                                                                "name": "source",
                                                                                                "type": "text",
                                                                                                "label": "Source"
                                                                                            },
                                                                                            {
                                                                                                "name": "sourceName",
                                                                                                "type": "text",
                                                                                                "label": "Source Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "timestamp",
                                                                                                "type": "date",
                                                                                                "label": "Timestamp"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Created By"
                                                                                    },
                                                                                    {
                                                                                        "name": "tags",
                                                                                        "type": "array",
                                                                                        "label": "Tags"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateAdded",
                                                                                        "type": "date",
                                                                                        "label": "Date Added"
                                                                                    },
                                                                                    {
                                                                                        "name": "additionalEmails",
                                                                                        "type": "array",
                                                                                        "label": "Additional Emails"
                                                                                    },
                                                                                    {
                                                                                        "name": "additionalPhones",
                                                                                        "type": "array",
                                                                                        "label": "Additional Phones"
                                                                                    },
                                                                                    {
                                                                                        "name": "country",
                                                                                        "type": "text",
                                                                                        "label": "Country"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastName",
                                                                                        "type": "text",
                                                                                        "label": "Last Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Last Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "emailLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Email Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "email",
                                                                                        "type": "text",
                                                                                        "label": "Email"
                                                                                    },
                                                                                    {
                                                                                        "name": "postalCode",
                                                                                        "type": "text",
                                                                                        "label": "Postal Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateUpdated",
                                                                                        "type": "date",
                                                                                        "label": "Date Updated"
                                                                                    },
                                                                                    {
                                                                                        "name": "fullNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Full Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "firstName",
                                                                                        "type": "text",
                                                                                        "label": "First Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "firstNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "First Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "source",
                                                                                        "type": "text",
                                                                                        "label": "Source"
                                                                                    },
                                                                                    {
                                                                                        "name": "companyName",
                                                                                        "type": "text",
                                                                                        "label": "Company Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "website",
                                                                                        "type": "text",
                                                                                        "label": "Website"
                                                                                    },
                                                                                    {
                                                                                        "name": "phone",
                                                                                        "type": "text",
                                                                                        "label": "Phone"
                                                                                    },
                                                                                    {
                                                                                        "name": "customField",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "custom_field_019",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Summary",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_014",
                                                                                                "type": "text",
                                                                                                "label": "What is your company’s annual revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_026",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Campaign"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_052",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Transcript",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_060",
                                                                                                "type": "text",
                                                                                                "label": "Company Industry"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_072",
                                                                                                "type": "text",
                                                                                                "label": "Custom Status: Website"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_074",
                                                                                                "type": "text",
                                                                                                "label": "Custom Message: WhatsApp",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_082",
                                                                                                "type": "text",
                                                                                                "label": "Custom Status: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_021",
                                                                                                "type": "text",
                                                                                                "label": "Ownership Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_028",
                                                                                                "type": "text",
                                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_040",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 1",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_049",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Latest Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_075",
                                                                                                "type": "array",
                                                                                                "label": "Custom Status: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_043",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Find"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_077",
                                                                                                "type": "number",
                                                                                                "label": "Company Last Headcount"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_007",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Email Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_009",
                                                                                                "type": "text",
                                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_010",
                                                                                                "type": "text",
                                                                                                "label": "Gatekeeper Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_084",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 2",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_042",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Research Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_020",
                                                                                                "type": "number",
                                                                                                "label": "Company Estimated Turnover"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_017",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 3",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_038",
                                                                                                "type": "text",
                                                                                                "label": "Contact Permission"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_069",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Lead Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_032",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Research Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_011",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Universal",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_044",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Email",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_061",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_005",
                                                                                                "type": "text",
                                                                                                "label": "Google Place ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_024",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Meeting Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_063",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_085",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: SMS",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_065",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Send Letter"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_029",
                                                                                                "type": "number",
                                                                                                "label": "Company Age (In Years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_030",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Other Lead Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_054",
                                                                                                "type": "text",
                                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                                "type": "text",
                                                                                                "label": "Valuation Interest"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_081",
                                                                                                "type": "text",
                                                                                                "label": "Google CID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_008",
                                                                                                "type": "text",
                                                                                                "label": "Business Size Indicator"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_034",
                                                                                                "type": "text",
                                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_036",
                                                                                                "type": "text",
                                                                                                "label": "Company Google Plus Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_083",
                                                                                                "type": "text",
                                                                                                "label": "Company Age (In years & Months)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_087",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_035",
                                                                                                "type": "text",
                                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_057",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Captured"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_059",
                                                                                                "type": "text",
                                                                                                "label": "Company number"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_013",
                                                                                                "type": "number",
                                                                                                "label": "Company SIC Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_023",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Context: AI Calls",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_031",
                                                                                                "type": "text",
                                                                                                "label": "Company Overview",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_033",
                                                                                                "type": "text",
                                                                                                "label": "How long have you been operating the business?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_050",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Provided"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_071",
                                                                                                "type": "text",
                                                                                                "label": "Email Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_004",
                                                                                                "type": "text",
                                                                                                "label": "Company Financials",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_006",
                                                                                                "type": "text",
                                                                                                "label": "Phone Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_015",
                                                                                                "type": "text",
                                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_064",
                                                                                                "type": "text",
                                                                                                "label": "Contact Method Preference"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_066",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Homepage URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_053",
                                                                                                "type": "text",
                                                                                                "label": "Google Maps Place URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_056",
                                                                                                "type": "text",
                                                                                                "label": "Engagement Interest Level"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_067",
                                                                                                "type": "text",
                                                                                                "label": "Valid Email (Manual)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_025",
                                                                                                "type": "text",
                                                                                                "label": "Instantly \"event_type\""
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_078",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Grow Page URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_080",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Availability"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_037",
                                                                                                "type": "text",
                                                                                                "label": "Company Services",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_046",
                                                                                                "type": "text",
                                                                                                "label": "Test"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_073",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_027",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Rating"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_051",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Company",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_062",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Person",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_079",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Review Count"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_018",
                                                                                                "type": "text",
                                                                                                "label": "Legal Company Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_058",
                                                                                                "type": "date",
                                                                                                "label": "Company Incorporation Date"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_041",
                                                                                                "type": "text",
                                                                                                "label": "Job Title"
                                                                                            },
                                                                                            {
                                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Personal URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_002",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Company URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_045",
                                                                                                "type": "text",
                                                                                                "label": "Message",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_055",
                                                                                                "type": "text",
                                                                                                "label": "Company type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_012",
                                                                                                "type": "text",
                                                                                                "label": "Company status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_070",
                                                                                                "type": "number",
                                                                                                "label": "Officers Age (in years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_016",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_086",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_039",
                                                                                                "type": "text",
                                                                                                "label": "Priority"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Custom Fields"
                                                                                    }
                                                                                ]
                                                                            },
                                                                            "onerror": [
                                                                                {
                                                                                    "id": 161,
                                                                                    "module": "builtin:Ignore",
                                                                                    "version": 1,
                                                                                    "metadata": {
                                                                                        "designer": {
                                                                                            "x": 3746,
                                                                                            "y": 2194
                                                                                        }
                                                                                    }
                                                                                }
                                                                            ]
                                                                        }
                                                                    ]
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                },
                                                {
                                                    "flow": [
                                                        {
                                                            "id": 23,
                                                            "module": "highlevel:updateAContact",
                                                            "version": 1,
                                                            "parameters": {
                                                                "__IMTCONN__": 1000003
                                                            },
                                                            "filter": {
                                                                "name": "Job Title: AI found and is empty on CRM",
                                                                "conditions": [
                                                                    [
                                                                        {
                                                                            "a": "{{18.job_title}}",
                                                                            "b": "Not Found",
                                                                            "o": "text:notcontain:ci"
                                                                        },
                                                                        {
                                                                            "a": "{{178.customField.custom_field_041}}",
                                                                            "o": "notexist"
                                                                        },
                                                                        {
                                                                            "a": "{{18.job_title}}",
                                                                            "o": "exist"
                                                                        }
                                                                    ]
                                                                ]
                                                            },
                                                            "mapper": {
                                                                "address": {},
                                                                "contact": "{{14.contact_id}}",
                                                                "customField": {
                                                                    "custom_field_041": "{{18.job_title}}"
                                                                }
                                                            },
                                                            "metadata": {
                                                                "designer": {
                                                                    "x": 2800,
                                                                    "y": 2018
                                                                },
                                                                "restore": {
                                                                    "expect": {
                                                                        "dnd": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "tags": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "address": {
                                                                            "nested": {
                                                                                "country": {
                                                                                    "mode": "chose"
                                                                                }
                                                                            }
                                                                        },
                                                                        "contact": {
                                                                            "mode": "edit"
                                                                        },
                                                                        "timezone": {
                                                                            "mode": "chose",
                                                                            "label": "Empty"
                                                                        },
                                                                        "customField": {
                                                                            "nested": {
                                                                                "custom_field_006": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_007": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_009": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_012": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_014": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_015": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_024": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_026": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_028": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_030": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_033": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_034": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_035": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_039": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_049": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_054": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_055": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_060": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_067": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_069": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_071": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_072": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_075": {
                                                                                    "mode": "chose"
                                                                                },
                                                                                "custom_field_082": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "parameters": {
                                                                        "__IMTCONN__": {
                                                                            "data": {
                                                                                "scoped": "true",
                                                                                "connection": "highlevel3"
                                                                            },
                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                        }
                                                                    }
                                                                },
                                                                "parameters": [
                                                                    {
                                                                        "name": "__IMTCONN__",
                                                                        "type": "account:highlevel,highlevel3",
                                                                        "label": "Connection",
                                                                        "required": true
                                                                    }
                                                                ],
                                                                "expect": [
                                                                    {
                                                                        "mode": "edit",
                                                                        "name": "contact",
                                                                        "type": "select",
                                                                        "label": "Contact ID",
                                                                        "required": true
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "email",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "dateOfBirth",
                                                                        "time": false,
                                                                        "type": "date",
                                                                        "label": "Date of Birth"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "url",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "select",
                                                                        "label": "Tags",
                                                                        "multiple": true
                                                                    },
                                                                    {
                                                                        "name": "address",
                                                                        "spec": [
                                                                            {
                                                                                "name": "address1",
                                                                                "type": "text",
                                                                                "label": "Street"
                                                                            },
                                                                            {
                                                                                "name": "city",
                                                                                "type": "text",
                                                                                "label": "City"
                                                                            },
                                                                            {
                                                                                "name": "state",
                                                                                "type": "text",
                                                                                "label": "State"
                                                                            },
                                                                            {
                                                                                "name": "postalCode",
                                                                                "type": "text",
                                                                                "label": "PostalCode"
                                                                            },
                                                                            {
                                                                                "name": "country",
                                                                                "type": "select",
                                                                                "label": "Country"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Address"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "select",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "select",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "select",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "select",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "select",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "select",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "select",
                                                                                "label": "Custom Status: WhatsApp",
                                                                                "multiple": true,
                                                                                "validate": {
                                                                                    "enum": [
                                                                                        "Valid"
                                                                                    ]
                                                                                }
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "select",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "select",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "select",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "select",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "select",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "select",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "select",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "select",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "select",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "select",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "select",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "select",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "select",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "select",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "select",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "select",
                                                                                "label": "Priority"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ],
                                                                "interface": [
                                                                    {
                                                                        "name": "id",
                                                                        "type": "text",
                                                                        "label": "Contact ID"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "text",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "type",
                                                                        "type": "text",
                                                                        "label": "Type"
                                                                    },
                                                                    {
                                                                        "name": "locationId",
                                                                        "type": "text",
                                                                        "label": "Location ID"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "inboundDndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "all",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "All"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Inbound Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "dndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "Call",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Call"
                                                                            },
                                                                            {
                                                                                "name": "Email",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Email"
                                                                            },
                                                                            {
                                                                                "name": "SMS",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "SMS"
                                                                            },
                                                                            {
                                                                                "name": "WhatsApp",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "GMB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "GMB"
                                                                            },
                                                                            {
                                                                                "name": "FB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "FB"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "createdBy",
                                                                        "spec": [
                                                                            {
                                                                                "name": "sourceId",
                                                                                "type": "text",
                                                                                "label": "Source ID"
                                                                            },
                                                                            {
                                                                                "name": "channel",
                                                                                "type": "text",
                                                                                "label": "Channel"
                                                                            },
                                                                            {
                                                                                "name": "source",
                                                                                "type": "text",
                                                                                "label": "Source"
                                                                            },
                                                                            {
                                                                                "name": "sourceName",
                                                                                "type": "text",
                                                                                "label": "Source Name"
                                                                            },
                                                                            {
                                                                                "name": "timestamp",
                                                                                "type": "date",
                                                                                "label": "Timestamp"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Created By"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "array",
                                                                        "label": "Tags"
                                                                    },
                                                                    {
                                                                        "name": "dateAdded",
                                                                        "type": "date",
                                                                        "label": "Date Added"
                                                                    },
                                                                    {
                                                                        "name": "additionalEmails",
                                                                        "type": "array",
                                                                        "label": "Additional Emails"
                                                                    },
                                                                    {
                                                                        "name": "additionalPhones",
                                                                        "type": "array",
                                                                        "label": "Additional Phones"
                                                                    },
                                                                    {
                                                                        "name": "country",
                                                                        "type": "text",
                                                                        "label": "Country"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "lastNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Last Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "emailLowerCase",
                                                                        "type": "text",
                                                                        "label": "Email Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "text",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "postalCode",
                                                                        "type": "text",
                                                                        "label": "Postal Code"
                                                                    },
                                                                    {
                                                                        "name": "dateUpdated",
                                                                        "type": "date",
                                                                        "label": "Date Updated"
                                                                    },
                                                                    {
                                                                        "name": "fullNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Full Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "firstNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "First Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "text",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "text",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "text",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "text",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "text",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "text",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "array",
                                                                                "label": "Custom Status: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "text",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "text",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "text",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "text",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "text",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "text",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "text",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "text",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "text",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "text",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "text",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "text",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "text",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "text",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "text",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "text",
                                                                                "label": "Priority"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ]
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "flow": [
                                                        {
                                                            "id": 20,
                                                            "module": "highlevel:updateAContact",
                                                            "version": 1,
                                                            "parameters": {
                                                                "__IMTCONN__": 1000003
                                                            },
                                                            "filter": {
                                                                "name": "Email: AI found and is empty on CRM",
                                                                "conditions": [
                                                                    [
                                                                        {
                                                                            "a": "{{18.email}}",
                                                                            "b": "Not found",
                                                                            "o": "text:notcontain:ci"
                                                                        },
                                                                        {
                                                                            "a": "{{178.emailLowerCase}}",
                                                                            "b": "@",
                                                                            "o": "text:notcontain:ci"
                                                                        },
                                                                        {
                                                                            "a": "{{18.email}}",
                                                                            "o": "exist"
                                                                        }
                                                                    ]
                                                                ]
                                                            },
                                                            "mapper": {
                                                                "email": "{{18.email}}",
                                                                "address": {},
                                                                "contact": "{{14.contact_id}}",
                                                                "customField": {}
                                                            },
                                                            "metadata": {
                                                                "designer": {
                                                                    "x": 2809,
                                                                    "y": 2316
                                                                },
                                                                "restore": {
                                                                    "expect": {
                                                                        "dnd": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "tags": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "address": {
                                                                            "nested": {
                                                                                "country": {
                                                                                    "mode": "chose"
                                                                                }
                                                                            }
                                                                        },
                                                                        "contact": {
                                                                            "mode": "edit"
                                                                        },
                                                                        "timezone": {
                                                                            "mode": "chose",
                                                                            "label": "Empty"
                                                                        },
                                                                        "customField": {
                                                                            "nested": {
                                                                                "custom_field_006": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_007": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_009": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_012": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_014": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_015": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_024": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_026": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_028": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_030": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_033": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_034": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_035": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_039": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_049": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_054": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_055": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_060": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_067": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_069": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_071": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_072": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_075": {
                                                                                    "mode": "chose"
                                                                                },
                                                                                "custom_field_082": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "parameters": {
                                                                        "__IMTCONN__": {
                                                                            "data": {
                                                                                "scoped": "true",
                                                                                "connection": "highlevel3"
                                                                            },
                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                        }
                                                                    }
                                                                },
                                                                "parameters": [
                                                                    {
                                                                        "name": "__IMTCONN__",
                                                                        "type": "account:highlevel,highlevel3",
                                                                        "label": "Connection",
                                                                        "required": true
                                                                    }
                                                                ],
                                                                "expect": [
                                                                    {
                                                                        "mode": "edit",
                                                                        "name": "contact",
                                                                        "type": "select",
                                                                        "label": "Contact ID",
                                                                        "required": true
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "email",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "dateOfBirth",
                                                                        "time": false,
                                                                        "type": "date",
                                                                        "label": "Date of Birth"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "url",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "select",
                                                                        "label": "Tags",
                                                                        "multiple": true
                                                                    },
                                                                    {
                                                                        "name": "address",
                                                                        "spec": [
                                                                            {
                                                                                "name": "address1",
                                                                                "type": "text",
                                                                                "label": "Street"
                                                                            },
                                                                            {
                                                                                "name": "city",
                                                                                "type": "text",
                                                                                "label": "City"
                                                                            },
                                                                            {
                                                                                "name": "state",
                                                                                "type": "text",
                                                                                "label": "State"
                                                                            },
                                                                            {
                                                                                "name": "postalCode",
                                                                                "type": "text",
                                                                                "label": "PostalCode"
                                                                            },
                                                                            {
                                                                                "name": "country",
                                                                                "type": "select",
                                                                                "label": "Country"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Address"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "select",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "select",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "select",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "select",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "select",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "select",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "select",
                                                                                "label": "Custom Status: WhatsApp",
                                                                                "multiple": true,
                                                                                "validate": {
                                                                                    "enum": [
                                                                                        "Valid"
                                                                                    ]
                                                                                }
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "select",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "select",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "select",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "select",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "select",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "select",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "select",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "select",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "select",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "select",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "select",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "select",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "select",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "select",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "select",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "select",
                                                                                "label": "Priority"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ],
                                                                "interface": [
                                                                    {
                                                                        "name": "id",
                                                                        "type": "text",
                                                                        "label": "Contact ID"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "text",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "type",
                                                                        "type": "text",
                                                                        "label": "Type"
                                                                    },
                                                                    {
                                                                        "name": "locationId",
                                                                        "type": "text",
                                                                        "label": "Location ID"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "inboundDndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "all",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "All"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Inbound Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "dndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "Call",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Call"
                                                                            },
                                                                            {
                                                                                "name": "Email",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Email"
                                                                            },
                                                                            {
                                                                                "name": "SMS",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "SMS"
                                                                            },
                                                                            {
                                                                                "name": "WhatsApp",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "GMB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "GMB"
                                                                            },
                                                                            {
                                                                                "name": "FB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "FB"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "createdBy",
                                                                        "spec": [
                                                                            {
                                                                                "name": "sourceId",
                                                                                "type": "text",
                                                                                "label": "Source ID"
                                                                            },
                                                                            {
                                                                                "name": "channel",
                                                                                "type": "text",
                                                                                "label": "Channel"
                                                                            },
                                                                            {
                                                                                "name": "source",
                                                                                "type": "text",
                                                                                "label": "Source"
                                                                            },
                                                                            {
                                                                                "name": "sourceName",
                                                                                "type": "text",
                                                                                "label": "Source Name"
                                                                            },
                                                                            {
                                                                                "name": "timestamp",
                                                                                "type": "date",
                                                                                "label": "Timestamp"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Created By"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "array",
                                                                        "label": "Tags"
                                                                    },
                                                                    {
                                                                        "name": "dateAdded",
                                                                        "type": "date",
                                                                        "label": "Date Added"
                                                                    },
                                                                    {
                                                                        "name": "additionalEmails",
                                                                        "type": "array",
                                                                        "label": "Additional Emails"
                                                                    },
                                                                    {
                                                                        "name": "additionalPhones",
                                                                        "type": "array",
                                                                        "label": "Additional Phones"
                                                                    },
                                                                    {
                                                                        "name": "country",
                                                                        "type": "text",
                                                                        "label": "Country"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "lastNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Last Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "emailLowerCase",
                                                                        "type": "text",
                                                                        "label": "Email Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "text",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "postalCode",
                                                                        "type": "text",
                                                                        "label": "Postal Code"
                                                                    },
                                                                    {
                                                                        "name": "dateUpdated",
                                                                        "type": "date",
                                                                        "label": "Date Updated"
                                                                    },
                                                                    {
                                                                        "name": "fullNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Full Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "firstNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "First Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "text",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "text",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "text",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "text",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "text",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "text",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "array",
                                                                                "label": "Custom Status: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "text",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "text",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "text",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "text",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "text",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "text",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "text",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "text",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "text",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "text",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "text",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "text",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "text",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "text",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "text",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "text",
                                                                                "label": "Priority"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ]
                                                            },
                                                            "onerror": [
                                                                {
                                                                    "id": 63,
                                                                    "module": "builtin:Ignore",
                                                                    "version": 1,
                                                                    "metadata": {
                                                                        "designer": {
                                                                            "x": 3013,
                                                                            "y": 2600
                                                                        }
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "id": 118,
                                                            "module": "neverbounce:GetEmailVerification",
                                                            "version": 1,
                                                            "parameters": {
                                                                "__IMTCONN__": 1000006
                                                            },
                                                            "mapper": {
                                                                "email": "{{18.email}}",
                                                                "timeout": "30",
                                                                "address_info": false,
                                                                "credits_info": false
                                                            },
                                                            "metadata": {
                                                                "designer": {
                                                                    "x": 3306,
                                                                    "y": 2311
                                                                },
                                                                "restore": {
                                                                    "expect": {
                                                                        "address_info": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "credits_info": {
                                                                            "mode": "chose"
                                                                        }
                                                                    },
                                                                    "parameters": {
                                                                        "__IMTCONN__": {
                                                                            "data": {
                                                                                "scoped": "true",
                                                                                "connection": "neverbounce"
                                                                            },
                                                                            "label": "My NeverBounce API connection"
                                                                        }
                                                                    }
                                                                },
                                                                "parameters": [
                                                                    {
                                                                        "name": "__IMTCONN__",
                                                                        "type": "account:neverbounce",
                                                                        "label": "Connection",
                                                                        "required": true
                                                                    }
                                                                ],
                                                                "expect": [
                                                                    {
                                                                        "name": "email",
                                                                        "type": "email",
                                                                        "label": "Email",
                                                                        "required": true
                                                                    },
                                                                    {
                                                                        "name": "address_info",
                                                                        "type": "boolean",
                                                                        "label": "Include Address Info",
                                                                        "required": true
                                                                    },
                                                                    {
                                                                        "name": "credits_info",
                                                                        "type": "boolean",
                                                                        "label": "Include Credits Info",
                                                                        "required": true
                                                                    },
                                                                    {
                                                                        "name": "timeout",
                                                                        "type": "uinteger",
                                                                        "label": "Timeout"
                                                                    }
                                                                ],
                                                                "advanced": true
                                                            },
                                                            "onerror": [
                                                                {
                                                                    "id": 186,
                                                                    "module": "builtin:Break",
                                                                    "version": 1,
                                                                    "parameters": {},
                                                                    "mapper": {
                                                                        "count": "14",
                                                                        "retry": true,
                                                                        "interval": "720"
                                                                    },
                                                                    "metadata": {
                                                                        "designer": {
                                                                            "x": 3311,
                                                                            "y": 2622
                                                                        },
                                                                        "restore": {
                                                                            "expect": {
                                                                                "retry": {
                                                                                    "mode": "chose"
                                                                                }
                                                                            }
                                                                        },
                                                                        "expect": [
                                                                            {
                                                                                "name": "retry",
                                                                                "type": "boolean",
                                                                                "label": "Automatically complete execution",
                                                                                "required": true
                                                                            },
                                                                            {
                                                                                "name": "count",
                                                                                "type": "uinteger",
                                                                                "label": "Number of attempts",
                                                                                "required": true,
                                                                                "validate": {
                                                                                    "max": 10000,
                                                                                    "min": 1
                                                                                }
                                                                            },
                                                                            {
                                                                                "name": "interval",
                                                                                "type": "uinteger",
                                                                                "label": "Interval between attempts",
                                                                                "required": true,
                                                                                "validate": {
                                                                                    "max": 44640,
                                                                                    "min": 1
                                                                                }
                                                                            }
                                                                        ]
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "id": 133,
                                                            "module": "builtin:BasicRouter",
                                                            "version": 1,
                                                            "mapper": null,
                                                            "metadata": {
                                                                "designer": {
                                                                    "x": 3853,
                                                                    "y": 2337
                                                                }
                                                            },
                                                            "routes": [
                                                                {
                                                                    "flow": [
                                                                        {
                                                                            "id": 120,
                                                                            "module": "highlevel:updateAContact",
                                                                            "version": 1,
                                                                            "parameters": {
                                                                                "__IMTCONN__": 1000003
                                                                            },
                                                                            "filter": {
                                                                                "name": "Email: valid",
                                                                                "conditions": [
                                                                                    [
                                                                                        {
                                                                                            "a": "{{118.result}}",
                                                                                            "b": "valid",
                                                                                            "o": "text:equal"
                                                                                        }
                                                                                    ]
                                                                                ]
                                                                            },
                                                                            "mapper": {
                                                                                "address": {},
                                                                                "contact": "{{14.contact_id}}",
                                                                                "customField": {
                                                                                    "custom_field_082": "valid"
                                                                                }
                                                                            },
                                                                            "metadata": {
                                                                                "designer": {
                                                                                    "x": 4334,
                                                                                    "y": 1877
                                                                                },
                                                                                "restore": {
                                                                                    "expect": {
                                                                                        "dnd": {
                                                                                            "mode": "chose"
                                                                                        },
                                                                                        "tags": {
                                                                                            "mode": "chose"
                                                                                        },
                                                                                        "address": {
                                                                                            "nested": {
                                                                                                "country": {
                                                                                                    "mode": "chose"
                                                                                                }
                                                                                            }
                                                                                        },
                                                                                        "contact": {
                                                                                            "mode": "edit"
                                                                                        },
                                                                                        "timezone": {
                                                                                            "mode": "chose",
                                                                                            "label": "Empty"
                                                                                        },
                                                                                        "customField": {
                                                                                            "nested": {
                                                                                                "custom_field_006": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_007": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_009": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_012": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_014": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_015": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_024": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_026": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_028": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_030": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_032": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_033": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_034": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_035": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_039": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_042": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_043": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_049": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_054": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_055": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_060": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_065": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_067": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_069": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_071": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_072": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_075": {
                                                                                                    "mode": "chose"
                                                                                                },
                                                                                                "custom_field_082": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "valid"
                                                                                                }
                                                                                            }
                                                                                        }
                                                                                    },
                                                                                    "parameters": {
                                                                                        "__IMTCONN__": {
                                                                                            "data": {
                                                                                                "scoped": "true",
                                                                                                "connection": "highlevel3"
                                                                                            },
                                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                                        }
                                                                                    }
                                                                                },
                                                                                "parameters": [
                                                                                    {
                                                                                        "name": "__IMTCONN__",
                                                                                        "type": "account:highlevel,highlevel3",
                                                                                        "label": "Connection",
                                                                                        "required": true
                                                                                    }
                                                                                ],
                                                                                "expect": [
                                                                                    {
                                                                                        "mode": "edit",
                                                                                        "name": "contact",
                                                                                        "type": "select",
                                                                                        "label": "Contact ID",
                                                                                        "required": true
                                                                                    },
                                                                                    {
                                                                                        "name": "firstName",
                                                                                        "type": "text",
                                                                                        "label": "First Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastName",
                                                                                        "type": "text",
                                                                                        "label": "Last Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "email",
                                                                                        "type": "email",
                                                                                        "label": "Email"
                                                                                    },
                                                                                    {
                                                                                        "name": "phone",
                                                                                        "type": "text",
                                                                                        "label": "Phone"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateOfBirth",
                                                                                        "time": false,
                                                                                        "type": "date",
                                                                                        "label": "Date of Birth"
                                                                                    },
                                                                                    {
                                                                                        "name": "companyName",
                                                                                        "type": "text",
                                                                                        "label": "Company Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "website",
                                                                                        "type": "url",
                                                                                        "label": "Website"
                                                                                    },
                                                                                    {
                                                                                        "name": "tags",
                                                                                        "type": "select",
                                                                                        "label": "Tags",
                                                                                        "multiple": true
                                                                                    },
                                                                                    {
                                                                                        "name": "address",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "address1",
                                                                                                "type": "text",
                                                                                                "label": "Street"
                                                                                            },
                                                                                            {
                                                                                                "name": "city",
                                                                                                "type": "text",
                                                                                                "label": "City"
                                                                                            },
                                                                                            {
                                                                                                "name": "state",
                                                                                                "type": "text",
                                                                                                "label": "State"
                                                                                            },
                                                                                            {
                                                                                                "name": "postalCode",
                                                                                                "type": "text",
                                                                                                "label": "PostalCode"
                                                                                            },
                                                                                            {
                                                                                                "name": "country",
                                                                                                "type": "select",
                                                                                                "label": "Country"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Address"
                                                                                    },
                                                                                    {
                                                                                        "name": "source",
                                                                                        "type": "text",
                                                                                        "label": "Source"
                                                                                    },
                                                                                    {
                                                                                        "name": "timezone",
                                                                                        "type": "select",
                                                                                        "label": "Timezone"
                                                                                    },
                                                                                    {
                                                                                        "name": "dnd",
                                                                                        "type": "boolean",
                                                                                        "label": "Dnd"
                                                                                    },
                                                                                    {
                                                                                        "name": "customField",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "custom_field_019",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Summary"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_014",
                                                                                                "type": "select",
                                                                                                "label": "What is your company’s annual revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_026",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Campaign"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_052",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Transcript"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_060",
                                                                                                "type": "select",
                                                                                                "label": "Company Industry"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_072",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: Website"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_074",
                                                                                                "type": "text",
                                                                                                "label": "Custom Message: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_082",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_021",
                                                                                                "type": "text",
                                                                                                "label": "Ownership Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_028",
                                                                                                "type": "select",
                                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_040",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 1"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_049",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Latest Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_075",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: WhatsApp",
                                                                                                "multiple": true,
                                                                                                "validate": {
                                                                                                    "enum": [
                                                                                                        "Valid"
                                                                                                    ]
                                                                                                }
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_043",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Find"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_077",
                                                                                                "type": "number",
                                                                                                "label": "Company Last Headcount"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_007",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Email Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_009",
                                                                                                "type": "select",
                                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_010",
                                                                                                "type": "text",
                                                                                                "label": "Gatekeeper Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_084",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 2"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_042",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Research Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_020",
                                                                                                "type": "number",
                                                                                                "label": "Company Estimated Turnover"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_017",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 3"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_038",
                                                                                                "type": "text",
                                                                                                "label": "Contact Permission"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_069",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Lead Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_032",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Research Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_011",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Universal"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_044",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_061",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_005",
                                                                                                "type": "text",
                                                                                                "label": "Google Place ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_024",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Meeting Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_063",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_085",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: SMS"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_065",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Send Letter"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_029",
                                                                                                "type": "number",
                                                                                                "label": "Company Age (In Years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_030",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Other Lead Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_054",
                                                                                                "type": "select",
                                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                                "type": "text",
                                                                                                "label": "Valuation Interest"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_081",
                                                                                                "type": "text",
                                                                                                "label": "Google CID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_008",
                                                                                                "type": "text",
                                                                                                "label": "Business Size Indicator"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_034",
                                                                                                "type": "select",
                                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_036",
                                                                                                "type": "text",
                                                                                                "label": "Company Google Plus Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_083",
                                                                                                "type": "text",
                                                                                                "label": "Company Age (In years & Months)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_087",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: AI Calls"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_035",
                                                                                                "type": "select",
                                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_057",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Captured"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_059",
                                                                                                "type": "text",
                                                                                                "label": "Company number"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_013",
                                                                                                "type": "number",
                                                                                                "label": "Company SIC Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_023",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Context: AI Calls"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_031",
                                                                                                "type": "text",
                                                                                                "label": "Company Overview"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_033",
                                                                                                "type": "select",
                                                                                                "label": "How long have you been operating the business?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_050",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Provided"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_071",
                                                                                                "type": "select",
                                                                                                "label": "Email Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_004",
                                                                                                "type": "text",
                                                                                                "label": "Company Financials"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_006",
                                                                                                "type": "select",
                                                                                                "label": "Phone Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_015",
                                                                                                "type": "select",
                                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_064",
                                                                                                "type": "text",
                                                                                                "label": "Contact Method Preference"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_066",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Homepage URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_053",
                                                                                                "type": "text",
                                                                                                "label": "Google Maps Place URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_056",
                                                                                                "type": "text",
                                                                                                "label": "Engagement Interest Level"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_067",
                                                                                                "type": "select",
                                                                                                "label": "Valid Email (Manual)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_025",
                                                                                                "type": "text",
                                                                                                "label": "Instantly \"event_type\""
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_078",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Grow Page URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_080",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Availability"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_037",
                                                                                                "type": "text",
                                                                                                "label": "Company Services"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_046",
                                                                                                "type": "text",
                                                                                                "label": "Test"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_073",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_027",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Rating"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_051",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_062",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_079",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Review Count"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_018",
                                                                                                "type": "text",
                                                                                                "label": "Legal Company Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_058",
                                                                                                "type": "date",
                                                                                                "label": "Company Incorporation Date"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_041",
                                                                                                "type": "text",
                                                                                                "label": "Job Title"
                                                                                            },
                                                                                            {
                                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Personal URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_002",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Company URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_045",
                                                                                                "type": "text",
                                                                                                "label": "Message"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_055",
                                                                                                "type": "select",
                                                                                                "label": "Company type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_012",
                                                                                                "type": "select",
                                                                                                "label": "Company status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_070",
                                                                                                "type": "number",
                                                                                                "label": "Officers Age (in years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_016",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Contact Data & Notes"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_086",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_039",
                                                                                                "type": "select",
                                                                                                "label": "Priority"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Custom Fields"
                                                                                    }
                                                                                ],
                                                                                "interface": [
                                                                                    {
                                                                                        "name": "id",
                                                                                        "type": "text",
                                                                                        "label": "Contact ID"
                                                                                    },
                                                                                    {
                                                                                        "name": "timezone",
                                                                                        "type": "text",
                                                                                        "label": "Timezone"
                                                                                    },
                                                                                    {
                                                                                        "name": "type",
                                                                                        "type": "text",
                                                                                        "label": "Type"
                                                                                    },
                                                                                    {
                                                                                        "name": "locationId",
                                                                                        "type": "text",
                                                                                        "label": "Location ID"
                                                                                    },
                                                                                    {
                                                                                        "name": "dnd",
                                                                                        "type": "boolean",
                                                                                        "label": "Dnd"
                                                                                    },
                                                                                    {
                                                                                        "name": "inboundDndSettings",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "all",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "All"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Inbound Dnd Settings"
                                                                                    },
                                                                                    {
                                                                                        "name": "dndSettings",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "Call",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "Call"
                                                                                            },
                                                                                            {
                                                                                                "name": "Email",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "SMS",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "SMS"
                                                                                            },
                                                                                            {
                                                                                                "name": "WhatsApp",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "GMB",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "GMB"
                                                                                            },
                                                                                            {
                                                                                                "name": "FB",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "FB"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Dnd Settings"
                                                                                    },
                                                                                    {
                                                                                        "name": "createdBy",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "sourceId",
                                                                                                "type": "text",
                                                                                                "label": "Source ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "channel",
                                                                                                "type": "text",
                                                                                                "label": "Channel"
                                                                                            },
                                                                                            {
                                                                                                "name": "source",
                                                                                                "type": "text",
                                                                                                "label": "Source"
                                                                                            },
                                                                                            {
                                                                                                "name": "sourceName",
                                                                                                "type": "text",
                                                                                                "label": "Source Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "timestamp",
                                                                                                "type": "date",
                                                                                                "label": "Timestamp"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Created By"
                                                                                    },
                                                                                    {
                                                                                        "name": "tags",
                                                                                        "type": "array",
                                                                                        "label": "Tags"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateAdded",
                                                                                        "type": "date",
                                                                                        "label": "Date Added"
                                                                                    },
                                                                                    {
                                                                                        "name": "additionalEmails",
                                                                                        "type": "array",
                                                                                        "label": "Additional Emails"
                                                                                    },
                                                                                    {
                                                                                        "name": "additionalPhones",
                                                                                        "type": "array",
                                                                                        "label": "Additional Phones"
                                                                                    },
                                                                                    {
                                                                                        "name": "country",
                                                                                        "type": "text",
                                                                                        "label": "Country"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastName",
                                                                                        "type": "text",
                                                                                        "label": "Last Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Last Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "emailLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Email Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "email",
                                                                                        "type": "text",
                                                                                        "label": "Email"
                                                                                    },
                                                                                    {
                                                                                        "name": "postalCode",
                                                                                        "type": "text",
                                                                                        "label": "Postal Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateUpdated",
                                                                                        "type": "date",
                                                                                        "label": "Date Updated"
                                                                                    },
                                                                                    {
                                                                                        "name": "fullNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Full Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "firstName",
                                                                                        "type": "text",
                                                                                        "label": "First Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "firstNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "First Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "source",
                                                                                        "type": "text",
                                                                                        "label": "Source"
                                                                                    },
                                                                                    {
                                                                                        "name": "companyName",
                                                                                        "type": "text",
                                                                                        "label": "Company Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "website",
                                                                                        "type": "text",
                                                                                        "label": "Website"
                                                                                    },
                                                                                    {
                                                                                        "name": "phone",
                                                                                        "type": "text",
                                                                                        "label": "Phone"
                                                                                    },
                                                                                    {
                                                                                        "name": "customField",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "custom_field_019",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Summary",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_014",
                                                                                                "type": "text",
                                                                                                "label": "What is your company’s annual revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_026",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Campaign"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_052",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Transcript",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_060",
                                                                                                "type": "text",
                                                                                                "label": "Company Industry"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_072",
                                                                                                "type": "text",
                                                                                                "label": "Custom Status: Website"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_074",
                                                                                                "type": "text",
                                                                                                "label": "Custom Message: WhatsApp",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_082",
                                                                                                "type": "text",
                                                                                                "label": "Custom Status: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_021",
                                                                                                "type": "text",
                                                                                                "label": "Ownership Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_028",
                                                                                                "type": "text",
                                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_040",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 1",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_049",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Latest Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_075",
                                                                                                "type": "array",
                                                                                                "label": "Custom Status: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_043",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Find"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_077",
                                                                                                "type": "number",
                                                                                                "label": "Company Last Headcount"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_007",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Email Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_009",
                                                                                                "type": "text",
                                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_010",
                                                                                                "type": "text",
                                                                                                "label": "Gatekeeper Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_084",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 2",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_042",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Research Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_020",
                                                                                                "type": "number",
                                                                                                "label": "Company Estimated Turnover"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_017",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 3",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_038",
                                                                                                "type": "text",
                                                                                                "label": "Contact Permission"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_069",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Lead Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_032",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Research Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_011",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Universal",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_044",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Email",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_061",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_005",
                                                                                                "type": "text",
                                                                                                "label": "Google Place ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_024",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Meeting Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_063",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_085",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: SMS",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_065",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Send Letter"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_029",
                                                                                                "type": "number",
                                                                                                "label": "Company Age (In Years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_030",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Other Lead Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_054",
                                                                                                "type": "text",
                                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                                "type": "text",
                                                                                                "label": "Valuation Interest"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_081",
                                                                                                "type": "text",
                                                                                                "label": "Google CID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_008",
                                                                                                "type": "text",
                                                                                                "label": "Business Size Indicator"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_034",
                                                                                                "type": "text",
                                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_036",
                                                                                                "type": "text",
                                                                                                "label": "Company Google Plus Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_083",
                                                                                                "type": "text",
                                                                                                "label": "Company Age (In years & Months)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_087",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_035",
                                                                                                "type": "text",
                                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_057",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Captured"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_059",
                                                                                                "type": "text",
                                                                                                "label": "Company number"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_013",
                                                                                                "type": "number",
                                                                                                "label": "Company SIC Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_023",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Context: AI Calls",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_031",
                                                                                                "type": "text",
                                                                                                "label": "Company Overview",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_033",
                                                                                                "type": "text",
                                                                                                "label": "How long have you been operating the business?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_050",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Provided"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_071",
                                                                                                "type": "text",
                                                                                                "label": "Email Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_004",
                                                                                                "type": "text",
                                                                                                "label": "Company Financials",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_006",
                                                                                                "type": "text",
                                                                                                "label": "Phone Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_015",
                                                                                                "type": "text",
                                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_064",
                                                                                                "type": "text",
                                                                                                "label": "Contact Method Preference"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_066",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Homepage URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_053",
                                                                                                "type": "text",
                                                                                                "label": "Google Maps Place URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_056",
                                                                                                "type": "text",
                                                                                                "label": "Engagement Interest Level"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_067",
                                                                                                "type": "text",
                                                                                                "label": "Valid Email (Manual)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_025",
                                                                                                "type": "text",
                                                                                                "label": "Instantly \"event_type\""
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_078",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Grow Page URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_080",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Availability"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_037",
                                                                                                "type": "text",
                                                                                                "label": "Company Services",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_046",
                                                                                                "type": "text",
                                                                                                "label": "Test"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_073",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_027",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Rating"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_051",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Company",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_062",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Person",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_079",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Review Count"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_018",
                                                                                                "type": "text",
                                                                                                "label": "Legal Company Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_058",
                                                                                                "type": "date",
                                                                                                "label": "Company Incorporation Date"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_041",
                                                                                                "type": "text",
                                                                                                "label": "Job Title"
                                                                                            },
                                                                                            {
                                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Personal URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_002",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Company URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_045",
                                                                                                "type": "text",
                                                                                                "label": "Message",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_055",
                                                                                                "type": "text",
                                                                                                "label": "Company type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_012",
                                                                                                "type": "text",
                                                                                                "label": "Company status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_070",
                                                                                                "type": "number",
                                                                                                "label": "Officers Age (in years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_016",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_086",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_039",
                                                                                                "type": "text",
                                                                                                "label": "Priority"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Custom Fields"
                                                                                    }
                                                                                ]
                                                                            },
                                                                            "onerror": [
                                                                                {
                                                                                    "id": 121,
                                                                                    "module": "builtin:Ignore",
                                                                                    "version": 1,
                                                                                    "metadata": {
                                                                                        "designer": {
                                                                                            "x": 4575,
                                                                                            "y": 2119
                                                                                        }
                                                                                    }
                                                                                }
                                                                            ]
                                                                        }
                                                                    ]
                                                                },
                                                                {
                                                                    "flow": [
                                                                        {
                                                                            "id": 131,
                                                                            "module": "highlevel:updateAContact",
                                                                            "version": 1,
                                                                            "parameters": {
                                                                                "__IMTCONN__": 1000003
                                                                            },
                                                                            "filter": {
                                                                                "name": "Email: invalid",
                                                                                "conditions": [
                                                                                    [
                                                                                        {
                                                                                            "a": "{{118.result}}",
                                                                                            "b": "invalid",
                                                                                            "o": "text:equal"
                                                                                        }
                                                                                    ]
                                                                                ]
                                                                            },
                                                                            "mapper": {
                                                                                "address": {},
                                                                                "contact": "{{14.contact_id}}",
                                                                                "customField": {
                                                                                    "custom_field_082": "invalid"
                                                                                }
                                                                            },
                                                                            "metadata": {
                                                                                "designer": {
                                                                                    "x": 4335,
                                                                                    "y": 2187
                                                                                },
                                                                                "restore": {
                                                                                    "expect": {
                                                                                        "dnd": {
                                                                                            "mode": "chose"
                                                                                        },
                                                                                        "tags": {
                                                                                            "mode": "chose"
                                                                                        },
                                                                                        "address": {
                                                                                            "nested": {
                                                                                                "country": {
                                                                                                    "mode": "chose"
                                                                                                }
                                                                                            }
                                                                                        },
                                                                                        "contact": {
                                                                                            "mode": "edit"
                                                                                        },
                                                                                        "timezone": {
                                                                                            "mode": "chose",
                                                                                            "label": "Empty"
                                                                                        },
                                                                                        "customField": {
                                                                                            "nested": {
                                                                                                "custom_field_006": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_007": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_009": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_012": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_014": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_015": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_024": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_026": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_028": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_030": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_032": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_033": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_034": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_035": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_039": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_042": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_043": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_049": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_054": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_055": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_060": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_065": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_067": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_069": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_071": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_072": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_075": {
                                                                                                    "mode": "chose"
                                                                                                },
                                                                                                "custom_field_082": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "invalid"
                                                                                                }
                                                                                            }
                                                                                        }
                                                                                    },
                                                                                    "parameters": {
                                                                                        "__IMTCONN__": {
                                                                                            "data": {
                                                                                                "scoped": "true",
                                                                                                "connection": "highlevel3"
                                                                                            },
                                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                                        }
                                                                                    }
                                                                                },
                                                                                "parameters": [
                                                                                    {
                                                                                        "name": "__IMTCONN__",
                                                                                        "type": "account:highlevel,highlevel3",
                                                                                        "label": "Connection",
                                                                                        "required": true
                                                                                    }
                                                                                ],
                                                                                "expect": [
                                                                                    {
                                                                                        "mode": "edit",
                                                                                        "name": "contact",
                                                                                        "type": "select",
                                                                                        "label": "Contact ID",
                                                                                        "required": true
                                                                                    },
                                                                                    {
                                                                                        "name": "firstName",
                                                                                        "type": "text",
                                                                                        "label": "First Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastName",
                                                                                        "type": "text",
                                                                                        "label": "Last Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "email",
                                                                                        "type": "email",
                                                                                        "label": "Email"
                                                                                    },
                                                                                    {
                                                                                        "name": "phone",
                                                                                        "type": "text",
                                                                                        "label": "Phone"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateOfBirth",
                                                                                        "time": false,
                                                                                        "type": "date",
                                                                                        "label": "Date of Birth"
                                                                                    },
                                                                                    {
                                                                                        "name": "companyName",
                                                                                        "type": "text",
                                                                                        "label": "Company Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "website",
                                                                                        "type": "url",
                                                                                        "label": "Website"
                                                                                    },
                                                                                    {
                                                                                        "name": "tags",
                                                                                        "type": "select",
                                                                                        "label": "Tags",
                                                                                        "multiple": true
                                                                                    },
                                                                                    {
                                                                                        "name": "address",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "address1",
                                                                                                "type": "text",
                                                                                                "label": "Street"
                                                                                            },
                                                                                            {
                                                                                                "name": "city",
                                                                                                "type": "text",
                                                                                                "label": "City"
                                                                                            },
                                                                                            {
                                                                                                "name": "state",
                                                                                                "type": "text",
                                                                                                "label": "State"
                                                                                            },
                                                                                            {
                                                                                                "name": "postalCode",
                                                                                                "type": "text",
                                                                                                "label": "PostalCode"
                                                                                            },
                                                                                            {
                                                                                                "name": "country",
                                                                                                "type": "select",
                                                                                                "label": "Country"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Address"
                                                                                    },
                                                                                    {
                                                                                        "name": "source",
                                                                                        "type": "text",
                                                                                        "label": "Source"
                                                                                    },
                                                                                    {
                                                                                        "name": "timezone",
                                                                                        "type": "select",
                                                                                        "label": "Timezone"
                                                                                    },
                                                                                    {
                                                                                        "name": "dnd",
                                                                                        "type": "boolean",
                                                                                        "label": "Dnd"
                                                                                    },
                                                                                    {
                                                                                        "name": "customField",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "custom_field_019",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Summary"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_014",
                                                                                                "type": "select",
                                                                                                "label": "What is your company’s annual revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_026",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Campaign"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_052",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Transcript"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_060",
                                                                                                "type": "select",
                                                                                                "label": "Company Industry"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_072",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: Website"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_074",
                                                                                                "type": "text",
                                                                                                "label": "Custom Message: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_082",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_021",
                                                                                                "type": "text",
                                                                                                "label": "Ownership Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_028",
                                                                                                "type": "select",
                                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_040",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 1"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_049",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Latest Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_075",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: WhatsApp",
                                                                                                "multiple": true,
                                                                                                "validate": {
                                                                                                    "enum": [
                                                                                                        "Valid"
                                                                                                    ]
                                                                                                }
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_043",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Find"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_077",
                                                                                                "type": "number",
                                                                                                "label": "Company Last Headcount"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_007",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Email Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_009",
                                                                                                "type": "select",
                                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_010",
                                                                                                "type": "text",
                                                                                                "label": "Gatekeeper Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_084",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 2"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_042",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Research Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_020",
                                                                                                "type": "number",
                                                                                                "label": "Company Estimated Turnover"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_017",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 3"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_038",
                                                                                                "type": "text",
                                                                                                "label": "Contact Permission"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_069",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Lead Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_032",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Research Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_011",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Universal"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_044",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_061",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_005",
                                                                                                "type": "text",
                                                                                                "label": "Google Place ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_024",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Meeting Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_063",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_085",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: SMS"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_065",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Send Letter"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_029",
                                                                                                "type": "number",
                                                                                                "label": "Company Age (In Years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_030",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Other Lead Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_054",
                                                                                                "type": "select",
                                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                                "type": "text",
                                                                                                "label": "Valuation Interest"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_081",
                                                                                                "type": "text",
                                                                                                "label": "Google CID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_008",
                                                                                                "type": "text",
                                                                                                "label": "Business Size Indicator"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_034",
                                                                                                "type": "select",
                                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_036",
                                                                                                "type": "text",
                                                                                                "label": "Company Google Plus Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_083",
                                                                                                "type": "text",
                                                                                                "label": "Company Age (In years & Months)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_087",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: AI Calls"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_035",
                                                                                                "type": "select",
                                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_057",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Captured"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_059",
                                                                                                "type": "text",
                                                                                                "label": "Company number"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_013",
                                                                                                "type": "number",
                                                                                                "label": "Company SIC Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_023",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Context: AI Calls"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_031",
                                                                                                "type": "text",
                                                                                                "label": "Company Overview"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_033",
                                                                                                "type": "select",
                                                                                                "label": "How long have you been operating the business?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_050",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Provided"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_071",
                                                                                                "type": "select",
                                                                                                "label": "Email Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_004",
                                                                                                "type": "text",
                                                                                                "label": "Company Financials"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_006",
                                                                                                "type": "select",
                                                                                                "label": "Phone Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_015",
                                                                                                "type": "select",
                                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_064",
                                                                                                "type": "text",
                                                                                                "label": "Contact Method Preference"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_066",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Homepage URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_053",
                                                                                                "type": "text",
                                                                                                "label": "Google Maps Place URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_056",
                                                                                                "type": "text",
                                                                                                "label": "Engagement Interest Level"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_067",
                                                                                                "type": "select",
                                                                                                "label": "Valid Email (Manual)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_025",
                                                                                                "type": "text",
                                                                                                "label": "Instantly \"event_type\""
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_078",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Grow Page URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_080",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Availability"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_037",
                                                                                                "type": "text",
                                                                                                "label": "Company Services"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_046",
                                                                                                "type": "text",
                                                                                                "label": "Test"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_073",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_027",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Rating"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_051",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_062",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_079",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Review Count"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_018",
                                                                                                "type": "text",
                                                                                                "label": "Legal Company Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_058",
                                                                                                "type": "date",
                                                                                                "label": "Company Incorporation Date"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_041",
                                                                                                "type": "text",
                                                                                                "label": "Job Title"
                                                                                            },
                                                                                            {
                                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Personal URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_002",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Company URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_045",
                                                                                                "type": "text",
                                                                                                "label": "Message"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_055",
                                                                                                "type": "select",
                                                                                                "label": "Company type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_012",
                                                                                                "type": "select",
                                                                                                "label": "Company status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_070",
                                                                                                "type": "number",
                                                                                                "label": "Officers Age (in years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_016",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Contact Data & Notes"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_086",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_039",
                                                                                                "type": "select",
                                                                                                "label": "Priority"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Custom Fields"
                                                                                    }
                                                                                ],
                                                                                "interface": [
                                                                                    {
                                                                                        "name": "id",
                                                                                        "type": "text",
                                                                                        "label": "Contact ID"
                                                                                    },
                                                                                    {
                                                                                        "name": "timezone",
                                                                                        "type": "text",
                                                                                        "label": "Timezone"
                                                                                    },
                                                                                    {
                                                                                        "name": "type",
                                                                                        "type": "text",
                                                                                        "label": "Type"
                                                                                    },
                                                                                    {
                                                                                        "name": "locationId",
                                                                                        "type": "text",
                                                                                        "label": "Location ID"
                                                                                    },
                                                                                    {
                                                                                        "name": "dnd",
                                                                                        "type": "boolean",
                                                                                        "label": "Dnd"
                                                                                    },
                                                                                    {
                                                                                        "name": "inboundDndSettings",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "all",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "All"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Inbound Dnd Settings"
                                                                                    },
                                                                                    {
                                                                                        "name": "dndSettings",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "Call",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "Call"
                                                                                            },
                                                                                            {
                                                                                                "name": "Email",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "SMS",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "SMS"
                                                                                            },
                                                                                            {
                                                                                                "name": "WhatsApp",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "GMB",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "GMB"
                                                                                            },
                                                                                            {
                                                                                                "name": "FB",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "FB"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Dnd Settings"
                                                                                    },
                                                                                    {
                                                                                        "name": "createdBy",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "sourceId",
                                                                                                "type": "text",
                                                                                                "label": "Source ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "channel",
                                                                                                "type": "text",
                                                                                                "label": "Channel"
                                                                                            },
                                                                                            {
                                                                                                "name": "source",
                                                                                                "type": "text",
                                                                                                "label": "Source"
                                                                                            },
                                                                                            {
                                                                                                "name": "sourceName",
                                                                                                "type": "text",
                                                                                                "label": "Source Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "timestamp",
                                                                                                "type": "date",
                                                                                                "label": "Timestamp"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Created By"
                                                                                    },
                                                                                    {
                                                                                        "name": "tags",
                                                                                        "type": "array",
                                                                                        "label": "Tags"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateAdded",
                                                                                        "type": "date",
                                                                                        "label": "Date Added"
                                                                                    },
                                                                                    {
                                                                                        "name": "additionalEmails",
                                                                                        "type": "array",
                                                                                        "label": "Additional Emails"
                                                                                    },
                                                                                    {
                                                                                        "name": "additionalPhones",
                                                                                        "type": "array",
                                                                                        "label": "Additional Phones"
                                                                                    },
                                                                                    {
                                                                                        "name": "country",
                                                                                        "type": "text",
                                                                                        "label": "Country"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastName",
                                                                                        "type": "text",
                                                                                        "label": "Last Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Last Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "emailLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Email Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "email",
                                                                                        "type": "text",
                                                                                        "label": "Email"
                                                                                    },
                                                                                    {
                                                                                        "name": "postalCode",
                                                                                        "type": "text",
                                                                                        "label": "Postal Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateUpdated",
                                                                                        "type": "date",
                                                                                        "label": "Date Updated"
                                                                                    },
                                                                                    {
                                                                                        "name": "fullNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Full Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "firstName",
                                                                                        "type": "text",
                                                                                        "label": "First Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "firstNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "First Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "source",
                                                                                        "type": "text",
                                                                                        "label": "Source"
                                                                                    },
                                                                                    {
                                                                                        "name": "companyName",
                                                                                        "type": "text",
                                                                                        "label": "Company Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "website",
                                                                                        "type": "text",
                                                                                        "label": "Website"
                                                                                    },
                                                                                    {
                                                                                        "name": "phone",
                                                                                        "type": "text",
                                                                                        "label": "Phone"
                                                                                    },
                                                                                    {
                                                                                        "name": "customField",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "custom_field_019",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Summary",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_014",
                                                                                                "type": "text",
                                                                                                "label": "What is your company’s annual revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_026",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Campaign"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_052",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Transcript",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_060",
                                                                                                "type": "text",
                                                                                                "label": "Company Industry"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_072",
                                                                                                "type": "text",
                                                                                                "label": "Custom Status: Website"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_074",
                                                                                                "type": "text",
                                                                                                "label": "Custom Message: WhatsApp",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_082",
                                                                                                "type": "text",
                                                                                                "label": "Custom Status: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_021",
                                                                                                "type": "text",
                                                                                                "label": "Ownership Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_028",
                                                                                                "type": "text",
                                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_040",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 1",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_049",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Latest Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_075",
                                                                                                "type": "array",
                                                                                                "label": "Custom Status: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_043",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Find"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_077",
                                                                                                "type": "number",
                                                                                                "label": "Company Last Headcount"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_007",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Email Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_009",
                                                                                                "type": "text",
                                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_010",
                                                                                                "type": "text",
                                                                                                "label": "Gatekeeper Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_084",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 2",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_042",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Research Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_020",
                                                                                                "type": "number",
                                                                                                "label": "Company Estimated Turnover"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_017",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 3",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_038",
                                                                                                "type": "text",
                                                                                                "label": "Contact Permission"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_069",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Lead Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_032",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Research Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_011",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Universal",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_044",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Email",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_061",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_005",
                                                                                                "type": "text",
                                                                                                "label": "Google Place ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_024",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Meeting Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_063",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_085",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: SMS",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_065",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Send Letter"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_029",
                                                                                                "type": "number",
                                                                                                "label": "Company Age (In Years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_030",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Other Lead Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_054",
                                                                                                "type": "text",
                                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                                "type": "text",
                                                                                                "label": "Valuation Interest"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_081",
                                                                                                "type": "text",
                                                                                                "label": "Google CID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_008",
                                                                                                "type": "text",
                                                                                                "label": "Business Size Indicator"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_034",
                                                                                                "type": "text",
                                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_036",
                                                                                                "type": "text",
                                                                                                "label": "Company Google Plus Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_083",
                                                                                                "type": "text",
                                                                                                "label": "Company Age (In years & Months)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_087",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_035",
                                                                                                "type": "text",
                                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_057",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Captured"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_059",
                                                                                                "type": "text",
                                                                                                "label": "Company number"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_013",
                                                                                                "type": "number",
                                                                                                "label": "Company SIC Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_023",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Context: AI Calls",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_031",
                                                                                                "type": "text",
                                                                                                "label": "Company Overview",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_033",
                                                                                                "type": "text",
                                                                                                "label": "How long have you been operating the business?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_050",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Provided"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_071",
                                                                                                "type": "text",
                                                                                                "label": "Email Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_004",
                                                                                                "type": "text",
                                                                                                "label": "Company Financials",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_006",
                                                                                                "type": "text",
                                                                                                "label": "Phone Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_015",
                                                                                                "type": "text",
                                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_064",
                                                                                                "type": "text",
                                                                                                "label": "Contact Method Preference"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_066",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Homepage URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_053",
                                                                                                "type": "text",
                                                                                                "label": "Google Maps Place URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_056",
                                                                                                "type": "text",
                                                                                                "label": "Engagement Interest Level"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_067",
                                                                                                "type": "text",
                                                                                                "label": "Valid Email (Manual)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_025",
                                                                                                "type": "text",
                                                                                                "label": "Instantly \"event_type\""
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_078",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Grow Page URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_080",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Availability"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_037",
                                                                                                "type": "text",
                                                                                                "label": "Company Services",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_046",
                                                                                                "type": "text",
                                                                                                "label": "Test"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_073",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_027",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Rating"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_051",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Company",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_062",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Person",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_079",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Review Count"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_018",
                                                                                                "type": "text",
                                                                                                "label": "Legal Company Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_058",
                                                                                                "type": "date",
                                                                                                "label": "Company Incorporation Date"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_041",
                                                                                                "type": "text",
                                                                                                "label": "Job Title"
                                                                                            },
                                                                                            {
                                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Personal URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_002",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Company URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_045",
                                                                                                "type": "text",
                                                                                                "label": "Message",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_055",
                                                                                                "type": "text",
                                                                                                "label": "Company type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_012",
                                                                                                "type": "text",
                                                                                                "label": "Company status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_070",
                                                                                                "type": "number",
                                                                                                "label": "Officers Age (in years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_016",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_086",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_039",
                                                                                                "type": "text",
                                                                                                "label": "Priority"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Custom Fields"
                                                                                    }
                                                                                ]
                                                                            },
                                                                            "onerror": [
                                                                                {
                                                                                    "id": 132,
                                                                                    "module": "builtin:Ignore",
                                                                                    "version": 1,
                                                                                    "metadata": {
                                                                                        "designer": {
                                                                                            "x": 4569,
                                                                                            "y": 2400
                                                                                        }
                                                                                    }
                                                                                }
                                                                            ]
                                                                        }
                                                                    ]
                                                                },
                                                                {
                                                                    "flow": [
                                                                        {
                                                                            "id": 127,
                                                                            "module": "highlevel:updateAContact",
                                                                            "version": 1,
                                                                            "parameters": {
                                                                                "__IMTCONN__": 1000003
                                                                            },
                                                                            "filter": {
                                                                                "name": "Email: accept_all_unverifiable",
                                                                                "conditions": [
                                                                                    [
                                                                                        {
                                                                                            "a": "{{118.result}}",
                                                                                            "b": "accept_all_unverifiable",
                                                                                            "o": "text:equal"
                                                                                        }
                                                                                    ]
                                                                                ]
                                                                            },
                                                                            "mapper": {
                                                                                "address": {},
                                                                                "contact": "{{14.contact_id}}",
                                                                                "customField": {
                                                                                    "custom_field_082": "accept_all_unverifiable"
                                                                                }
                                                                            },
                                                                            "metadata": {
                                                                                "designer": {
                                                                                    "x": 4348,
                                                                                    "y": 2514
                                                                                },
                                                                                "restore": {
                                                                                    "expect": {
                                                                                        "dnd": {
                                                                                            "mode": "chose"
                                                                                        },
                                                                                        "tags": {
                                                                                            "mode": "chose"
                                                                                        },
                                                                                        "address": {
                                                                                            "nested": {
                                                                                                "country": {
                                                                                                    "mode": "chose"
                                                                                                }
                                                                                            }
                                                                                        },
                                                                                        "contact": {
                                                                                            "mode": "edit"
                                                                                        },
                                                                                        "timezone": {
                                                                                            "mode": "chose",
                                                                                            "label": "Empty"
                                                                                        },
                                                                                        "customField": {
                                                                                            "nested": {
                                                                                                "custom_field_006": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_007": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_009": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_012": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_014": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_015": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_024": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_026": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_028": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_030": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_032": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_033": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_034": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_035": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_039": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_042": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_043": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_049": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_054": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_055": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_060": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_065": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_067": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_069": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_071": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_072": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_075": {
                                                                                                    "mode": "chose"
                                                                                                },
                                                                                                "custom_field_082": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "accept_all_unverifiable"
                                                                                                }
                                                                                            }
                                                                                        }
                                                                                    },
                                                                                    "parameters": {
                                                                                        "__IMTCONN__": {
                                                                                            "data": {
                                                                                                "scoped": "true",
                                                                                                "connection": "highlevel3"
                                                                                            },
                                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                                        }
                                                                                    }
                                                                                },
                                                                                "parameters": [
                                                                                    {
                                                                                        "name": "__IMTCONN__",
                                                                                        "type": "account:highlevel,highlevel3",
                                                                                        "label": "Connection",
                                                                                        "required": true
                                                                                    }
                                                                                ],
                                                                                "expect": [
                                                                                    {
                                                                                        "mode": "edit",
                                                                                        "name": "contact",
                                                                                        "type": "select",
                                                                                        "label": "Contact ID",
                                                                                        "required": true
                                                                                    },
                                                                                    {
                                                                                        "name": "firstName",
                                                                                        "type": "text",
                                                                                        "label": "First Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastName",
                                                                                        "type": "text",
                                                                                        "label": "Last Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "email",
                                                                                        "type": "email",
                                                                                        "label": "Email"
                                                                                    },
                                                                                    {
                                                                                        "name": "phone",
                                                                                        "type": "text",
                                                                                        "label": "Phone"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateOfBirth",
                                                                                        "time": false,
                                                                                        "type": "date",
                                                                                        "label": "Date of Birth"
                                                                                    },
                                                                                    {
                                                                                        "name": "companyName",
                                                                                        "type": "text",
                                                                                        "label": "Company Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "website",
                                                                                        "type": "url",
                                                                                        "label": "Website"
                                                                                    },
                                                                                    {
                                                                                        "name": "tags",
                                                                                        "type": "select",
                                                                                        "label": "Tags",
                                                                                        "multiple": true
                                                                                    },
                                                                                    {
                                                                                        "name": "address",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "address1",
                                                                                                "type": "text",
                                                                                                "label": "Street"
                                                                                            },
                                                                                            {
                                                                                                "name": "city",
                                                                                                "type": "text",
                                                                                                "label": "City"
                                                                                            },
                                                                                            {
                                                                                                "name": "state",
                                                                                                "type": "text",
                                                                                                "label": "State"
                                                                                            },
                                                                                            {
                                                                                                "name": "postalCode",
                                                                                                "type": "text",
                                                                                                "label": "PostalCode"
                                                                                            },
                                                                                            {
                                                                                                "name": "country",
                                                                                                "type": "select",
                                                                                                "label": "Country"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Address"
                                                                                    },
                                                                                    {
                                                                                        "name": "source",
                                                                                        "type": "text",
                                                                                        "label": "Source"
                                                                                    },
                                                                                    {
                                                                                        "name": "timezone",
                                                                                        "type": "select",
                                                                                        "label": "Timezone"
                                                                                    },
                                                                                    {
                                                                                        "name": "dnd",
                                                                                        "type": "boolean",
                                                                                        "label": "Dnd"
                                                                                    },
                                                                                    {
                                                                                        "name": "customField",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "custom_field_019",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Summary"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_014",
                                                                                                "type": "select",
                                                                                                "label": "What is your company’s annual revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_026",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Campaign"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_052",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Transcript"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_060",
                                                                                                "type": "select",
                                                                                                "label": "Company Industry"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_072",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: Website"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_074",
                                                                                                "type": "text",
                                                                                                "label": "Custom Message: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_082",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_021",
                                                                                                "type": "text",
                                                                                                "label": "Ownership Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_028",
                                                                                                "type": "select",
                                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_040",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 1"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_049",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Latest Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_075",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: WhatsApp",
                                                                                                "multiple": true,
                                                                                                "validate": {
                                                                                                    "enum": [
                                                                                                        "Valid"
                                                                                                    ]
                                                                                                }
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_043",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Find"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_077",
                                                                                                "type": "number",
                                                                                                "label": "Company Last Headcount"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_007",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Email Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_009",
                                                                                                "type": "select",
                                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_010",
                                                                                                "type": "text",
                                                                                                "label": "Gatekeeper Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_084",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 2"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_042",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Research Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_020",
                                                                                                "type": "number",
                                                                                                "label": "Company Estimated Turnover"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_017",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 3"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_038",
                                                                                                "type": "text",
                                                                                                "label": "Contact Permission"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_069",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Lead Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_032",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Research Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_011",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Universal"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_044",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_061",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_005",
                                                                                                "type": "text",
                                                                                                "label": "Google Place ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_024",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Meeting Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_063",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_085",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: SMS"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_065",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Send Letter"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_029",
                                                                                                "type": "number",
                                                                                                "label": "Company Age (In Years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_030",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Other Lead Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_054",
                                                                                                "type": "select",
                                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                                "type": "text",
                                                                                                "label": "Valuation Interest"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_081",
                                                                                                "type": "text",
                                                                                                "label": "Google CID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_008",
                                                                                                "type": "text",
                                                                                                "label": "Business Size Indicator"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_034",
                                                                                                "type": "select",
                                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_036",
                                                                                                "type": "text",
                                                                                                "label": "Company Google Plus Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_083",
                                                                                                "type": "text",
                                                                                                "label": "Company Age (In years & Months)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_087",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: AI Calls"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_035",
                                                                                                "type": "select",
                                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_057",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Captured"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_059",
                                                                                                "type": "text",
                                                                                                "label": "Company number"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_013",
                                                                                                "type": "number",
                                                                                                "label": "Company SIC Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_023",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Context: AI Calls"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_031",
                                                                                                "type": "text",
                                                                                                "label": "Company Overview"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_033",
                                                                                                "type": "select",
                                                                                                "label": "How long have you been operating the business?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_050",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Provided"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_071",
                                                                                                "type": "select",
                                                                                                "label": "Email Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_004",
                                                                                                "type": "text",
                                                                                                "label": "Company Financials"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_006",
                                                                                                "type": "select",
                                                                                                "label": "Phone Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_015",
                                                                                                "type": "select",
                                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_064",
                                                                                                "type": "text",
                                                                                                "label": "Contact Method Preference"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_066",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Homepage URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_053",
                                                                                                "type": "text",
                                                                                                "label": "Google Maps Place URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_056",
                                                                                                "type": "text",
                                                                                                "label": "Engagement Interest Level"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_067",
                                                                                                "type": "select",
                                                                                                "label": "Valid Email (Manual)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_025",
                                                                                                "type": "text",
                                                                                                "label": "Instantly \"event_type\""
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_078",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Grow Page URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_080",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Availability"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_037",
                                                                                                "type": "text",
                                                                                                "label": "Company Services"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_046",
                                                                                                "type": "text",
                                                                                                "label": "Test"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_073",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_027",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Rating"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_051",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_062",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_079",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Review Count"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_018",
                                                                                                "type": "text",
                                                                                                "label": "Legal Company Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_058",
                                                                                                "type": "date",
                                                                                                "label": "Company Incorporation Date"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_041",
                                                                                                "type": "text",
                                                                                                "label": "Job Title"
                                                                                            },
                                                                                            {
                                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Personal URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_002",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Company URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_045",
                                                                                                "type": "text",
                                                                                                "label": "Message"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_055",
                                                                                                "type": "select",
                                                                                                "label": "Company type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_012",
                                                                                                "type": "select",
                                                                                                "label": "Company status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_070",
                                                                                                "type": "number",
                                                                                                "label": "Officers Age (in years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_016",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Contact Data & Notes"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_086",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_039",
                                                                                                "type": "select",
                                                                                                "label": "Priority"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Custom Fields"
                                                                                    }
                                                                                ],
                                                                                "interface": [
                                                                                    {
                                                                                        "name": "id",
                                                                                        "type": "text",
                                                                                        "label": "Contact ID"
                                                                                    },
                                                                                    {
                                                                                        "name": "timezone",
                                                                                        "type": "text",
                                                                                        "label": "Timezone"
                                                                                    },
                                                                                    {
                                                                                        "name": "type",
                                                                                        "type": "text",
                                                                                        "label": "Type"
                                                                                    },
                                                                                    {
                                                                                        "name": "locationId",
                                                                                        "type": "text",
                                                                                        "label": "Location ID"
                                                                                    },
                                                                                    {
                                                                                        "name": "dnd",
                                                                                        "type": "boolean",
                                                                                        "label": "Dnd"
                                                                                    },
                                                                                    {
                                                                                        "name": "inboundDndSettings",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "all",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "All"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Inbound Dnd Settings"
                                                                                    },
                                                                                    {
                                                                                        "name": "dndSettings",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "Call",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "Call"
                                                                                            },
                                                                                            {
                                                                                                "name": "Email",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "SMS",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "SMS"
                                                                                            },
                                                                                            {
                                                                                                "name": "WhatsApp",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "GMB",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "GMB"
                                                                                            },
                                                                                            {
                                                                                                "name": "FB",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "FB"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Dnd Settings"
                                                                                    },
                                                                                    {
                                                                                        "name": "createdBy",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "sourceId",
                                                                                                "type": "text",
                                                                                                "label": "Source ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "channel",
                                                                                                "type": "text",
                                                                                                "label": "Channel"
                                                                                            },
                                                                                            {
                                                                                                "name": "source",
                                                                                                "type": "text",
                                                                                                "label": "Source"
                                                                                            },
                                                                                            {
                                                                                                "name": "sourceName",
                                                                                                "type": "text",
                                                                                                "label": "Source Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "timestamp",
                                                                                                "type": "date",
                                                                                                "label": "Timestamp"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Created By"
                                                                                    },
                                                                                    {
                                                                                        "name": "tags",
                                                                                        "type": "array",
                                                                                        "label": "Tags"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateAdded",
                                                                                        "type": "date",
                                                                                        "label": "Date Added"
                                                                                    },
                                                                                    {
                                                                                        "name": "additionalEmails",
                                                                                        "type": "array",
                                                                                        "label": "Additional Emails"
                                                                                    },
                                                                                    {
                                                                                        "name": "additionalPhones",
                                                                                        "type": "array",
                                                                                        "label": "Additional Phones"
                                                                                    },
                                                                                    {
                                                                                        "name": "country",
                                                                                        "type": "text",
                                                                                        "label": "Country"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastName",
                                                                                        "type": "text",
                                                                                        "label": "Last Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Last Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "emailLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Email Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "email",
                                                                                        "type": "text",
                                                                                        "label": "Email"
                                                                                    },
                                                                                    {
                                                                                        "name": "postalCode",
                                                                                        "type": "text",
                                                                                        "label": "Postal Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateUpdated",
                                                                                        "type": "date",
                                                                                        "label": "Date Updated"
                                                                                    },
                                                                                    {
                                                                                        "name": "fullNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Full Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "firstName",
                                                                                        "type": "text",
                                                                                        "label": "First Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "firstNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "First Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "source",
                                                                                        "type": "text",
                                                                                        "label": "Source"
                                                                                    },
                                                                                    {
                                                                                        "name": "companyName",
                                                                                        "type": "text",
                                                                                        "label": "Company Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "website",
                                                                                        "type": "text",
                                                                                        "label": "Website"
                                                                                    },
                                                                                    {
                                                                                        "name": "phone",
                                                                                        "type": "text",
                                                                                        "label": "Phone"
                                                                                    },
                                                                                    {
                                                                                        "name": "customField",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "custom_field_019",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Summary",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_014",
                                                                                                "type": "text",
                                                                                                "label": "What is your company’s annual revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_026",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Campaign"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_052",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Transcript",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_060",
                                                                                                "type": "text",
                                                                                                "label": "Company Industry"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_072",
                                                                                                "type": "text",
                                                                                                "label": "Custom Status: Website"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_074",
                                                                                                "type": "text",
                                                                                                "label": "Custom Message: WhatsApp",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_082",
                                                                                                "type": "text",
                                                                                                "label": "Custom Status: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_021",
                                                                                                "type": "text",
                                                                                                "label": "Ownership Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_028",
                                                                                                "type": "text",
                                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_040",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 1",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_049",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Latest Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_075",
                                                                                                "type": "array",
                                                                                                "label": "Custom Status: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_043",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Find"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_077",
                                                                                                "type": "number",
                                                                                                "label": "Company Last Headcount"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_007",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Email Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_009",
                                                                                                "type": "text",
                                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_010",
                                                                                                "type": "text",
                                                                                                "label": "Gatekeeper Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_084",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 2",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_042",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Research Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_020",
                                                                                                "type": "number",
                                                                                                "label": "Company Estimated Turnover"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_017",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 3",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_038",
                                                                                                "type": "text",
                                                                                                "label": "Contact Permission"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_069",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Lead Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_032",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Research Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_011",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Universal",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_044",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Email",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_061",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_005",
                                                                                                "type": "text",
                                                                                                "label": "Google Place ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_024",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Meeting Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_063",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_085",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: SMS",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_065",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Send Letter"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_029",
                                                                                                "type": "number",
                                                                                                "label": "Company Age (In Years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_030",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Other Lead Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_054",
                                                                                                "type": "text",
                                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                                "type": "text",
                                                                                                "label": "Valuation Interest"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_081",
                                                                                                "type": "text",
                                                                                                "label": "Google CID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_008",
                                                                                                "type": "text",
                                                                                                "label": "Business Size Indicator"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_034",
                                                                                                "type": "text",
                                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_036",
                                                                                                "type": "text",
                                                                                                "label": "Company Google Plus Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_083",
                                                                                                "type": "text",
                                                                                                "label": "Company Age (In years & Months)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_087",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_035",
                                                                                                "type": "text",
                                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_057",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Captured"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_059",
                                                                                                "type": "text",
                                                                                                "label": "Company number"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_013",
                                                                                                "type": "number",
                                                                                                "label": "Company SIC Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_023",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Context: AI Calls",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_031",
                                                                                                "type": "text",
                                                                                                "label": "Company Overview",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_033",
                                                                                                "type": "text",
                                                                                                "label": "How long have you been operating the business?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_050",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Provided"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_071",
                                                                                                "type": "text",
                                                                                                "label": "Email Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_004",
                                                                                                "type": "text",
                                                                                                "label": "Company Financials",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_006",
                                                                                                "type": "text",
                                                                                                "label": "Phone Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_015",
                                                                                                "type": "text",
                                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_064",
                                                                                                "type": "text",
                                                                                                "label": "Contact Method Preference"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_066",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Homepage URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_053",
                                                                                                "type": "text",
                                                                                                "label": "Google Maps Place URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_056",
                                                                                                "type": "text",
                                                                                                "label": "Engagement Interest Level"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_067",
                                                                                                "type": "text",
                                                                                                "label": "Valid Email (Manual)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_025",
                                                                                                "type": "text",
                                                                                                "label": "Instantly \"event_type\""
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_078",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Grow Page URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_080",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Availability"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_037",
                                                                                                "type": "text",
                                                                                                "label": "Company Services",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_046",
                                                                                                "type": "text",
                                                                                                "label": "Test"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_073",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_027",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Rating"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_051",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Company",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_062",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Person",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_079",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Review Count"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_018",
                                                                                                "type": "text",
                                                                                                "label": "Legal Company Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_058",
                                                                                                "type": "date",
                                                                                                "label": "Company Incorporation Date"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_041",
                                                                                                "type": "text",
                                                                                                "label": "Job Title"
                                                                                            },
                                                                                            {
                                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Personal URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_002",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Company URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_045",
                                                                                                "type": "text",
                                                                                                "label": "Message",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_055",
                                                                                                "type": "text",
                                                                                                "label": "Company type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_012",
                                                                                                "type": "text",
                                                                                                "label": "Company status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_070",
                                                                                                "type": "number",
                                                                                                "label": "Officers Age (in years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_016",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_086",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_039",
                                                                                                "type": "text",
                                                                                                "label": "Priority"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Custom Fields"
                                                                                    }
                                                                                ]
                                                                            },
                                                                            "onerror": [
                                                                                {
                                                                                    "id": 128,
                                                                                    "module": "builtin:Ignore",
                                                                                    "version": 1,
                                                                                    "metadata": {
                                                                                        "designer": {
                                                                                            "x": 4594,
                                                                                            "y": 2758
                                                                                        }
                                                                                    }
                                                                                }
                                                                            ]
                                                                        }
                                                                    ]
                                                                },
                                                                {
                                                                    "flow": [
                                                                        {
                                                                            "id": 129,
                                                                            "module": "highlevel:updateAContact",
                                                                            "version": 1,
                                                                            "parameters": {
                                                                                "__IMTCONN__": 1000003
                                                                            },
                                                                            "filter": {
                                                                                "name": "Email: unknown",
                                                                                "conditions": [
                                                                                    [
                                                                                        {
                                                                                            "a": "{{118.result}}",
                                                                                            "b": "unknown",
                                                                                            "o": "text:equal"
                                                                                        }
                                                                                    ]
                                                                                ]
                                                                            },
                                                                            "mapper": {
                                                                                "address": {},
                                                                                "contact": "{{14.contact_id}}",
                                                                                "customField": {
                                                                                    "custom_field_082": "unknown"
                                                                                }
                                                                            },
                                                                            "metadata": {
                                                                                "designer": {
                                                                                    "x": 4354,
                                                                                    "y": 2844
                                                                                },
                                                                                "restore": {
                                                                                    "expect": {
                                                                                        "dnd": {
                                                                                            "mode": "chose"
                                                                                        },
                                                                                        "tags": {
                                                                                            "mode": "chose"
                                                                                        },
                                                                                        "address": {
                                                                                            "nested": {
                                                                                                "country": {
                                                                                                    "mode": "chose"
                                                                                                }
                                                                                            }
                                                                                        },
                                                                                        "contact": {
                                                                                            "mode": "edit"
                                                                                        },
                                                                                        "timezone": {
                                                                                            "mode": "chose",
                                                                                            "label": "Empty"
                                                                                        },
                                                                                        "customField": {
                                                                                            "nested": {
                                                                                                "custom_field_006": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_007": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_009": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_012": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_014": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_015": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_024": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_026": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_028": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_030": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_032": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_033": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_034": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_035": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_039": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_042": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_043": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_049": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_054": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_055": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_060": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_065": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_067": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_069": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_071": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_072": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "Empty"
                                                                                                },
                                                                                                "custom_field_075": {
                                                                                                    "mode": "chose"
                                                                                                },
                                                                                                "custom_field_082": {
                                                                                                    "mode": "chose",
                                                                                                    "label": "unknown"
                                                                                                }
                                                                                            }
                                                                                        }
                                                                                    },
                                                                                    "parameters": {
                                                                                        "__IMTCONN__": {
                                                                                            "data": {
                                                                                                "scoped": "true",
                                                                                                "connection": "highlevel3"
                                                                                            },
                                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                                        }
                                                                                    }
                                                                                },
                                                                                "parameters": [
                                                                                    {
                                                                                        "name": "__IMTCONN__",
                                                                                        "type": "account:highlevel,highlevel3",
                                                                                        "label": "Connection",
                                                                                        "required": true
                                                                                    }
                                                                                ],
                                                                                "expect": [
                                                                                    {
                                                                                        "mode": "edit",
                                                                                        "name": "contact",
                                                                                        "type": "select",
                                                                                        "label": "Contact ID",
                                                                                        "required": true
                                                                                    },
                                                                                    {
                                                                                        "name": "firstName",
                                                                                        "type": "text",
                                                                                        "label": "First Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastName",
                                                                                        "type": "text",
                                                                                        "label": "Last Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "email",
                                                                                        "type": "email",
                                                                                        "label": "Email"
                                                                                    },
                                                                                    {
                                                                                        "name": "phone",
                                                                                        "type": "text",
                                                                                        "label": "Phone"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateOfBirth",
                                                                                        "time": false,
                                                                                        "type": "date",
                                                                                        "label": "Date of Birth"
                                                                                    },
                                                                                    {
                                                                                        "name": "companyName",
                                                                                        "type": "text",
                                                                                        "label": "Company Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "website",
                                                                                        "type": "url",
                                                                                        "label": "Website"
                                                                                    },
                                                                                    {
                                                                                        "name": "tags",
                                                                                        "type": "select",
                                                                                        "label": "Tags",
                                                                                        "multiple": true
                                                                                    },
                                                                                    {
                                                                                        "name": "address",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "address1",
                                                                                                "type": "text",
                                                                                                "label": "Street"
                                                                                            },
                                                                                            {
                                                                                                "name": "city",
                                                                                                "type": "text",
                                                                                                "label": "City"
                                                                                            },
                                                                                            {
                                                                                                "name": "state",
                                                                                                "type": "text",
                                                                                                "label": "State"
                                                                                            },
                                                                                            {
                                                                                                "name": "postalCode",
                                                                                                "type": "text",
                                                                                                "label": "PostalCode"
                                                                                            },
                                                                                            {
                                                                                                "name": "country",
                                                                                                "type": "select",
                                                                                                "label": "Country"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Address"
                                                                                    },
                                                                                    {
                                                                                        "name": "source",
                                                                                        "type": "text",
                                                                                        "label": "Source"
                                                                                    },
                                                                                    {
                                                                                        "name": "timezone",
                                                                                        "type": "select",
                                                                                        "label": "Timezone"
                                                                                    },
                                                                                    {
                                                                                        "name": "dnd",
                                                                                        "type": "boolean",
                                                                                        "label": "Dnd"
                                                                                    },
                                                                                    {
                                                                                        "name": "customField",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "custom_field_019",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Summary"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_014",
                                                                                                "type": "select",
                                                                                                "label": "What is your company’s annual revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_026",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Campaign"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_052",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Transcript"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_060",
                                                                                                "type": "select",
                                                                                                "label": "Company Industry"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_072",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: Website"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_074",
                                                                                                "type": "text",
                                                                                                "label": "Custom Message: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_082",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_021",
                                                                                                "type": "text",
                                                                                                "label": "Ownership Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_028",
                                                                                                "type": "select",
                                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_040",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 1"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_049",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Latest Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_075",
                                                                                                "type": "select",
                                                                                                "label": "Custom Status: WhatsApp",
                                                                                                "multiple": true,
                                                                                                "validate": {
                                                                                                    "enum": [
                                                                                                        "Valid"
                                                                                                    ]
                                                                                                }
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_043",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Find"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_077",
                                                                                                "type": "number",
                                                                                                "label": "Company Last Headcount"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_007",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Email Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_009",
                                                                                                "type": "select",
                                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_010",
                                                                                                "type": "text",
                                                                                                "label": "Gatekeeper Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_084",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 2"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_042",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Research Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_020",
                                                                                                "type": "number",
                                                                                                "label": "Company Estimated Turnover"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_017",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 3"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_038",
                                                                                                "type": "text",
                                                                                                "label": "Contact Permission"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_069",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Lead Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_032",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Research Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_011",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Universal"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_044",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_061",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_005",
                                                                                                "type": "text",
                                                                                                "label": "Google Place ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_024",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Meeting Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_063",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_085",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: SMS"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_065",
                                                                                                "type": "select",
                                                                                                "label": "Workflow Status: AI Send Letter"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_029",
                                                                                                "type": "number",
                                                                                                "label": "Company Age (In Years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_030",
                                                                                                "type": "select",
                                                                                                "label": "Instantly: Other Lead Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_054",
                                                                                                "type": "select",
                                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                                "type": "text",
                                                                                                "label": "Valuation Interest"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_081",
                                                                                                "type": "text",
                                                                                                "label": "Google CID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_008",
                                                                                                "type": "text",
                                                                                                "label": "Business Size Indicator"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_034",
                                                                                                "type": "select",
                                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_036",
                                                                                                "type": "text",
                                                                                                "label": "Company Google Plus Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_083",
                                                                                                "type": "text",
                                                                                                "label": "Company Age (In years & Months)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_087",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: AI Calls"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_035",
                                                                                                "type": "select",
                                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_057",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Captured"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_059",
                                                                                                "type": "text",
                                                                                                "label": "Company number"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_013",
                                                                                                "type": "number",
                                                                                                "label": "Company SIC Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_023",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Context: AI Calls"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_031",
                                                                                                "type": "text",
                                                                                                "label": "Company Overview"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_033",
                                                                                                "type": "select",
                                                                                                "label": "How long have you been operating the business?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_050",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Provided"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_071",
                                                                                                "type": "select",
                                                                                                "label": "Email Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_004",
                                                                                                "type": "text",
                                                                                                "label": "Company Financials"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_006",
                                                                                                "type": "select",
                                                                                                "label": "Phone Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_015",
                                                                                                "type": "select",
                                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_064",
                                                                                                "type": "text",
                                                                                                "label": "Contact Method Preference"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_066",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Homepage URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_053",
                                                                                                "type": "text",
                                                                                                "label": "Google Maps Place URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_056",
                                                                                                "type": "text",
                                                                                                "label": "Engagement Interest Level"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_067",
                                                                                                "type": "select",
                                                                                                "label": "Valid Email (Manual)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_025",
                                                                                                "type": "text",
                                                                                                "label": "Instantly \"event_type\""
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_078",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Grow Page URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_080",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Availability"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_037",
                                                                                                "type": "text",
                                                                                                "label": "Company Services"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_046",
                                                                                                "type": "text",
                                                                                                "label": "Test"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_073",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_027",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Rating"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_051",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_062",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_079",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Review Count"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_018",
                                                                                                "type": "text",
                                                                                                "label": "Legal Company Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_058",
                                                                                                "type": "date",
                                                                                                "label": "Company Incorporation Date"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_041",
                                                                                                "type": "text",
                                                                                                "label": "Job Title"
                                                                                            },
                                                                                            {
                                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Personal URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_002",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Company URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_045",
                                                                                                "type": "text",
                                                                                                "label": "Message"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_055",
                                                                                                "type": "select",
                                                                                                "label": "Company type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_012",
                                                                                                "type": "select",
                                                                                                "label": "Company status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_070",
                                                                                                "type": "number",
                                                                                                "label": "Officers Age (in years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_016",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Contact Data & Notes"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_086",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_039",
                                                                                                "type": "select",
                                                                                                "label": "Priority"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Custom Fields"
                                                                                    }
                                                                                ],
                                                                                "interface": [
                                                                                    {
                                                                                        "name": "id",
                                                                                        "type": "text",
                                                                                        "label": "Contact ID"
                                                                                    },
                                                                                    {
                                                                                        "name": "timezone",
                                                                                        "type": "text",
                                                                                        "label": "Timezone"
                                                                                    },
                                                                                    {
                                                                                        "name": "type",
                                                                                        "type": "text",
                                                                                        "label": "Type"
                                                                                    },
                                                                                    {
                                                                                        "name": "locationId",
                                                                                        "type": "text",
                                                                                        "label": "Location ID"
                                                                                    },
                                                                                    {
                                                                                        "name": "dnd",
                                                                                        "type": "boolean",
                                                                                        "label": "Dnd"
                                                                                    },
                                                                                    {
                                                                                        "name": "inboundDndSettings",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "all",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "All"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Inbound Dnd Settings"
                                                                                    },
                                                                                    {
                                                                                        "name": "dndSettings",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "Call",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "Call"
                                                                                            },
                                                                                            {
                                                                                                "name": "Email",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "SMS",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "SMS"
                                                                                            },
                                                                                            {
                                                                                                "name": "WhatsApp",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "GMB",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "GMB"
                                                                                            },
                                                                                            {
                                                                                                "name": "FB",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "name": "code",
                                                                                                        "type": "text",
                                                                                                        "label": "Code"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "message",
                                                                                                        "type": "text",
                                                                                                        "label": "Message"
                                                                                                    },
                                                                                                    {
                                                                                                        "name": "status",
                                                                                                        "type": "text",
                                                                                                        "label": "Status"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "FB"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Dnd Settings"
                                                                                    },
                                                                                    {
                                                                                        "name": "createdBy",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "sourceId",
                                                                                                "type": "text",
                                                                                                "label": "Source ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "channel",
                                                                                                "type": "text",
                                                                                                "label": "Channel"
                                                                                            },
                                                                                            {
                                                                                                "name": "source",
                                                                                                "type": "text",
                                                                                                "label": "Source"
                                                                                            },
                                                                                            {
                                                                                                "name": "sourceName",
                                                                                                "type": "text",
                                                                                                "label": "Source Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "timestamp",
                                                                                                "type": "date",
                                                                                                "label": "Timestamp"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Created By"
                                                                                    },
                                                                                    {
                                                                                        "name": "tags",
                                                                                        "type": "array",
                                                                                        "label": "Tags"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateAdded",
                                                                                        "type": "date",
                                                                                        "label": "Date Added"
                                                                                    },
                                                                                    {
                                                                                        "name": "additionalEmails",
                                                                                        "type": "array",
                                                                                        "label": "Additional Emails"
                                                                                    },
                                                                                    {
                                                                                        "name": "additionalPhones",
                                                                                        "type": "array",
                                                                                        "label": "Additional Phones"
                                                                                    },
                                                                                    {
                                                                                        "name": "country",
                                                                                        "type": "text",
                                                                                        "label": "Country"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastName",
                                                                                        "type": "text",
                                                                                        "label": "Last Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "lastNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Last Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "emailLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Email Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "email",
                                                                                        "type": "text",
                                                                                        "label": "Email"
                                                                                    },
                                                                                    {
                                                                                        "name": "postalCode",
                                                                                        "type": "text",
                                                                                        "label": "Postal Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "dateUpdated",
                                                                                        "type": "date",
                                                                                        "label": "Date Updated"
                                                                                    },
                                                                                    {
                                                                                        "name": "fullNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "Full Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "firstName",
                                                                                        "type": "text",
                                                                                        "label": "First Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "firstNameLowerCase",
                                                                                        "type": "text",
                                                                                        "label": "First Name Lower Case"
                                                                                    },
                                                                                    {
                                                                                        "name": "source",
                                                                                        "type": "text",
                                                                                        "label": "Source"
                                                                                    },
                                                                                    {
                                                                                        "name": "companyName",
                                                                                        "type": "text",
                                                                                        "label": "Company Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "website",
                                                                                        "type": "text",
                                                                                        "label": "Website"
                                                                                    },
                                                                                    {
                                                                                        "name": "phone",
                                                                                        "type": "text",
                                                                                        "label": "Phone"
                                                                                    },
                                                                                    {
                                                                                        "name": "customField",
                                                                                        "spec": [
                                                                                            {
                                                                                                "name": "custom_field_019",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Summary",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_014",
                                                                                                "type": "text",
                                                                                                "label": "What is your company’s annual revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_026",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Campaign"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_052",
                                                                                                "type": "text",
                                                                                                "label": "AI Call Transcript",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_060",
                                                                                                "type": "text",
                                                                                                "label": "Company Industry"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_072",
                                                                                                "type": "text",
                                                                                                "label": "Custom Status: Website"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_074",
                                                                                                "type": "text",
                                                                                                "label": "Custom Message: WhatsApp",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_082",
                                                                                                "type": "text",
                                                                                                "label": "Custom Status: Email"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_021",
                                                                                                "type": "text",
                                                                                                "label": "Ownership Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_028",
                                                                                                "type": "text",
                                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_040",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 1",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_049",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Latest Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_075",
                                                                                                "type": "array",
                                                                                                "label": "Custom Status: WhatsApp"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_043",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Find"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_077",
                                                                                                "type": "number",
                                                                                                "label": "Company Last Headcount"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_007",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Email Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_009",
                                                                                                "type": "text",
                                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_010",
                                                                                                "type": "text",
                                                                                                "label": "Gatekeeper Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_084",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 2",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_042",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Research Person"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_020",
                                                                                                "type": "number",
                                                                                                "label": "Company Estimated Turnover"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_017",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Business Compliment 3",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_038",
                                                                                                "type": "text",
                                                                                                "label": "Contact Permission"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_069",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Lead Status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_032",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Research Company"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_011",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Universal",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_044",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: Email",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_061",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_005",
                                                                                                "type": "text",
                                                                                                "label": "Google Place ID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_024",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Meeting Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_063",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_085",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: SMS",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_065",
                                                                                                "type": "text",
                                                                                                "label": "Workflow Status: AI Send Letter"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_029",
                                                                                                "type": "number",
                                                                                                "label": "Company Age (In Years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_030",
                                                                                                "type": "text",
                                                                                                "label": "Instantly: Other Lead Events"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_054",
                                                                                                "type": "text",
                                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                                            },
                                                                                            {
                                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                                "type": "text",
                                                                                                "label": "Valuation Interest"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_081",
                                                                                                "type": "text",
                                                                                                "label": "Google CID"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_008",
                                                                                                "type": "text",
                                                                                                "label": "Business Size Indicator"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_034",
                                                                                                "type": "text",
                                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_036",
                                                                                                "type": "text",
                                                                                                "label": "Company Google Plus Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_083",
                                                                                                "type": "text",
                                                                                                "label": "Company Age (In years & Months)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_087",
                                                                                                "type": "text",
                                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_035",
                                                                                                "type": "text",
                                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_057",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Captured"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_059",
                                                                                                "type": "text",
                                                                                                "label": "Company number"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_013",
                                                                                                "type": "number",
                                                                                                "label": "Company SIC Code"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_023",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Context: AI Calls",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_031",
                                                                                                "type": "text",
                                                                                                "label": "Company Overview",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_033",
                                                                                                "type": "text",
                                                                                                "label": "How long have you been operating the business?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_050",
                                                                                                "type": "text",
                                                                                                "label": "Contact Details Provided"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_071",
                                                                                                "type": "text",
                                                                                                "label": "Email Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_004",
                                                                                                "type": "text",
                                                                                                "label": "Company Financials",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_006",
                                                                                                "type": "text",
                                                                                                "label": "Phone Type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_015",
                                                                                                "type": "text",
                                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_064",
                                                                                                "type": "text",
                                                                                                "label": "Contact Method Preference"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_066",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Homepage URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_053",
                                                                                                "type": "text",
                                                                                                "label": "Google Maps Place URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_056",
                                                                                                "type": "text",
                                                                                                "label": "Engagement Interest Level"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_067",
                                                                                                "type": "text",
                                                                                                "label": "Valid Email (Manual)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_025",
                                                                                                "type": "text",
                                                                                                "label": "Instantly \"event_type\""
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_078",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Grow Page URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_080",
                                                                                                "type": "text",
                                                                                                "label": "Decision Maker Availability"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_037",
                                                                                                "type": "text",
                                                                                                "label": "Company Services",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_046",
                                                                                                "type": "text",
                                                                                                "label": "Test"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_073",
                                                                                                "type": "text",
                                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_027",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Rating"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_051",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Company",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_062",
                                                                                                "type": "text",
                                                                                                "label": "AI Research: Person",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_079",
                                                                                                "type": "number",
                                                                                                "label": "Company Google Review Count"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_018",
                                                                                                "type": "text",
                                                                                                "label": "Legal Company Name"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_058",
                                                                                                "type": "date",
                                                                                                "label": "Company Incorporation Date"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_041",
                                                                                                "type": "text",
                                                                                                "label": "Job Title"
                                                                                            },
                                                                                            {
                                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Personal URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_002",
                                                                                                "type": "text",
                                                                                                "label": "LinkedIn Company URL"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_045",
                                                                                                "type": "text",
                                                                                                "label": "Message",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_055",
                                                                                                "type": "text",
                                                                                                "label": "Company type"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_012",
                                                                                                "type": "text",
                                                                                                "label": "Company status"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_070",
                                                                                                "type": "number",
                                                                                                "label": "Officers Age (in years)"
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_016",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_086",
                                                                                                "type": "text",
                                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                                "multiline": true
                                                                                            },
                                                                                            {
                                                                                                "name": "custom_field_039",
                                                                                                "type": "text",
                                                                                                "label": "Priority"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Custom Fields"
                                                                                    }
                                                                                ]
                                                                            },
                                                                            "onerror": [
                                                                                {
                                                                                    "id": 130,
                                                                                    "module": "builtin:Ignore",
                                                                                    "version": 1,
                                                                                    "metadata": {
                                                                                        "designer": {
                                                                                            "x": 4565,
                                                                                            "y": 3157
                                                                                        }
                                                                                    }
                                                                                }
                                                                            ]
                                                                        }
                                                                    ]
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                },
                                                {
                                                    "flow": [
                                                        {
                                                            "id": 25,
                                                            "module": "highlevel:updateAContact",
                                                            "version": 1,
                                                            "parameters": {
                                                                "__IMTCONN__": 1000003
                                                            },
                                                            "filter": {
                                                                "name": "LinkedIn Company URL: AI found and is empty on CRM",
                                                                "conditions": [
                                                                    [
                                                                        {
                                                                            "a": "{{18.linkedin_company}}",
                                                                            "b": "Not found",
                                                                            "o": "text:notcontain:ci"
                                                                        },
                                                                        {
                                                                            "a": "{{178.customField.`custom_field_002`}}",
                                                                            "o": "notexist"
                                                                        },
                                                                        {
                                                                            "a": "{{18.linkedin_company}}",
                                                                            "o": "exist"
                                                                        }
                                                                    ]
                                                                ]
                                                            },
                                                            "mapper": {
                                                                "address": {},
                                                                "contact": "{{14.contact_id}}",
                                                                "customField": {
                                                                    "custom_field_002": "{{18.linkedin_company}}"
                                                                }
                                                            },
                                                            "metadata": {
                                                                "designer": {
                                                                    "x": 2819,
                                                                    "y": 2741
                                                                },
                                                                "restore": {
                                                                    "expect": {
                                                                        "dnd": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "tags": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "address": {
                                                                            "nested": {
                                                                                "country": {
                                                                                    "mode": "chose"
                                                                                }
                                                                            }
                                                                        },
                                                                        "contact": {
                                                                            "mode": "edit"
                                                                        },
                                                                        "timezone": {
                                                                            "mode": "chose",
                                                                            "label": "Empty"
                                                                        },
                                                                        "customField": {
                                                                            "nested": {
                                                                                "custom_field_006": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_007": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_009": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_012": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_014": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_015": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_024": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_026": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_028": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_030": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_033": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_034": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_035": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_039": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_049": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_054": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_055": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_060": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_067": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_069": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_071": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_072": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_075": {
                                                                                    "mode": "chose"
                                                                                },
                                                                                "custom_field_082": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "parameters": {
                                                                        "__IMTCONN__": {
                                                                            "data": {
                                                                                "scoped": "true",
                                                                                "connection": "highlevel3"
                                                                            },
                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                        }
                                                                    }
                                                                },
                                                                "parameters": [
                                                                    {
                                                                        "name": "__IMTCONN__",
                                                                        "type": "account:highlevel,highlevel3",
                                                                        "label": "Connection",
                                                                        "required": true
                                                                    }
                                                                ],
                                                                "expect": [
                                                                    {
                                                                        "mode": "edit",
                                                                        "name": "contact",
                                                                        "type": "select",
                                                                        "label": "Contact ID",
                                                                        "required": true
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "email",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "dateOfBirth",
                                                                        "time": false,
                                                                        "type": "date",
                                                                        "label": "Date of Birth"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "url",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "select",
                                                                        "label": "Tags",
                                                                        "multiple": true
                                                                    },
                                                                    {
                                                                        "name": "address",
                                                                        "spec": [
                                                                            {
                                                                                "name": "address1",
                                                                                "type": "text",
                                                                                "label": "Street"
                                                                            },
                                                                            {
                                                                                "name": "city",
                                                                                "type": "text",
                                                                                "label": "City"
                                                                            },
                                                                            {
                                                                                "name": "state",
                                                                                "type": "text",
                                                                                "label": "State"
                                                                            },
                                                                            {
                                                                                "name": "postalCode",
                                                                                "type": "text",
                                                                                "label": "PostalCode"
                                                                            },
                                                                            {
                                                                                "name": "country",
                                                                                "type": "select",
                                                                                "label": "Country"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Address"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "select",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "select",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "select",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "select",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "select",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "select",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "select",
                                                                                "label": "Custom Status: WhatsApp",
                                                                                "multiple": true,
                                                                                "validate": {
                                                                                    "enum": [
                                                                                        "Valid"
                                                                                    ]
                                                                                }
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "select",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "select",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "select",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "select",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "select",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "select",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "select",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "select",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "select",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "select",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "select",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "select",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "select",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "select",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "select",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "select",
                                                                                "label": "Priority"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ],
                                                                "interface": [
                                                                    {
                                                                        "name": "id",
                                                                        "type": "text",
                                                                        "label": "Contact ID"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "text",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "type",
                                                                        "type": "text",
                                                                        "label": "Type"
                                                                    },
                                                                    {
                                                                        "name": "locationId",
                                                                        "type": "text",
                                                                        "label": "Location ID"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "inboundDndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "all",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "All"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Inbound Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "dndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "Call",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Call"
                                                                            },
                                                                            {
                                                                                "name": "Email",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Email"
                                                                            },
                                                                            {
                                                                                "name": "SMS",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "SMS"
                                                                            },
                                                                            {
                                                                                "name": "WhatsApp",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "GMB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "GMB"
                                                                            },
                                                                            {
                                                                                "name": "FB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "FB"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "createdBy",
                                                                        "spec": [
                                                                            {
                                                                                "name": "sourceId",
                                                                                "type": "text",
                                                                                "label": "Source ID"
                                                                            },
                                                                            {
                                                                                "name": "channel",
                                                                                "type": "text",
                                                                                "label": "Channel"
                                                                            },
                                                                            {
                                                                                "name": "source",
                                                                                "type": "text",
                                                                                "label": "Source"
                                                                            },
                                                                            {
                                                                                "name": "sourceName",
                                                                                "type": "text",
                                                                                "label": "Source Name"
                                                                            },
                                                                            {
                                                                                "name": "timestamp",
                                                                                "type": "date",
                                                                                "label": "Timestamp"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Created By"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "array",
                                                                        "label": "Tags"
                                                                    },
                                                                    {
                                                                        "name": "dateAdded",
                                                                        "type": "date",
                                                                        "label": "Date Added"
                                                                    },
                                                                    {
                                                                        "name": "additionalEmails",
                                                                        "type": "array",
                                                                        "label": "Additional Emails"
                                                                    },
                                                                    {
                                                                        "name": "additionalPhones",
                                                                        "type": "array",
                                                                        "label": "Additional Phones"
                                                                    },
                                                                    {
                                                                        "name": "country",
                                                                        "type": "text",
                                                                        "label": "Country"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "lastNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Last Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "emailLowerCase",
                                                                        "type": "text",
                                                                        "label": "Email Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "text",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "postalCode",
                                                                        "type": "text",
                                                                        "label": "Postal Code"
                                                                    },
                                                                    {
                                                                        "name": "dateUpdated",
                                                                        "type": "date",
                                                                        "label": "Date Updated"
                                                                    },
                                                                    {
                                                                        "name": "fullNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Full Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "firstNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "First Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "text",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "text",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "text",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "text",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "text",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "text",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "array",
                                                                                "label": "Custom Status: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "text",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "text",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "text",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "text",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "text",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "text",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "text",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "text",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "text",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "text",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "text",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "text",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "text",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "text",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "text",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "text",
                                                                                "label": "Priority"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ]
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "flow": [
                                                        {
                                                            "id": 24,
                                                            "module": "highlevel:updateAContact",
                                                            "version": 1,
                                                            "parameters": {
                                                                "__IMTCONN__": 1000003
                                                            },
                                                            "filter": {
                                                                "name": "LinkedIn Personal URL: AI found and is empty on CRM",
                                                                "conditions": [
                                                                    [
                                                                        {
                                                                            "a": "{{18.linkedin_personal}}",
                                                                            "b": "Not found",
                                                                            "o": "text:notcontain:ci"
                                                                        },
                                                                        {
                                                                            "a": "{{178.customField.ChlqfABEnkRWXyxcSRAg}}",
                                                                            "o": "notexist"
                                                                        },
                                                                        {
                                                                            "a": "{{18.linkedin_personal}}",
                                                                            "o": "exist"
                                                                        }
                                                                    ]
                                                                ]
                                                            },
                                                            "mapper": {
                                                                "address": {},
                                                                "contact": "{{14.contact_id}}",
                                                                "customField": {
                                                                    "ChlqfABEnkRWXyxcSRAg": "{{18.linkedin_personal}}"
                                                                }
                                                            },
                                                            "metadata": {
                                                                "designer": {
                                                                    "x": 2823,
                                                                    "y": 3150
                                                                },
                                                                "restore": {
                                                                    "expect": {
                                                                        "dnd": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "tags": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "address": {
                                                                            "nested": {
                                                                                "country": {
                                                                                    "mode": "chose"
                                                                                }
                                                                            }
                                                                        },
                                                                        "contact": {
                                                                            "mode": "edit"
                                                                        },
                                                                        "timezone": {
                                                                            "mode": "chose",
                                                                            "label": "Empty"
                                                                        },
                                                                        "customField": {
                                                                            "nested": {
                                                                                "custom_field_006": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_007": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_009": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_012": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_014": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_015": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_024": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_026": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_028": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_030": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_033": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_034": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_035": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_039": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_049": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_054": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_055": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_060": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_067": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_069": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_071": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_072": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_075": {
                                                                                    "mode": "chose"
                                                                                },
                                                                                "custom_field_082": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "parameters": {
                                                                        "__IMTCONN__": {
                                                                            "data": {
                                                                                "scoped": "true",
                                                                                "connection": "highlevel3"
                                                                            },
                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                        }
                                                                    }
                                                                },
                                                                "parameters": [
                                                                    {
                                                                        "name": "__IMTCONN__",
                                                                        "type": "account:highlevel,highlevel3",
                                                                        "label": "Connection",
                                                                        "required": true
                                                                    }
                                                                ],
                                                                "expect": [
                                                                    {
                                                                        "mode": "edit",
                                                                        "name": "contact",
                                                                        "type": "select",
                                                                        "label": "Contact ID",
                                                                        "required": true
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "email",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "dateOfBirth",
                                                                        "time": false,
                                                                        "type": "date",
                                                                        "label": "Date of Birth"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "url",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "select",
                                                                        "label": "Tags",
                                                                        "multiple": true
                                                                    },
                                                                    {
                                                                        "name": "address",
                                                                        "spec": [
                                                                            {
                                                                                "name": "address1",
                                                                                "type": "text",
                                                                                "label": "Street"
                                                                            },
                                                                            {
                                                                                "name": "city",
                                                                                "type": "text",
                                                                                "label": "City"
                                                                            },
                                                                            {
                                                                                "name": "state",
                                                                                "type": "text",
                                                                                "label": "State"
                                                                            },
                                                                            {
                                                                                "name": "postalCode",
                                                                                "type": "text",
                                                                                "label": "PostalCode"
                                                                            },
                                                                            {
                                                                                "name": "country",
                                                                                "type": "select",
                                                                                "label": "Country"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Address"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "select",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "select",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "select",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "select",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "select",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "select",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "select",
                                                                                "label": "Custom Status: WhatsApp",
                                                                                "multiple": true,
                                                                                "validate": {
                                                                                    "enum": [
                                                                                        "Valid"
                                                                                    ]
                                                                                }
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "select",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "select",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "select",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "select",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "select",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "select",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "select",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "select",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "select",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "select",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "select",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "select",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "select",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "select",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "select",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "select",
                                                                                "label": "Priority"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ],
                                                                "interface": [
                                                                    {
                                                                        "name": "id",
                                                                        "type": "text",
                                                                        "label": "Contact ID"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "text",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "type",
                                                                        "type": "text",
                                                                        "label": "Type"
                                                                    },
                                                                    {
                                                                        "name": "locationId",
                                                                        "type": "text",
                                                                        "label": "Location ID"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "inboundDndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "all",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "All"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Inbound Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "dndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "Call",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Call"
                                                                            },
                                                                            {
                                                                                "name": "Email",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Email"
                                                                            },
                                                                            {
                                                                                "name": "SMS",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "SMS"
                                                                            },
                                                                            {
                                                                                "name": "WhatsApp",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "GMB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "GMB"
                                                                            },
                                                                            {
                                                                                "name": "FB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "FB"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "createdBy",
                                                                        "spec": [
                                                                            {
                                                                                "name": "sourceId",
                                                                                "type": "text",
                                                                                "label": "Source ID"
                                                                            },
                                                                            {
                                                                                "name": "channel",
                                                                                "type": "text",
                                                                                "label": "Channel"
                                                                            },
                                                                            {
                                                                                "name": "source",
                                                                                "type": "text",
                                                                                "label": "Source"
                                                                            },
                                                                            {
                                                                                "name": "sourceName",
                                                                                "type": "text",
                                                                                "label": "Source Name"
                                                                            },
                                                                            {
                                                                                "name": "timestamp",
                                                                                "type": "date",
                                                                                "label": "Timestamp"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Created By"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "array",
                                                                        "label": "Tags"
                                                                    },
                                                                    {
                                                                        "name": "dateAdded",
                                                                        "type": "date",
                                                                        "label": "Date Added"
                                                                    },
                                                                    {
                                                                        "name": "additionalEmails",
                                                                        "type": "array",
                                                                        "label": "Additional Emails"
                                                                    },
                                                                    {
                                                                        "name": "additionalPhones",
                                                                        "type": "array",
                                                                        "label": "Additional Phones"
                                                                    },
                                                                    {
                                                                        "name": "country",
                                                                        "type": "text",
                                                                        "label": "Country"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "lastNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Last Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "emailLowerCase",
                                                                        "type": "text",
                                                                        "label": "Email Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "text",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "postalCode",
                                                                        "type": "text",
                                                                        "label": "Postal Code"
                                                                    },
                                                                    {
                                                                        "name": "dateUpdated",
                                                                        "type": "date",
                                                                        "label": "Date Updated"
                                                                    },
                                                                    {
                                                                        "name": "fullNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Full Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "firstNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "First Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "text",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "text",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "text",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "text",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "text",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "text",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "array",
                                                                                "label": "Custom Status: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "text",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "text",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "text",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "text",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "text",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "text",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "text",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "text",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "text",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "text",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "text",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "text",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "text",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "text",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "text",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "text",
                                                                                "label": "Priority"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ]
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "flow": [
                                        {
                                            "id": 99,
                                            "module": "highlevel:addNotetoContact",
                                            "version": 1,
                                            "parameters": {
                                                "__IMTCONN__": 1000003
                                            },
                                            "mapper": {
                                                "body": "Perplexity AI did research, and this is a summary of what was found: {{10.content[].text.value}}",
                                                "contactId": "{{14.contact_id}}"
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": 284,
                                                    "y": 2495
                                                },
                                                "restore": {
                                                    "expect": {
                                                        "userId": {
                                                            "mode": "chose",
                                                            "label": "Empty"
                                                        },
                                                        "contactId": {
                                                            "mode": "edit"
                                                        }
                                                    },
                                                    "parameters": {
                                                        "__IMTCONN__": {
                                                            "data": {
                                                                "scoped": "true",
                                                                "connection": "highlevel3"
                                                            },
                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                        }
                                                    }
                                                },
                                                "parameters": [
                                                    {
                                                        "name": "__IMTCONN__",
                                                        "type": "account:highlevel,highlevel3",
                                                        "label": "Connection",
                                                        "required": true
                                                    }
                                                ],
                                                "expect": [
                                                    {
                                                        "name": "contactId",
                                                        "type": "select",
                                                        "label": "Contact ID",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "body",
                                                        "type": "text",
                                                        "label": "Body",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "userId",
                                                        "type": "select",
                                                        "label": "User ID"
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "flow": [
                        {
                            "id": 107,
                            "module": "highlevel:updateAContact",
                            "version": 1,
                            "parameters": {
                                "__IMTCONN__": 1000003
                            },
                            "mapper": {
                                "address": {},
                                "contact": "{{14.contact_id}}",
                                "customField": {
                                    "custom_field_043": "Finished"
                                }
                            },
                            "metadata": {
                                "designer": {
                                    "x": -1106,
                                    "y": 7322,
                                    "name": "Workflow Status: AI Find - Finished"
                                },
                                "restore": {
                                    "expect": {
                                        "dnd": {
                                            "mode": "chose"
                                        },
                                        "tags": {
                                            "mode": "chose"
                                        },
                                        "address": {
                                            "nested": {
                                                "country": {
                                                    "mode": "chose"
                                                }
                                            }
                                        },
                                        "contact": {
                                            "mode": "edit"
                                        },
                                        "timezone": {
                                            "mode": "chose",
                                            "label": "Empty"
                                        },
                                        "customField": {
                                            "nested": {
                                                "custom_field_006": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                },
                                                "custom_field_007": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                },
                                                "custom_field_009": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                },
                                                "custom_field_012": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                },
                                                "custom_field_014": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                },
                                                "custom_field_015": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                },
                                                "custom_field_024": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                },
                                                "custom_field_026": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                },
                                                "custom_field_028": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                },
                                                "custom_field_030": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                },
                                                "custom_field_032": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                },
                                                "custom_field_033": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                },
                                                "custom_field_034": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                },
                                                "custom_field_035": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                },
                                                "custom_field_039": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                },
                                                "custom_field_042": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                },
                                                "custom_field_043": {
                                                    "mode": "chose",
                                                    "label": "Finished"
                                                },
                                                "custom_field_049": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                },
                                                "custom_field_054": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                },
                                                "custom_field_055": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                },
                                                "custom_field_060": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                },
                                                "custom_field_067": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                },
                                                "custom_field_069": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                },
                                                "custom_field_071": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                },
                                                "custom_field_072": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                },
                                                "custom_field_075": {
                                                    "mode": "chose"
                                                },
                                                "custom_field_082": {
                                                    "mode": "chose",
                                                    "label": "Empty"
                                                }
                                            }
                                        }
                                    },
                                    "parameters": {
                                        "__IMTCONN__": {
                                            "data": {
                                                "scoped": "true",
                                                "connection": "highlevel3"
                                            },
                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                        }
                                    }
                                },
                                "parameters": [
                                    {
                                        "name": "__IMTCONN__",
                                        "type": "account:highlevel,highlevel3",
                                        "label": "Connection",
                                        "required": true
                                    }
                                ],
                                "expect": [
                                    {
                                        "mode": "edit",
                                        "name": "contact",
                                        "type": "select",
                                        "label": "Contact ID",
                                        "required": true
                                    },
                                    {
                                        "name": "firstName",
                                        "type": "text",
                                        "label": "First Name"
                                    },
                                    {
                                        "name": "lastName",
                                        "type": "text",
                                        "label": "Last Name"
                                    },
                                    {
                                        "name": "email",
                                        "type": "email",
                                        "label": "Email"
                                    },
                                    {
                                        "name": "phone",
                                        "type": "text",
                                        "label": "Phone"
                                    },
                                    {
                                        "name": "dateOfBirth",
                                        "time": false,
                                        "type": "date",
                                        "label": "Date of Birth"
                                    },
                                    {
                                        "name": "companyName",
                                        "type": "text",
                                        "label": "Company Name"
                                    },
                                    {
                                        "name": "website",
                                        "type": "url",
                                        "label": "Website"
                                    },
                                    {
                                        "name": "tags",
                                        "type": "select",
                                        "label": "Tags",
                                        "multiple": true
                                    },
                                    {
                                        "name": "address",
                                        "spec": [
                                            {
                                                "name": "address1",
                                                "type": "text",
                                                "label": "Street"
                                            },
                                            {
                                                "name": "city",
                                                "type": "text",
                                                "label": "City"
                                            },
                                            {
                                                "name": "state",
                                                "type": "text",
                                                "label": "State"
                                            },
                                            {
                                                "name": "postalCode",
                                                "type": "text",
                                                "label": "PostalCode"
                                            },
                                            {
                                                "name": "country",
                                                "type": "select",
                                                "label": "Country"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Address"
                                    },
                                    {
                                        "name": "source",
                                        "type": "text",
                                        "label": "Source"
                                    },
                                    {
                                        "name": "timezone",
                                        "type": "select",
                                        "label": "Timezone"
                                    },
                                    {
                                        "name": "dnd",
                                        "type": "boolean",
                                        "label": "Dnd"
                                    },
                                    {
                                        "name": "customField",
                                        "spec": [
                                            {
                                                "name": "custom_field_019",
                                                "type": "text",
                                                "label": "AI Call Summary"
                                            },
                                            {
                                                "name": "custom_field_014",
                                                "type": "select",
                                                "label": "What is your company’s annual revenue?"
                                            },
                                            {
                                                "name": "custom_field_026",
                                                "type": "select",
                                                "label": "Instantly: Campaign"
                                            },
                                            {
                                                "name": "custom_field_052",
                                                "type": "text",
                                                "label": "AI Call Transcript"
                                            },
                                            {
                                                "name": "custom_field_060",
                                                "type": "select",
                                                "label": "Company Industry"
                                            },
                                            {
                                                "name": "custom_field_072",
                                                "type": "select",
                                                "label": "Custom Status: Website"
                                            },
                                            {
                                                "name": "custom_field_074",
                                                "type": "text",
                                                "label": "Custom Message: WhatsApp"
                                            },
                                            {
                                                "name": "custom_field_082",
                                                "type": "select",
                                                "label": "Custom Status: Email"
                                            },
                                            {
                                                "name": "custom_field_021",
                                                "type": "text",
                                                "label": "Ownership Status"
                                            },
                                            {
                                                "name": "custom_field_028",
                                                "type": "select",
                                                "label": "Are you open to selling your business in the next 12 months?"
                                            },
                                            {
                                                "name": "custom_field_040",
                                                "type": "text",
                                                "label": "Personalised Business Compliment 1"
                                            },
                                            {
                                                "name": "custom_field_049",
                                                "type": "select",
                                                "label": "Instantly: Latest Status"
                                            },
                                            {
                                                "name": "custom_field_075",
                                                "type": "select",
                                                "label": "Custom Status: WhatsApp",
                                                "multiple": true,
                                                "validate": {
                                                    "enum": [
                                                        "Valid"
                                                    ]
                                                }
                                            },
                                            {
                                                "name": "custom_field_043",
                                                "type": "select",
                                                "label": "Workflow Status: AI Find"
                                            },
                                            {
                                                "name": "custom_field_077",
                                                "type": "number",
                                                "label": "Company Last Headcount"
                                            },
                                            {
                                                "name": "custom_field_007",
                                                "type": "select",
                                                "label": "Instantly: Email Events"
                                            },
                                            {
                                                "name": "custom_field_009",
                                                "type": "select",
                                                "label": "How many employees does your company currently have (excluding owners)?"
                                            },
                                            {
                                                "name": "custom_field_010",
                                                "type": "text",
                                                "label": "Gatekeeper Name"
                                            },
                                            {
                                                "name": "custom_field_084",
                                                "type": "text",
                                                "label": "Personalised Business Compliment 2"
                                            },
                                            {
                                                "name": "custom_field_042",
                                                "type": "select",
                                                "label": "Workflow Status: AI Research Person"
                                            },
                                            {
                                                "name": "custom_field_020",
                                                "type": "number",
                                                "label": "Company Estimated Turnover"
                                            },
                                            {
                                                "name": "custom_field_017",
                                                "type": "text",
                                                "label": "Personalised Business Compliment 3"
                                            },
                                            {
                                                "name": "custom_field_038",
                                                "type": "text",
                                                "label": "Contact Permission"
                                            },
                                            {
                                                "name": "custom_field_069",
                                                "type": "select",
                                                "label": "Instantly: Lead Status"
                                            },
                                            {
                                                "name": "custom_field_032",
                                                "type": "select",
                                                "label": "Workflow Status: AI Research Company"
                                            },
                                            {
                                                "name": "custom_field_011",
                                                "type": "text",
                                                "label": "AI Personalised Message: Universal"
                                            },
                                            {
                                                "name": "custom_field_044",
                                                "type": "text",
                                                "label": "AI Personalised Message: Email"
                                            },
                                            {
                                                "name": "custom_field_061",
                                                "type": "text",
                                                "label": "AI Personalised Message: WhatsApp"
                                            },
                                            {
                                                "name": "custom_field_005",
                                                "type": "text",
                                                "label": "Google Place ID"
                                            },
                                            {
                                                "name": "custom_field_024",
                                                "type": "select",
                                                "label": "Instantly: Meeting Events"
                                            },
                                            {
                                                "name": "custom_field_063",
                                                "type": "text",
                                                "label": "Decision Maker Name"
                                            },
                                            {
                                                "name": "custom_field_085",
                                                "type": "text",
                                                "label": "AI Personalised Message: SMS"
                                            },
                                            {
                                                "name": "custom_field_029",
                                                "type": "number",
                                                "label": "Company Age (In Years)"
                                            },
                                            {
                                                "name": "custom_field_030",
                                                "type": "select",
                                                "label": "Instantly: Other Lead Events"
                                            },
                                            {
                                                "name": "custom_field_054",
                                                "type": "select",
                                                "label": "What type of customers make up the majority of your revenue?"
                                            },
                                            {
                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                "type": "text",
                                                "label": "Valuation Interest"
                                            },
                                            {
                                                "name": "custom_field_081",
                                                "type": "text",
                                                "label": "Google CID"
                                            },
                                            {
                                                "name": "custom_field_008",
                                                "type": "text",
                                                "label": "Business Size Indicator"
                                            },
                                            {
                                                "name": "custom_field_034",
                                                "type": "select",
                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                            },
                                            {
                                                "name": "custom_field_036",
                                                "type": "text",
                                                "label": "Company Google Plus Code"
                                            },
                                            {
                                                "name": "custom_field_083",
                                                "type": "text",
                                                "label": "Company Age (In years & Months)"
                                            },
                                            {
                                                "name": "custom_field_087",
                                                "type": "text",
                                                "label": "AI Personalised Message: AI Calls"
                                            },
                                            {
                                                "name": "custom_field_035",
                                                "type": "select",
                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                            },
                                            {
                                                "name": "custom_field_057",
                                                "type": "text",
                                                "label": "Contact Details Captured"
                                            },
                                            {
                                                "name": "custom_field_059",
                                                "type": "text",
                                                "label": "Company number"
                                            },
                                            {
                                                "name": "custom_field_013",
                                                "type": "number",
                                                "label": "Company SIC Code"
                                            },
                                            {
                                                "name": "custom_field_023",
                                                "type": "text",
                                                "label": "Personalised Context: AI Calls"
                                            },
                                            {
                                                "name": "custom_field_031",
                                                "type": "text",
                                                "label": "Company Overview"
                                            },
                                            {
                                                "name": "custom_field_033",
                                                "type": "select",
                                                "label": "How long have you been operating the business?"
                                            },
                                            {
                                                "name": "custom_field_050",
                                                "type": "text",
                                                "label": "Contact Details Provided"
                                            },
                                            {
                                                "name": "custom_field_071",
                                                "type": "select",
                                                "label": "Email Type"
                                            },
                                            {
                                                "name": "custom_field_004",
                                                "type": "text",
                                                "label": "Company Financials"
                                            },
                                            {
                                                "name": "custom_field_006",
                                                "type": "select",
                                                "label": "Phone Type"
                                            },
                                            {
                                                "name": "custom_field_015",
                                                "type": "select",
                                                "label": "What would be your ideal outcome if you sold?"
                                            },
                                            {
                                                "name": "custom_field_064",
                                                "type": "text",
                                                "label": "Contact Method Preference"
                                            },
                                            {
                                                "name": "custom_field_066",
                                                "type": "text",
                                                "label": "Personalised Homepage URL"
                                            },
                                            {
                                                "name": "custom_field_053",
                                                "type": "text",
                                                "label": "Google Maps Place URL"
                                            },
                                            {
                                                "name": "custom_field_056",
                                                "type": "text",
                                                "label": "Engagement Interest Level"
                                            },
                                            {
                                                "name": "custom_field_067",
                                                "type": "select",
                                                "label": "Valid Email (Manual)"
                                            },
                                            {
                                                "name": "custom_field_025",
                                                "type": "text",
                                                "label": "Instantly \"event_type\""
                                            },
                                            {
                                                "name": "custom_field_078",
                                                "type": "text",
                                                "label": "Personalised Grow Page URL"
                                            },
                                            {
                                                "name": "custom_field_080",
                                                "type": "text",
                                                "label": "Decision Maker Availability"
                                            },
                                            {
                                                "name": "custom_field_037",
                                                "type": "text",
                                                "label": "Company Services"
                                            },
                                            {
                                                "name": "custom_field_046",
                                                "type": "text",
                                                "label": "Test"
                                            },
                                            {
                                                "name": "custom_field_073",
                                                "type": "text",
                                                "label": "Personalised Universal URL (for WhatsApp)"
                                            },
                                            {
                                                "name": "custom_field_027",
                                                "type": "number",
                                                "label": "Company Google Rating"
                                            },
                                            {
                                                "name": "custom_field_051",
                                                "type": "text",
                                                "label": "AI Research: Company"
                                            },
                                            {
                                                "name": "custom_field_062",
                                                "type": "text",
                                                "label": "AI Research: Person"
                                            },
                                            {
                                                "name": "custom_field_079",
                                                "type": "number",
                                                "label": "Company Google Review Count"
                                            },
                                            {
                                                "name": "custom_field_018",
                                                "type": "text",
                                                "label": "Legal Company Name"
                                            },
                                            {
                                                "name": "custom_field_058",
                                                "type": "date",
                                                "label": "Company Incorporation Date"
                                            },
                                            {
                                                "name": "custom_field_041",
                                                "type": "text",
                                                "label": "Job Title"
                                            },
                                            {
                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                "type": "text",
                                                "label": "LinkedIn Personal URL"
                                            },
                                            {
                                                "name": "custom_field_002",
                                                "type": "text",
                                                "label": "LinkedIn Company URL"
                                            },
                                            {
                                                "name": "custom_field_045",
                                                "type": "text",
                                                "label": "Message"
                                            },
                                            {
                                                "name": "custom_field_055",
                                                "type": "select",
                                                "label": "Company type"
                                            },
                                            {
                                                "name": "custom_field_012",
                                                "type": "select",
                                                "label": "Company status"
                                            },
                                            {
                                                "name": "custom_field_070",
                                                "type": "number",
                                                "label": "Officers Age (in years)"
                                            },
                                            {
                                                "name": "custom_field_016",
                                                "type": "text",
                                                "label": "AI Find: Contact Data & Notes"
                                            },
                                            {
                                                "name": "custom_field_086",
                                                "type": "text",
                                                "label": "AI Find: Original Backup Contact Data"
                                            },
                                            {
                                                "name": "custom_field_039",
                                                "type": "select",
                                                "label": "Priority"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Custom Fields"
                                    }
                                ],
                                "interface": [
                                    {
                                        "name": "id",
                                        "type": "text",
                                        "label": "Contact ID"
                                    },
                                    {
                                        "name": "timezone",
                                        "type": "text",
                                        "label": "Timezone"
                                    },
                                    {
                                        "name": "type",
                                        "type": "text",
                                        "label": "Type"
                                    },
                                    {
                                        "name": "locationId",
                                        "type": "text",
                                        "label": "Location ID"
                                    },
                                    {
                                        "name": "dnd",
                                        "type": "boolean",
                                        "label": "Dnd"
                                    },
                                    {
                                        "name": "inboundDndSettings",
                                        "spec": [
                                            {
                                                "name": "all",
                                                "spec": [
                                                    {
                                                        "name": "message",
                                                        "type": "text",
                                                        "label": "Message"
                                                    },
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection",
                                                "label": "All"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Inbound Dnd Settings"
                                    },
                                    {
                                        "name": "dndSettings",
                                        "spec": [
                                            {
                                                "name": "Call",
                                                "spec": [
                                                    {
                                                        "name": "code",
                                                        "type": "text",
                                                        "label": "Code"
                                                    },
                                                    {
                                                        "name": "message",
                                                        "type": "text",
                                                        "label": "Message"
                                                    },
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection",
                                                "label": "Call"
                                            },
                                            {
                                                "name": "Email",
                                                "spec": [
                                                    {
                                                        "name": "code",
                                                        "type": "text",
                                                        "label": "Code"
                                                    },
                                                    {
                                                        "name": "message",
                                                        "type": "text",
                                                        "label": "Message"
                                                    },
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection",
                                                "label": "Email"
                                            },
                                            {
                                                "name": "SMS",
                                                "spec": [
                                                    {
                                                        "name": "code",
                                                        "type": "text",
                                                        "label": "Code"
                                                    },
                                                    {
                                                        "name": "message",
                                                        "type": "text",
                                                        "label": "Message"
                                                    },
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection",
                                                "label": "SMS"
                                            },
                                            {
                                                "name": "WhatsApp",
                                                "spec": [
                                                    {
                                                        "name": "code",
                                                        "type": "text",
                                                        "label": "Code"
                                                    },
                                                    {
                                                        "name": "message",
                                                        "type": "text",
                                                        "label": "Message"
                                                    },
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection",
                                                "label": "WhatsApp"
                                            },
                                            {
                                                "name": "GMB",
                                                "spec": [
                                                    {
                                                        "name": "code",
                                                        "type": "text",
                                                        "label": "Code"
                                                    },
                                                    {
                                                        "name": "message",
                                                        "type": "text",
                                                        "label": "Message"
                                                    },
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection",
                                                "label": "GMB"
                                            },
                                            {
                                                "name": "FB",
                                                "spec": [
                                                    {
                                                        "name": "code",
                                                        "type": "text",
                                                        "label": "Code"
                                                    },
                                                    {
                                                        "name": "message",
                                                        "type": "text",
                                                        "label": "Message"
                                                    },
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection",
                                                "label": "FB"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Dnd Settings"
                                    },
                                    {
                                        "name": "createdBy",
                                        "spec": [
                                            {
                                                "name": "sourceId",
                                                "type": "text",
                                                "label": "Source ID"
                                            },
                                            {
                                                "name": "channel",
                                                "type": "text",
                                                "label": "Channel"
                                            },
                                            {
                                                "name": "source",
                                                "type": "text",
                                                "label": "Source"
                                            },
                                            {
                                                "name": "sourceName",
                                                "type": "text",
                                                "label": "Source Name"
                                            },
                                            {
                                                "name": "timestamp",
                                                "type": "date",
                                                "label": "Timestamp"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Created By"
                                    },
                                    {
                                        "name": "tags",
                                        "type": "array",
                                        "label": "Tags"
                                    },
                                    {
                                        "name": "dateAdded",
                                        "type": "date",
                                        "label": "Date Added"
                                    },
                                    {
                                        "name": "additionalEmails",
                                        "type": "array",
                                        "label": "Additional Emails"
                                    },
                                    {
                                        "name": "additionalPhones",
                                        "type": "array",
                                        "label": "Additional Phones"
                                    },
                                    {
                                        "name": "country",
                                        "type": "text",
                                        "label": "Country"
                                    },
                                    {
                                        "name": "lastName",
                                        "type": "text",
                                        "label": "Last Name"
                                    },
                                    {
                                        "name": "lastNameLowerCase",
                                        "type": "text",
                                        "label": "Last Name Lower Case"
                                    },
                                    {
                                        "name": "emailLowerCase",
                                        "type": "text",
                                        "label": "Email Lower Case"
                                    },
                                    {
                                        "name": "email",
                                        "type": "text",
                                        "label": "Email"
                                    },
                                    {
                                        "name": "postalCode",
                                        "type": "text",
                                        "label": "Postal Code"
                                    },
                                    {
                                        "name": "dateUpdated",
                                        "type": "date",
                                        "label": "Date Updated"
                                    },
                                    {
                                        "name": "fullNameLowerCase",
                                        "type": "text",
                                        "label": "Full Name Lower Case"
                                    },
                                    {
                                        "name": "firstName",
                                        "type": "text",
                                        "label": "First Name"
                                    },
                                    {
                                        "name": "firstNameLowerCase",
                                        "type": "text",
                                        "label": "First Name Lower Case"
                                    },
                                    {
                                        "name": "source",
                                        "type": "text",
                                        "label": "Source"
                                    },
                                    {
                                        "name": "companyName",
                                        "type": "text",
                                        "label": "Company Name"
                                    },
                                    {
                                        "name": "website",
                                        "type": "text",
                                        "label": "Website"
                                    },
                                    {
                                        "name": "phone",
                                        "type": "text",
                                        "label": "Phone"
                                    },
                                    {
                                        "name": "customField",
                                        "spec": [
                                            {
                                                "name": "custom_field_019",
                                                "type": "text",
                                                "label": "AI Call Summary",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_014",
                                                "type": "text",
                                                "label": "What is your company’s annual revenue?"
                                            },
                                            {
                                                "name": "custom_field_026",
                                                "type": "text",
                                                "label": "Instantly: Campaign"
                                            },
                                            {
                                                "name": "custom_field_052",
                                                "type": "text",
                                                "label": "AI Call Transcript",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_060",
                                                "type": "text",
                                                "label": "Company Industry"
                                            },
                                            {
                                                "name": "custom_field_072",
                                                "type": "text",
                                                "label": "Custom Status: Website"
                                            },
                                            {
                                                "name": "custom_field_074",
                                                "type": "text",
                                                "label": "Custom Message: WhatsApp",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_082",
                                                "type": "text",
                                                "label": "Custom Status: Email"
                                            },
                                            {
                                                "name": "custom_field_021",
                                                "type": "text",
                                                "label": "Ownership Status"
                                            },
                                            {
                                                "name": "custom_field_028",
                                                "type": "text",
                                                "label": "Are you open to selling your business in the next 12 months?"
                                            },
                                            {
                                                "name": "custom_field_040",
                                                "type": "text",
                                                "label": "Personalised Business Compliment 1",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_049",
                                                "type": "text",
                                                "label": "Instantly: Latest Status"
                                            },
                                            {
                                                "name": "custom_field_075",
                                                "type": "array",
                                                "label": "Custom Status: WhatsApp"
                                            },
                                            {
                                                "name": "custom_field_043",
                                                "type": "text",
                                                "label": "Workflow Status: AI Find"
                                            },
                                            {
                                                "name": "custom_field_077",
                                                "type": "number",
                                                "label": "Company Last Headcount"
                                            },
                                            {
                                                "name": "custom_field_007",
                                                "type": "text",
                                                "label": "Instantly: Email Events"
                                            },
                                            {
                                                "name": "custom_field_009",
                                                "type": "text",
                                                "label": "How many employees does your company currently have (excluding owners)?"
                                            },
                                            {
                                                "name": "custom_field_010",
                                                "type": "text",
                                                "label": "Gatekeeper Name"
                                            },
                                            {
                                                "name": "custom_field_084",
                                                "type": "text",
                                                "label": "Personalised Business Compliment 2",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_042",
                                                "type": "text",
                                                "label": "Workflow Status: AI Research Person"
                                            },
                                            {
                                                "name": "custom_field_020",
                                                "type": "number",
                                                "label": "Company Estimated Turnover"
                                            },
                                            {
                                                "name": "custom_field_017",
                                                "type": "text",
                                                "label": "Personalised Business Compliment 3",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_038",
                                                "type": "text",
                                                "label": "Contact Permission"
                                            },
                                            {
                                                "name": "custom_field_069",
                                                "type": "text",
                                                "label": "Instantly: Lead Status"
                                            },
                                            {
                                                "name": "custom_field_032",
                                                "type": "text",
                                                "label": "Workflow Status: AI Research Company"
                                            },
                                            {
                                                "name": "custom_field_011",
                                                "type": "text",
                                                "label": "AI Personalised Message: Universal",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_044",
                                                "type": "text",
                                                "label": "AI Personalised Message: Email",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_061",
                                                "type": "text",
                                                "label": "AI Personalised Message: WhatsApp",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_005",
                                                "type": "text",
                                                "label": "Google Place ID"
                                            },
                                            {
                                                "name": "custom_field_024",
                                                "type": "text",
                                                "label": "Instantly: Meeting Events"
                                            },
                                            {
                                                "name": "custom_field_063",
                                                "type": "text",
                                                "label": "Decision Maker Name"
                                            },
                                            {
                                                "name": "custom_field_085",
                                                "type": "text",
                                                "label": "AI Personalised Message: SMS",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_029",
                                                "type": "number",
                                                "label": "Company Age (In Years)"
                                            },
                                            {
                                                "name": "custom_field_030",
                                                "type": "text",
                                                "label": "Instantly: Other Lead Events"
                                            },
                                            {
                                                "name": "custom_field_054",
                                                "type": "text",
                                                "label": "What type of customers make up the majority of your revenue?"
                                            },
                                            {
                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                "type": "text",
                                                "label": "Valuation Interest"
                                            },
                                            {
                                                "name": "custom_field_081",
                                                "type": "text",
                                                "label": "Google CID"
                                            },
                                            {
                                                "name": "custom_field_008",
                                                "type": "text",
                                                "label": "Business Size Indicator"
                                            },
                                            {
                                                "name": "custom_field_034",
                                                "type": "text",
                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                            },
                                            {
                                                "name": "custom_field_036",
                                                "type": "text",
                                                "label": "Company Google Plus Code"
                                            },
                                            {
                                                "name": "custom_field_083",
                                                "type": "text",
                                                "label": "Company Age (In years & Months)"
                                            },
                                            {
                                                "name": "custom_field_087",
                                                "type": "text",
                                                "label": "AI Personalised Message: AI Calls",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_035",
                                                "type": "text",
                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                            },
                                            {
                                                "name": "custom_field_057",
                                                "type": "text",
                                                "label": "Contact Details Captured"
                                            },
                                            {
                                                "name": "custom_field_059",
                                                "type": "text",
                                                "label": "Company number"
                                            },
                                            {
                                                "name": "custom_field_013",
                                                "type": "number",
                                                "label": "Company SIC Code"
                                            },
                                            {
                                                "name": "custom_field_023",
                                                "type": "text",
                                                "label": "Personalised Context: AI Calls",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_031",
                                                "type": "text",
                                                "label": "Company Overview",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_033",
                                                "type": "text",
                                                "label": "How long have you been operating the business?"
                                            },
                                            {
                                                "name": "custom_field_050",
                                                "type": "text",
                                                "label": "Contact Details Provided"
                                            },
                                            {
                                                "name": "custom_field_071",
                                                "type": "text",
                                                "label": "Email Type"
                                            },
                                            {
                                                "name": "custom_field_004",
                                                "type": "text",
                                                "label": "Company Financials",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_006",
                                                "type": "text",
                                                "label": "Phone Type"
                                            },
                                            {
                                                "name": "custom_field_015",
                                                "type": "text",
                                                "label": "What would be your ideal outcome if you sold?"
                                            },
                                            {
                                                "name": "custom_field_064",
                                                "type": "text",
                                                "label": "Contact Method Preference"
                                            },
                                            {
                                                "name": "custom_field_066",
                                                "type": "text",
                                                "label": "Personalised Homepage URL"
                                            },
                                            {
                                                "name": "custom_field_053",
                                                "type": "text",
                                                "label": "Google Maps Place URL"
                                            },
                                            {
                                                "name": "custom_field_056",
                                                "type": "text",
                                                "label": "Engagement Interest Level"
                                            },
                                            {
                                                "name": "custom_field_067",
                                                "type": "text",
                                                "label": "Valid Email (Manual)"
                                            },
                                            {
                                                "name": "custom_field_025",
                                                "type": "text",
                                                "label": "Instantly \"event_type\""
                                            },
                                            {
                                                "name": "custom_field_078",
                                                "type": "text",
                                                "label": "Personalised Grow Page URL"
                                            },
                                            {
                                                "name": "custom_field_080",
                                                "type": "text",
                                                "label": "Decision Maker Availability"
                                            },
                                            {
                                                "name": "custom_field_037",
                                                "type": "text",
                                                "label": "Company Services",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_046",
                                                "type": "text",
                                                "label": "Test"
                                            },
                                            {
                                                "name": "custom_field_073",
                                                "type": "text",
                                                "label": "Personalised Universal URL (for WhatsApp)"
                                            },
                                            {
                                                "name": "custom_field_027",
                                                "type": "number",
                                                "label": "Company Google Rating"
                                            },
                                            {
                                                "name": "custom_field_051",
                                                "type": "text",
                                                "label": "AI Research: Company",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_062",
                                                "type": "text",
                                                "label": "AI Research: Person",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_079",
                                                "type": "number",
                                                "label": "Company Google Review Count"
                                            },
                                            {
                                                "name": "custom_field_018",
                                                "type": "text",
                                                "label": "Legal Company Name"
                                            },
                                            {
                                                "name": "custom_field_058",
                                                "type": "date",
                                                "label": "Company Incorporation Date"
                                            },
                                            {
                                                "name": "custom_field_041",
                                                "type": "text",
                                                "label": "Job Title"
                                            },
                                            {
                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                "type": "text",
                                                "label": "LinkedIn Personal URL"
                                            },
                                            {
                                                "name": "custom_field_002",
                                                "type": "text",
                                                "label": "LinkedIn Company URL"
                                            },
                                            {
                                                "name": "custom_field_045",
                                                "type": "text",
                                                "label": "Message",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_055",
                                                "type": "text",
                                                "label": "Company type"
                                            },
                                            {
                                                "name": "custom_field_012",
                                                "type": "text",
                                                "label": "Company status"
                                            },
                                            {
                                                "name": "custom_field_070",
                                                "type": "number",
                                                "label": "Officers Age (in years)"
                                            },
                                            {
                                                "name": "custom_field_016",
                                                "type": "text",
                                                "label": "AI Find: Contact Data & Notes",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_086",
                                                "type": "text",
                                                "label": "AI Find: Original Backup Contact Data",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_039",
                                                "type": "text",
                                                "label": "Priority"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Custom Fields"
                                    }
                                ]
                            }
                        }
                    ]
                },
                {
                    "flow": [
                        {
                            "id": 100,
                            "module": "highlevel:getAContact",
                            "version": 1,
                            "parameters": {
                                "__IMTCONN__": 1000003
                            },
                            "mapper": {
                                "contact": "{{14.contact_id}}"
                            },
                            "metadata": {
                                "designer": {
                                    "x": -1024,
                                    "y": 3165
                                },
                                "restore": {
                                    "expect": {
                                        "contact": {
                                            "mode": "edit"
                                        }
                                    },
                                    "parameters": {
                                        "__IMTCONN__": {
                                            "data": {
                                                "scoped": "true",
                                                "connection": "highlevel3"
                                            },
                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                        }
                                    }
                                },
                                "parameters": [
                                    {
                                        "name": "__IMTCONN__",
                                        "type": "account:highlevel,highlevel3",
                                        "label": "Connection",
                                        "required": true
                                    }
                                ],
                                "expect": [
                                    {
                                        "mode": "edit",
                                        "name": "contact",
                                        "type": "select",
                                        "label": "Contact ID",
                                        "required": true
                                    }
                                ],
                                "interface": [
                                    {
                                        "name": "id",
                                        "type": "text",
                                        "label": "Contact ID"
                                    },
                                    {
                                        "name": "locationId",
                                        "type": "text",
                                        "label": "Location ID"
                                    },
                                    {
                                        "name": "dateOfBirth",
                                        "type": "date",
                                        "label": "Date Of Birth"
                                    },
                                    {
                                        "name": "email",
                                        "type": "text",
                                        "label": "Email"
                                    },
                                    {
                                        "name": "birthMonth",
                                        "type": "number",
                                        "label": "Birth Month"
                                    },
                                    {
                                        "name": "firstName",
                                        "type": "text",
                                        "label": "First Name"
                                    },
                                    {
                                        "name": "fullNameLowerCase",
                                        "type": "text",
                                        "label": "Full Name Lower Case"
                                    },
                                    {
                                        "name": "firstNameLowerCase",
                                        "type": "text",
                                        "label": "First Name Lower Case"
                                    },
                                    {
                                        "name": "state",
                                        "type": "text",
                                        "label": "State"
                                    },
                                    {
                                        "name": "timezone",
                                        "type": "text",
                                        "label": "Timezone"
                                    },
                                    {
                                        "name": "country",
                                        "type": "text",
                                        "label": "Country"
                                    },
                                    {
                                        "name": "lastName",
                                        "type": "text",
                                        "label": "Last Name"
                                    },
                                    {
                                        "name": "emailLowerCase",
                                        "type": "text",
                                        "label": "Email Lower Case"
                                    },
                                    {
                                        "name": "postalCode",
                                        "type": "text",
                                        "label": "Postal Code"
                                    },
                                    {
                                        "name": "city",
                                        "type": "text",
                                        "label": "City"
                                    },
                                    {
                                        "name": "lastNameLowerCase",
                                        "type": "text",
                                        "label": "Last Name Lower Case"
                                    },
                                    {
                                        "name": "birthDay",
                                        "type": "number",
                                        "label": "Birth Day"
                                    },
                                    {
                                        "name": "address1",
                                        "type": "text",
                                        "label": "Address 1"
                                    },
                                    {
                                        "name": "companyName",
                                        "type": "text",
                                        "label": "Company Name"
                                    },
                                    {
                                        "name": "website",
                                        "type": "text",
                                        "label": "Website"
                                    },
                                    {
                                        "name": "phone",
                                        "type": "text",
                                        "label": "Phone"
                                    },
                                    {
                                        "name": "dndDate",
                                        "spec": [
                                            {
                                                "name": "_seconds",
                                                "type": "number",
                                                "label": " Seconds"
                                            },
                                            {
                                                "name": "_nanoseconds",
                                                "type": "number",
                                                "label": " Nanoseconds"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Dnd Date"
                                    },
                                    {
                                        "name": "conversations",
                                        "spec": {
                                            "spec": [
                                                {
                                                    "name": "id",
                                                    "type": "text",
                                                    "label": "ID"
                                                }
                                            ],
                                            "type": "collection"
                                        },
                                        "type": "array",
                                        "label": "Conversations"
                                    },
                                    {
                                        "name": "tags",
                                        "spec": {
                                            "type": "text"
                                        },
                                        "type": "array",
                                        "label": "Tags"
                                    },
                                    {
                                        "name": "dateUpdated",
                                        "type": "date",
                                        "label": "Date Updated"
                                    },
                                    {
                                        "name": "source",
                                        "type": "text",
                                        "label": "Source"
                                    },
                                    {
                                        "name": "type",
                                        "type": "text",
                                        "label": "Type"
                                    },
                                    {
                                        "name": "dnd",
                                        "type": "boolean",
                                        "label": "Dnd"
                                    },
                                    {
                                        "name": "dndSettings",
                                        "spec": [
                                            {
                                                "name": "Call",
                                                "spec": [
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection"
                                            },
                                            {
                                                "name": "Email",
                                                "spec": [
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection"
                                            },
                                            {
                                                "name": "SMS",
                                                "spec": [
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection"
                                            },
                                            {
                                                "name": "FB",
                                                "spec": [
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection"
                                            },
                                            {
                                                "name": "GMB",
                                                "spec": [
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection"
                                            },
                                            {
                                                "name": "WhatsApp",
                                                "spec": [
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Dnd Settings"
                                    },
                                    {
                                        "name": "createdBy",
                                        "spec": [
                                            {
                                                "name": "sourceId",
                                                "type": "text",
                                                "label": "Source ID"
                                            },
                                            {
                                                "name": "channel",
                                                "type": "text",
                                                "label": "Channel"
                                            },
                                            {
                                                "name": "source",
                                                "type": "text",
                                                "label": "Source"
                                            },
                                            {
                                                "name": "timestamp",
                                                "type": "date",
                                                "label": "Timestamp"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Created By"
                                    },
                                    {
                                        "name": "dateAdded",
                                        "type": "date",
                                        "label": "Date Added"
                                    },
                                    {
                                        "name": "additionalEmails",
                                        "type": "array",
                                        "label": "Additional Emails"
                                    },
                                    {
                                        "name": "customField",
                                        "spec": [
                                            {
                                                "name": "custom_field_019",
                                                "type": "text",
                                                "label": "AI Call Summary",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_014",
                                                "type": "text",
                                                "label": "What is your company’s annual revenue?"
                                            },
                                            {
                                                "name": "custom_field_026",
                                                "type": "text",
                                                "label": "Instantly: Campaign"
                                            },
                                            {
                                                "name": "custom_field_052",
                                                "type": "text",
                                                "label": "AI Call Transcript",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_060",
                                                "type": "text",
                                                "label": "Company Industry"
                                            },
                                            {
                                                "name": "custom_field_072",
                                                "type": "text",
                                                "label": "Custom Status: Website"
                                            },
                                            {
                                                "name": "custom_field_074",
                                                "type": "text",
                                                "label": "Custom Message: WhatsApp",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_082",
                                                "type": "text",
                                                "label": "Custom Status: Email"
                                            },
                                            {
                                                "name": "custom_field_021",
                                                "type": "text",
                                                "label": "Ownership Status"
                                            },
                                            {
                                                "name": "custom_field_028",
                                                "type": "text",
                                                "label": "Are you open to selling your business in the next 12 months?"
                                            },
                                            {
                                                "name": "custom_field_040",
                                                "type": "text",
                                                "label": "Personalised Business Compliment 1",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_049",
                                                "type": "text",
                                                "label": "Instantly: Latest Status"
                                            },
                                            {
                                                "name": "custom_field_075",
                                                "type": "array",
                                                "label": "Custom Status: WhatsApp"
                                            },
                                            {
                                                "name": "custom_field_077",
                                                "type": "number",
                                                "label": "Company Last Headcount"
                                            },
                                            {
                                                "name": "custom_field_007",
                                                "type": "text",
                                                "label": "Instantly: Email Events"
                                            },
                                            {
                                                "name": "custom_field_009",
                                                "type": "text",
                                                "label": "How many employees does your company currently have (excluding owners)?"
                                            },
                                            {
                                                "name": "custom_field_010",
                                                "type": "text",
                                                "label": "Gatekeeper Name"
                                            },
                                            {
                                                "name": "custom_field_084",
                                                "type": "text",
                                                "label": "Personalised Business Compliment 2",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_020",
                                                "type": "number",
                                                "label": "Company Estimated Turnover"
                                            },
                                            {
                                                "name": "custom_field_017",
                                                "type": "text",
                                                "label": "Personalised Business Compliment 3",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_038",
                                                "type": "text",
                                                "label": "Contact Permission"
                                            },
                                            {
                                                "name": "custom_field_069",
                                                "type": "text",
                                                "label": "Instantly: Lead Status"
                                            },
                                            {
                                                "name": "custom_field_011",
                                                "type": "text",
                                                "label": "AI Personalised Message: Universal",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_044",
                                                "type": "text",
                                                "label": "AI Personalised Message: Email",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_061",
                                                "type": "text",
                                                "label": "AI Personalised Message: WhatsApp",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_005",
                                                "type": "text",
                                                "label": "Google Place ID"
                                            },
                                            {
                                                "name": "custom_field_024",
                                                "type": "text",
                                                "label": "Instantly: Meeting Events"
                                            },
                                            {
                                                "name": "custom_field_063",
                                                "type": "text",
                                                "label": "Decision Maker Name"
                                            },
                                            {
                                                "name": "custom_field_085",
                                                "type": "text",
                                                "label": "AI Personalised Message: SMS",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_029",
                                                "type": "number",
                                                "label": "Company Age (In Years)"
                                            },
                                            {
                                                "name": "custom_field_030",
                                                "type": "text",
                                                "label": "Instantly: Other Lead Events"
                                            },
                                            {
                                                "name": "custom_field_054",
                                                "type": "text",
                                                "label": "What type of customers make up the majority of your revenue?"
                                            },
                                            {
                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                "type": "text",
                                                "label": "Valuation Interest"
                                            },
                                            {
                                                "name": "custom_field_081",
                                                "type": "text",
                                                "label": "Google CID"
                                            },
                                            {
                                                "name": "custom_field_008",
                                                "type": "text",
                                                "label": "Business Size Indicator"
                                            },
                                            {
                                                "name": "custom_field_034",
                                                "type": "text",
                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                            },
                                            {
                                                "name": "custom_field_036",
                                                "type": "text",
                                                "label": "Company Google Plus Code"
                                            },
                                            {
                                                "name": "custom_field_083",
                                                "type": "text",
                                                "label": "Company Age (In years & Months)"
                                            },
                                            {
                                                "name": "custom_field_087",
                                                "type": "text",
                                                "label": "AI Personalised Message: AI Calls",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_035",
                                                "type": "text",
                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                            },
                                            {
                                                "name": "custom_field_057",
                                                "type": "text",
                                                "label": "Contact Details Captured"
                                            },
                                            {
                                                "name": "custom_field_059",
                                                "type": "text",
                                                "label": "Company number"
                                            },
                                            {
                                                "name": "custom_field_013",
                                                "type": "number",
                                                "label": "Company SIC Code"
                                            },
                                            {
                                                "name": "custom_field_023",
                                                "type": "text",
                                                "label": "Personalised Context: AI Calls",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_031",
                                                "type": "text",
                                                "label": "Company Overview",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_033",
                                                "type": "text",
                                                "label": "How long have you been operating the business?"
                                            },
                                            {
                                                "name": "custom_field_050",
                                                "type": "text",
                                                "label": "Contact Details Provided"
                                            },
                                            {
                                                "name": "custom_field_071",
                                                "type": "text",
                                                "label": "Email Type"
                                            },
                                            {
                                                "name": "custom_field_004",
                                                "type": "text",
                                                "label": "Company Financials",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_006",
                                                "type": "text",
                                                "label": "Phone Type"
                                            },
                                            {
                                                "name": "custom_field_015",
                                                "type": "text",
                                                "label": "What would be your ideal outcome if you sold?"
                                            },
                                            {
                                                "name": "custom_field_064",
                                                "type": "text",
                                                "label": "Contact Method Preference"
                                            },
                                            {
                                                "name": "custom_field_066",
                                                "type": "text",
                                                "label": "Personalised Homepage URL"
                                            },
                                            {
                                                "name": "custom_field_053",
                                                "type": "text",
                                                "label": "Google Maps Place URL"
                                            },
                                            {
                                                "name": "custom_field_056",
                                                "type": "text",
                                                "label": "Engagement Interest Level"
                                            },
                                            {
                                                "name": "custom_field_067",
                                                "type": "text",
                                                "label": "Valid Email (Manual)"
                                            },
                                            {
                                                "name": "custom_field_025",
                                                "type": "text",
                                                "label": "Instantly \"event_type\""
                                            },
                                            {
                                                "name": "custom_field_078",
                                                "type": "text",
                                                "label": "Personalised Grow Page URL"
                                            },
                                            {
                                                "name": "custom_field_080",
                                                "type": "text",
                                                "label": "Decision Maker Availability"
                                            },
                                            {
                                                "name": "custom_field_037",
                                                "type": "text",
                                                "label": "Company Services",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_046",
                                                "type": "text",
                                                "label": "Test"
                                            },
                                            {
                                                "name": "custom_field_073",
                                                "type": "text",
                                                "label": "Personalised Universal URL (for WhatsApp)"
                                            },
                                            {
                                                "name": "custom_field_027",
                                                "type": "number",
                                                "label": "Company Google Rating"
                                            },
                                            {
                                                "name": "custom_field_051",
                                                "type": "text",
                                                "label": "AI Research: Company",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_062",
                                                "type": "text",
                                                "label": "AI Research: Person",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_079",
                                                "type": "number",
                                                "label": "Company Google Review Count"
                                            },
                                            {
                                                "name": "custom_field_018",
                                                "type": "text",
                                                "label": "Legal Company Name"
                                            },
                                            {
                                                "name": "custom_field_058",
                                                "type": "date",
                                                "label": "Company Incorporation Date"
                                            },
                                            {
                                                "name": "custom_field_041",
                                                "type": "text",
                                                "label": "Job Title"
                                            },
                                            {
                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                "type": "text",
                                                "label": "LinkedIn Personal URL"
                                            },
                                            {
                                                "name": "custom_field_002",
                                                "type": "text",
                                                "label": "LinkedIn Company URL"
                                            },
                                            {
                                                "name": "custom_field_045",
                                                "type": "text",
                                                "label": "Message",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_055",
                                                "type": "text",
                                                "label": "Company type"
                                            },
                                            {
                                                "name": "custom_field_012",
                                                "type": "text",
                                                "label": "Company status"
                                            },
                                            {
                                                "name": "custom_field_070",
                                                "type": "number",
                                                "label": "Officers Age (in years)"
                                            },
                                            {
                                                "name": "custom_field_016",
                                                "type": "text",
                                                "label": "AI Find: Contact Data & Notes",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_086",
                                                "type": "text",
                                                "label": "AI Find: Original Backup Contact Data",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_039",
                                                "type": "text",
                                                "label": "Priority"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Custom Fields"
                                    }
                                ]
                            }
                        },
                        {
                            "id": 56,
                            "module": "browserflow-io:scrapeProfilesFromSearch",
                            "version": 1,
                            "parameters": {
                                "__IMTCONN__": 1000005
                            },
                            "filter": {
                                "name": "LinkedIn Personal URL or Job Title is not on CRM or Found",
                                "conditions": [
                                    [
                                        {
                                            "a": "{{100.customField.custom_field_041}}",
                                            "o": "notexist"
                                        },
                                        {
                                            "a": "{{100.firstName}}",
                                            "o": "exist"
                                        },
                                        {
                                            "a": "{{100.companyName}}",
                                            "o": "exist"
                                        }
                                    ],
                                    [
                                        {
                                            "a": "{{100.customField.ChlqfABEnkRWXyxcSRAg}}",
                                            "o": "notexist"
                                        },
                                        {
                                            "a": "{{100.firstName}}",
                                            "o": "exist"
                                        },
                                        {
                                            "a": "{{100.companyName}}",
                                            "o": "exist"
                                        }
                                    ]
                                ]
                            },
                            "mapper": {
                                "category": "persons",
                                "location": {},
                                "nrOfPages": "1",
                                "startPage": "1",
                                "searchTerm": "{{100.firstName}} {{100.lastName}} {{100.companyName}}",
                                "searchMethod": "filters"
                            },
                            "metadata": {
                                "designer": {
                                    "x": -579,
                                    "y": 3179
                                },
                                "restore": {
                                    "expect": {
                                        "category": {
                                            "mode": "chose",
                                            "label": "Persons"
                                        },
                                        "searchMethod": {
                                            "mode": "chose",
                                            "label": "Use Filters (Manual Search)"
                                        }
                                    },
                                    "parameters": {
                                        "__IMTCONN__": {
                                            "data": {
                                                "scoped": "true",
                                                "connection": "browserflow-io2"
                                            },
                                            "label": "My Browserflow for LinkedIn connection"
                                        }
                                    }
                                },
                                "parameters": [
                                    {
                                        "name": "__IMTCONN__",
                                        "type": "account:browserflow-io2",
                                        "label": "Connection",
                                        "required": true
                                    }
                                ],
                                "expect": [
                                    {
                                        "name": "searchMethod",
                                        "type": "select",
                                        "label": "Search Method",
                                        "required": true,
                                        "validate": {
                                            "enum": [
                                                "url",
                                                "filters"
                                            ]
                                        }
                                    },
                                    {
                                        "name": "startPage",
                                        "type": "integer",
                                        "label": "Starting Page",
                                        "required": true
                                    },
                                    {
                                        "name": "nrOfPages",
                                        "type": "integer",
                                        "label": "Number Of Pages",
                                        "required": true
                                    },
                                    {
                                        "name": "category",
                                        "type": "select",
                                        "label": "Category",
                                        "required": true,
                                        "validate": {
                                            "enum": [
                                                "persons",
                                                "companies"
                                            ]
                                        }
                                    },
                                    {
                                        "name": "searchTerm",
                                        "type": "text",
                                        "label": "Search Term",
                                        "required": true
                                    },
                                    {
                                        "name": "location",
                                        "spec": [
                                            {
                                                "name": "city",
                                                "type": "text",
                                                "label": "City"
                                            },
                                            {
                                                "name": "country",
                                                "type": "text",
                                                "label": "Country"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Location"
                                    }
                                ]
                            },
                            "onerror": [
                                {
                                    "id": 112,
                                    "module": "builtin:Break",
                                    "version": 1,
                                    "parameters": {},
                                    "mapper": {
                                        "count": "14",
                                        "retry": true,
                                        "interval": "720"
                                    },
                                    "metadata": {
                                        "designer": {
                                            "x": -560,
                                            "y": 3534
                                        },
                                        "restore": {
                                            "expect": {
                                                "retry": {
                                                    "mode": "chose"
                                                }
                                            }
                                        },
                                        "expect": [
                                            {
                                                "name": "retry",
                                                "type": "boolean",
                                                "label": "Automatically complete execution",
                                                "required": true
                                            },
                                            {
                                                "name": "count",
                                                "type": "uinteger",
                                                "label": "Number of attempts",
                                                "required": true,
                                                "validate": {
                                                    "max": 10000,
                                                    "min": 1
                                                }
                                            },
                                            {
                                                "name": "interval",
                                                "type": "uinteger",
                                                "label": "Interval between attempts",
                                                "required": true,
                                                "validate": {
                                                    "max": 44640,
                                                    "min": 1
                                                }
                                            }
                                        ]
                                    }
                                }
                            ]
                        },
                        {
                            "id": 62,
                            "module": "json:AggregateToJSON",
                            "version": 1,
                            "parameters": {
                                "type": 345935,
                                "space": "",
                                "feeder": 56
                            },
                            "mapper": {
                                "peopleArray": "{{56.data}}"
                            },
                            "metadata": {
                                "designer": {
                                    "x": -146,
                                    "y": 3188
                                },
                                "restore": {
                                    "extra": {
                                        "feeder": {
                                            "label": "Browserflow for LinkedIn - Scrape Profiles From a LinkedIn Search [56]"
                                        }
                                    },
                                    "expect": {
                                        "peopleArray": {
                                            "mode": "edit"
                                        }
                                    },
                                    "parameters": {
                                        "type": {
                                            "label": "PeopleJSON"
                                        },
                                        "space": {
                                            "label": "Empty"
                                        }
                                    }
                                },
                                "parameters": [
                                    {
                                        "name": "type",
                                        "type": "udt",
                                        "label": "Data structure",
                                        "required": true
                                    },
                                    {
                                        "name": "space",
                                        "type": "select",
                                        "label": "Indentation",
                                        "validate": {
                                            "enum": [
                                                "tab",
                                                "2",
                                                "4"
                                            ]
                                        }
                                    }
                                ],
                                "expect": [
                                    {
                                        "name": "peopleArray",
                                        "spec": {
                                            "name": "value",
                                            "spec": [
                                                {
                                                    "name": "name",
                                                    "type": "text",
                                                    "label": null
                                                },
                                                {
                                                    "name": "tagline",
                                                    "type": "text",
                                                    "label": null
                                                },
                                                {
                                                    "name": "linkedinUrl",
                                                    "type": "text",
                                                    "label": null
                                                }
                                            ],
                                            "type": "collection"
                                        },
                                        "type": "array",
                                        "label": null
                                    }
                                ]
                            }
                        },
                        {
                            "id": 65,
                            "module": "openai-gpt-3:CreateCompletion",
                            "version": 1,
                            "parameters": {
                                "__IMTCONN__": 1000001
                            },
                            "mapper": {
                                "model": "gpt-4-turbo",
                                "top_p": "1",
                                "select": "chat",
                                "messages": [
                                    {
                                        "role": "system",
                                        "content": "System: You are a precision extraction assistant that identifies and returns the most relevant person from a JSON array.\n\nYou must:\n- Find the person whose name and company best match the user input.\n- You are allowed to split full names into first and last name, and extract location if embedded in another field.\n- Return exactly one JSON object with the following keys: `first_name`, `last_name`, `job_title`, `location`, `legal_company_name`, `linkedin_personal`.\n- If the person is not found or a field is missing, return `\"Not found\"` for that field.\n- Do not generate or guess values.\n- All keys must be lowercase with underscores.\n- Return only the final JSON object — no markdown, no explanation, no extra characters.\n- The output must begin with `{` and end with `}`.\n\nUser:  \nFind the most relevant person in the JSON array and return their contact details in this format:  \n{ \"first_name\":<first>, \"last_name\":<last>, \"job_title\":<job title>, \"location\":<location>, \"legal_company_name\":<company>, \"linkedin_personal\":<url> }\n\nThe person I'm looking for is: {{100.firstName}} {{100.lastName}}  working at {{100.customField.custom_field_018}} ({{100.companyName}})"
                                    },
                                    {
                                        "role": "user",
                                        "content": "These are the results:  \n{{62.json}}\n\nJSON Example:  \n{\n  \"first_name\": \"value\",\n  \"last_name\": \"value\",\n  \"job_title\": \"value\",\n  \"location\": \"value\",\n  \"legal_company_name\": \"value\",\n  \"linkedin_personal\": \"value\"\n}",
                                        "imageDetail": "auto"
                                    }
                                ],
                                "max_tokens": "4096",
                                "temperature": "0.4",
                                "n_completions": "1",
                                "response_format": "json_object",
                                "parseJSONResponse": true
                            },
                            "metadata": {
                                "designer": {
                                    "x": 280,
                                    "y": 3172
                                },
                                "restore": {
                                    "expect": {
                                        "stop": {
                                            "mode": "chose"
                                        },
                                        "model": {
                                            "mode": "chose",
                                            "label": "gpt-4-turbo (system)"
                                        },
                                        "select": {
                                            "label": "Create a Chat Completion (GPT and o1 models)"
                                        },
                                        "messages": {
                                            "mode": "chose",
                                            "items": [
                                                {
                                                    "role": {
                                                        "mode": "chose",
                                                        "label": "Developer / System"
                                                    }
                                                },
                                                {
                                                    "role": {
                                                        "mode": "chose",
                                                        "label": "User"
                                                    },
                                                    "imageDetail": {
                                                        "mode": "chose",
                                                        "label": "Auto"
                                                    },
                                                    "imageInputType": {
                                                        "mode": "chose",
                                                        "label": "Empty"
                                                    }
                                                }
                                            ]
                                        },
                                        "logit_bias": {
                                            "mode": "chose"
                                        },
                                        "tool_choice": {
                                            "mode": "chose",
                                            "label": "Empty"
                                        },
                                        "response_format": {
                                            "mode": "chose",
                                            "label": "JSON Object"
                                        },
                                        "parseJSONResponse": {
                                            "mode": "chose"
                                        },
                                        "additionalParameters": {
                                            "mode": "chose"
                                        }
                                    },
                                    "parameters": {
                                        "__IMTCONN__": {
                                            "data": {
                                                "scoped": "true",
                                                "connection": "openai-gpt-3"
                                            },
                                            "label": "My OpenAI connection"
                                        }
                                    }
                                },
                                "parameters": [
                                    {
                                        "name": "__IMTCONN__",
                                        "type": "account:openai-gpt-3",
                                        "label": "Connection",
                                        "required": true
                                    }
                                ],
                                "expect": [
                                    {
                                        "name": "select",
                                        "type": "select",
                                        "label": "Select Method",
                                        "required": true,
                                        "validate": {
                                            "enum": [
                                                "chat",
                                                "prompt"
                                            ]
                                        }
                                    },
                                    {
                                        "name": "temperature",
                                        "type": "number",
                                        "label": "Temperature",
                                        "validate": {
                                            "max": 2,
                                            "min": 0
                                        }
                                    },
                                    {
                                        "name": "top_p",
                                        "type": "number",
                                        "label": "Top P",
                                        "validate": {
                                            "max": 1,
                                            "min": 0
                                        }
                                    },
                                    {
                                        "name": "n_completions",
                                        "type": "number",
                                        "label": "Number"
                                    },
                                    {
                                        "name": "frequency_penalty",
                                        "type": "number",
                                        "label": "Frequency Penalty",
                                        "validate": {
                                            "max": 2,
                                            "min": -2
                                        }
                                    },
                                    {
                                        "name": "presence_penalty",
                                        "type": "number",
                                        "label": "Presence Penalty",
                                        "validate": {
                                            "max": 2,
                                            "min": -2
                                        }
                                    },
                                    {
                                        "name": "logit_bias",
                                        "spec": {
                                            "name": "value",
                                            "spec": [
                                                {
                                                    "name": "token",
                                                    "type": "text",
                                                    "label": "Token ID",
                                                    "required": true
                                                },
                                                {
                                                    "name": "probability",
                                                    "type": "number",
                                                    "label": "Probability",
                                                    "required": true,
                                                    "validate": {
                                                        "max": 100,
                                                        "min": -100
                                                    }
                                                }
                                            ],
                                            "type": "collection",
                                            "label": "Token Probability"
                                        },
                                        "type": "array",
                                        "label": "Token Probability"
                                    },
                                    {
                                        "name": "seed",
                                        "type": "integer",
                                        "label": "Seed"
                                    },
                                    {
                                        "name": "tool_choice",
                                        "type": "select",
                                        "label": "Tool Choice",
                                        "validate": {
                                            "enum": [
                                                "none",
                                                "auto",
                                                "required"
                                            ]
                                        }
                                    },
                                    {
                                        "name": "stop",
                                        "spec": {
                                            "name": "value",
                                            "type": "text",
                                            "label": "Stop Sequence"
                                        },
                                        "type": "array",
                                        "label": "Stop Sequences",
                                        "validate": {
                                            "maxItems": 4
                                        }
                                    },
                                    {
                                        "name": "additionalParameters",
                                        "spec": {
                                            "name": "value",
                                            "spec": [
                                                {
                                                    "name": "key",
                                                    "type": "text",
                                                    "label": "Parameter Name",
                                                    "required": true
                                                },
                                                {
                                                    "name": "type",
                                                    "type": "select",
                                                    "label": "Input Type",
                                                    "options": [
                                                        {
                                                            "label": "Text",
                                                            "value": "text",
                                                            "nested": [
                                                                {
                                                                    "name": "value",
                                                                    "type": "text",
                                                                    "label": "Parameter Value"
                                                                }
                                                            ],
                                                            "default": true
                                                        },
                                                        {
                                                            "label": "Number",
                                                            "value": "number",
                                                            "nested": [
                                                                {
                                                                    "name": "value",
                                                                    "type": "number",
                                                                    "label": "Parameter Value"
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "label": "Boolean",
                                                            "value": "boolean",
                                                            "nested": [
                                                                {
                                                                    "name": "value",
                                                                    "type": "boolean",
                                                                    "label": "Parameter Value"
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "label": "Date",
                                                            "value": "date",
                                                            "nested": [
                                                                {
                                                                    "name": "value",
                                                                    "type": "date",
                                                                    "label": "Parameter Value"
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "label": "Any",
                                                            "value": "any",
                                                            "nested": [
                                                                {
                                                                    "name": "value",
                                                                    "type": "any",
                                                                    "label": "Parameter Value"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ],
                                            "type": "collection",
                                            "label": "Input Parameter"
                                        },
                                        "type": "array",
                                        "label": "Other Input Parameters"
                                    },
                                    {
                                        "name": "model",
                                        "type": "select",
                                        "label": "Model",
                                        "required": true
                                    },
                                    {
                                        "name": "max_tokens",
                                        "type": "uinteger",
                                        "label": "Max Completion Tokens"
                                    },
                                    {
                                        "name": "messages",
                                        "spec": {
                                            "name": "value",
                                            "spec": [
                                                {
                                                    "name": "role",
                                                    "type": "select",
                                                    "label": "Role",
                                                    "options": {
                                                        "store": [
                                                            {
                                                                "label": "User",
                                                                "value": "user",
                                                                "nested": [
                                                                    {
                                                                        "help": "Text content of the message on behalf of the selected __Role__.",
                                                                        "name": "content",
                                                                        "type": "text",
                                                                        "label": "Text Content"
                                                                    },
                                                                    {
                                                                        "name": "imageInputType",
                                                                        "type": "select",
                                                                        "label": "Image Input Type",
                                                                        "options": [
                                                                            {
                                                                                "label": "URL",
                                                                                "value": "url",
                                                                                "nested": [
                                                                                    {
                                                                                        "help": "Make sure to use a publicly accessible URL.\nYou can test if your image is publicly accessible by opening the link in an incognito tab.",
                                                                                        "name": "imageUrl",
                                                                                        "type": "url",
                                                                                        "label": "Image URL"
                                                                                    }
                                                                                ]
                                                                            },
                                                                            {
                                                                                "label": "Image File",
                                                                                "value": "file",
                                                                                "nested": [
                                                                                    {
                                                                                        "name": "imageFile",
                                                                                        "spec": [
                                                                                            {
                                                                                                "help": "Accepted extensions: `.jpg`, `.jpeg`, `.png`, `.webp` and `.gif`.",
                                                                                                "name": "imageFilename",
                                                                                                "type": "filename",
                                                                                                "label": "Image Filename",
                                                                                                "semantic": "file:name",
                                                                                                "extension": [
                                                                                                    "jpg",
                                                                                                    "jpeg",
                                                                                                    "png",
                                                                                                    "webp",
                                                                                                    "gif"
                                                                                                ]
                                                                                            },
                                                                                            {
                                                                                                "name": "imageData",
                                                                                                "type": "buffer",
                                                                                                "label": "Image Data",
                                                                                                "semantic": "file:data"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Image"
                                                                                    }
                                                                                ]
                                                                            }
                                                                        ],
                                                                        "mappable": false
                                                                    },
                                                                    {
                                                                        "help": "Recommended value: `Auto`",
                                                                        "name": "imageDetail",
                                                                        "type": "select",
                                                                        "label": "Image Detail",
                                                                        "options": [
                                                                            {
                                                                                "label": "Auto",
                                                                                "value": "auto",
                                                                                "default": true
                                                                            },
                                                                            {
                                                                                "label": "High",
                                                                                "value": "high"
                                                                            },
                                                                            {
                                                                                "label": "Low",
                                                                                "value": "low"
                                                                            }
                                                                        ]
                                                                    }
                                                                ]
                                                            },
                                                            {
                                                                "label": "Assistant",
                                                                "value": "assistant",
                                                                "nested": [
                                                                    {
                                                                        "help": "Text content of the message on behalf of the selected __Role__.",
                                                                        "name": "content",
                                                                        "type": "text",
                                                                        "label": "Text Content"
                                                                    },
                                                                    {
                                                                        "mode": "edit",
                                                                        "name": "tool_calls",
                                                                        "spec": {
                                                                            "spec": [
                                                                                {
                                                                                    "name": "type",
                                                                                    "type": "hidden",
                                                                                    "default": "function"
                                                                                },
                                                                                {
                                                                                    "help": "Map this directly from the output of a previous **Create a Completion** module. Look for `Choices[]: Message.Tool Calls[]: ID`.",
                                                                                    "name": "id",
                                                                                    "type": "text",
                                                                                    "label": "Tool call ID"
                                                                                },
                                                                                {
                                                                                    "name": "function",
                                                                                    "spec": [
                                                                                        {
                                                                                            "help": "The name of the function previously called.",
                                                                                            "name": "name",
                                                                                            "type": "text",
                                                                                            "label": "Name",
                                                                                            "required": true
                                                                                        },
                                                                                        {
                                                                                            "help": "The arguments previously output by the AI.",
                                                                                            "name": "arguments",
                                                                                            "type": "text",
                                                                                            "label": "Arguments",
                                                                                            "required": true
                                                                                        }
                                                                                    ],
                                                                                    "type": "collection",
                                                                                    "label": "Function"
                                                                                }
                                                                            ],
                                                                            "type": "collection",
                                                                            "label": "Tool Call"
                                                                        },
                                                                        "type": "array",
                                                                        "label": "Tool Calls",
                                                                        "labels": {
                                                                            "add": "Add tool call"
                                                                        },
                                                                        "mappable": {
                                                                            "help": "You can map the entire `Choices[]: Message.Tool Calls` array from a previous Create a Completion module here."
                                                                        }
                                                                    }
                                                                ]
                                                            },
                                                            {
                                                                "label": "Developer / System",
                                                                "value": "system",
                                                                "nested": [
                                                                    {
                                                                        "help": "Text content of the message on behalf of the selected __Role__.",
                                                                        "name": "content",
                                                                        "type": "text",
                                                                        "label": "Text Content"
                                                                    }
                                                                ]
                                                            },
                                                            {
                                                                "label": "Tool",
                                                                "value": "tool",
                                                                "nested": [
                                                                    {
                                                                        "help": "The return of the function. This role should only be used when you have processed a previous function call and want to send the output of the function execution back to the AI.",
                                                                        "name": "content",
                                                                        "type": "text",
                                                                        "label": "Text Content",
                                                                        "required": true
                                                                    },
                                                                    {
                                                                        "help": "Map this directly from the output of a previous **Create a Completion** module. Look for `Choices[]: Message.Tool Calls[]: ID`.",
                                                                        "name": "tool_call_id",
                                                                        "type": "text",
                                                                        "label": "Tool Call ID.",
                                                                        "required": true
                                                                    }
                                                                ]
                                                            }
                                                        ]
                                                    },
                                                    "required": true
                                                }
                                            ],
                                            "type": "collection",
                                            "label": "Message"
                                        },
                                        "type": "array",
                                        "label": "Messages",
                                        "required": true
                                    },
                                    {
                                        "name": "response_format",
                                        "type": "select",
                                        "label": "Response Format",
                                        "validate": {
                                            "enum": [
                                                "text",
                                                "json_object"
                                            ]
                                        }
                                    },
                                    {
                                        "name": "parseJSONResponse",
                                        "type": "boolean",
                                        "label": "Parse JSON Response",
                                        "required": true
                                    }
                                ],
                                "interface": [
                                    {
                                        "name": "result",
                                        "type": "any",
                                        "label": "Result"
                                    },
                                    {
                                        "name": "id",
                                        "type": "text",
                                        "label": "ID"
                                    },
                                    {
                                        "name": "object",
                                        "type": "text",
                                        "label": "Object"
                                    },
                                    {
                                        "name": "created",
                                        "type": "date",
                                        "label": "Created"
                                    },
                                    {
                                        "name": "model",
                                        "type": "text",
                                        "label": "Model"
                                    },
                                    {
                                        "name": "choices",
                                        "spec": [
                                            {
                                                "name": "text",
                                                "type": "text",
                                                "label": "Text"
                                            },
                                            {
                                                "name": "index",
                                                "type": "number",
                                                "label": "Index"
                                            },
                                            {
                                                "name": "logprobs",
                                                "type": "text",
                                                "label": "Log Probs"
                                            },
                                            {
                                                "name": "finish_reason",
                                                "type": "text",
                                                "label": "Finish Reason"
                                            },
                                            {
                                                "name": "message",
                                                "spec": [
                                                    {
                                                        "name": "role",
                                                        "type": "text",
                                                        "label": "Role"
                                                    },
                                                    {
                                                        "name": "content",
                                                        "type": "text",
                                                        "label": "Content"
                                                    },
                                                    {
                                                        "name": "tool_calls",
                                                        "spec": [
                                                            {
                                                                "name": "id",
                                                                "type": "text",
                                                                "label": "ID"
                                                            },
                                                            {
                                                                "name": "type",
                                                                "type": "text",
                                                                "label": "Type"
                                                            },
                                                            {
                                                                "name": "function",
                                                                "spec": [
                                                                    {
                                                                        "name": "name",
                                                                        "type": "text",
                                                                        "label": "Name"
                                                                    },
                                                                    {
                                                                        "name": "arguments",
                                                                        "type": "text",
                                                                        "label": "Arguments"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Function"
                                                            }
                                                        ],
                                                        "type": "array",
                                                        "label": "Tool Calls"
                                                    },
                                                    {
                                                        "name": "refusal",
                                                        "type": "text",
                                                        "label": "Refusal"
                                                    },
                                                    {
                                                        "name": "annotations",
                                                        "spec": [
                                                            {
                                                                "name": "type",
                                                                "type": "text",
                                                                "label": "Type"
                                                            },
                                                            {
                                                                "name": "url_citation",
                                                                "spec": [
                                                                    {
                                                                        "name": "end_index",
                                                                        "type": "number",
                                                                        "label": "End Index"
                                                                    },
                                                                    {
                                                                        "name": "start_index",
                                                                        "type": "number",
                                                                        "label": "Start Index"
                                                                    },
                                                                    {
                                                                        "name": "title",
                                                                        "type": "text",
                                                                        "label": "Title"
                                                                    },
                                                                    {
                                                                        "name": "url",
                                                                        "type": "text",
                                                                        "label": "URL"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "URL Citation"
                                                            }
                                                        ],
                                                        "type": "array",
                                                        "label": "Annotations"
                                                    }
                                                ],
                                                "type": "collection",
                                                "label": "Message"
                                            }
                                        ],
                                        "type": "array",
                                        "label": "Choices"
                                    },
                                    {
                                        "name": "usage",
                                        "spec": [
                                            {
                                                "name": "prompt_tokens",
                                                "type": "number",
                                                "label": "Prompt Tokens"
                                            },
                                            {
                                                "name": "completion_tokens",
                                                "type": "text",
                                                "label": "Completion Tokens"
                                            },
                                            {
                                                "name": "total_tokens",
                                                "type": "number",
                                                "label": "Total Tokens"
                                            },
                                            {
                                                "name": "prompt_tokens_details",
                                                "spec": [
                                                    {
                                                        "name": "cached_tokens",
                                                        "type": "uinteger",
                                                        "label": "Cached Tokens"
                                                    },
                                                    {
                                                        "name": "text_tokens",
                                                        "type": "uinteger",
                                                        "label": "Text Tokens"
                                                    },
                                                    {
                                                        "name": "image_tokens",
                                                        "type": "uinteger",
                                                        "label": "Image Tokens"
                                                    },
                                                    {
                                                        "name": "audio_tokens",
                                                        "type": "uinteger",
                                                        "label": "Audio Tokens"
                                                    }
                                                ],
                                                "type": "collection",
                                                "label": "Prompt Tokens Details"
                                            },
                                            {
                                                "name": "completion_tokens_details",
                                                "spec": [
                                                    {
                                                        "name": "reasoning_tokens",
                                                        "type": "uinteger",
                                                        "label": "Reasoning Tokens"
                                                    },
                                                    {
                                                        "name": "text_tokens",
                                                        "type": "uinteger",
                                                        "label": "Text Tokens"
                                                    },
                                                    {
                                                        "name": "audio_tokens",
                                                        "type": "uinteger",
                                                        "label": "Audio Tokens"
                                                    },
                                                    {
                                                        "name": "accepted_prediction_tokens",
                                                        "type": "uinteger",
                                                        "label": "Accepted Prediction Tokens"
                                                    },
                                                    {
                                                        "name": "rejected_prediction_tokens",
                                                        "type": "uinteger",
                                                        "label": "Rejected Prediction Tokens"
                                                    }
                                                ],
                                                "type": "collection",
                                                "label": "Completion Tokens Details"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Usage"
                                    },
                                    {
                                        "name": "service_tier",
                                        "type": "text",
                                        "label": "Service Tier"
                                    },
                                    {
                                        "name": "system_fingerprint",
                                        "type": "text",
                                        "label": "System Fingerprint"
                                    }
                                ],
                                "advanced": true
                            },
                            "onerror": [
                                {
                                    "id": 145,
                                    "module": "builtin:Break",
                                    "version": 1,
                                    "parameters": {},
                                    "mapper": {
                                        "count": "14",
                                        "retry": true,
                                        "interval": "720"
                                    },
                                    "metadata": {
                                        "designer": {
                                            "x": 286,
                                            "y": 3542
                                        },
                                        "restore": {
                                            "expect": {
                                                "retry": {
                                                    "mode": "chose"
                                                }
                                            }
                                        },
                                        "expect": [
                                            {
                                                "name": "retry",
                                                "type": "boolean",
                                                "label": "Automatically complete execution",
                                                "required": true
                                            },
                                            {
                                                "name": "count",
                                                "type": "uinteger",
                                                "label": "Number of attempts",
                                                "required": true,
                                                "validate": {
                                                    "max": 10000,
                                                    "min": 1
                                                }
                                            },
                                            {
                                                "name": "interval",
                                                "type": "uinteger",
                                                "label": "Interval between attempts",
                                                "required": true,
                                                "validate": {
                                                    "max": 44640,
                                                    "min": 1
                                                }
                                            }
                                        ]
                                    }
                                }
                            ]
                        },
                        {
                            "id": 66,
                            "module": "json:ParseJSON",
                            "version": 1,
                            "parameters": {
                                "type": 343615
                            },
                            "mapper": {
                                "json": "{{65.choices[].message.content}}"
                            },
                            "metadata": {
                                "designer": {
                                    "x": 692,
                                    "y": 3180
                                },
                                "restore": {
                                    "parameters": {
                                        "type": {
                                            "label": "AI Find: Website, Email, Phone, LinkedIn, Job Title..."
                                        }
                                    }
                                },
                                "parameters": [
                                    {
                                        "name": "type",
                                        "type": "udt",
                                        "label": "Data structure"
                                    }
                                ],
                                "expect": [
                                    {
                                        "name": "json",
                                        "type": "text",
                                        "label": "JSON string",
                                        "required": true
                                    }
                                ],
                                "interface": [
                                    {
                                        "help": "",
                                        "name": "website",
                                        "type": "text",
                                        "label": "Website",
                                        "default": null,
                                        "required": false,
                                        "multiline": false
                                    },
                                    {
                                        "help": "",
                                        "name": "email",
                                        "type": "text",
                                        "label": "Email",
                                        "default": null,
                                        "required": false,
                                        "multiline": false
                                    },
                                    {
                                        "help": "",
                                        "name": "phone",
                                        "type": "text",
                                        "label": "Phone",
                                        "default": null,
                                        "required": false,
                                        "multiline": false
                                    },
                                    {
                                        "help": "",
                                        "name": "linkedinCompanyUrl",
                                        "type": "text",
                                        "label": "Linkedin Company Url",
                                        "default": null,
                                        "required": false,
                                        "multiline": false
                                    },
                                    {
                                        "help": "",
                                        "name": "linkedinPersonalUrl",
                                        "type": "text",
                                        "label": "Linkedin Personal Url",
                                        "default": null,
                                        "required": false,
                                        "multiline": false
                                    },
                                    {
                                        "help": "",
                                        "name": "jobTitle",
                                        "type": "text",
                                        "label": "Job Title",
                                        "default": null,
                                        "required": false,
                                        "multiline": false
                                    },
                                    {
                                        "help": "",
                                        "name": "whatsapp",
                                        "type": "text",
                                        "label": "Whatsapp",
                                        "default": null,
                                        "required": false,
                                        "multiline": false
                                    },
                                    {
                                        "help": "",
                                        "name": "telegram",
                                        "type": "text",
                                        "label": "Telegram",
                                        "default": null,
                                        "required": false,
                                        "multiline": false
                                    },
                                    {
                                        "help": "",
                                        "name": "twitter",
                                        "type": "text",
                                        "label": "Twitter",
                                        "default": null,
                                        "required": false,
                                        "multiline": false
                                    },
                                    {
                                        "help": "",
                                        "name": "facebook",
                                        "type": "text",
                                        "label": "Facebook",
                                        "default": null,
                                        "required": false,
                                        "multiline": false
                                    },
                                    {
                                        "help": "",
                                        "name": "alternateEmail",
                                        "type": "text",
                                        "label": "Alternate Email",
                                        "default": null,
                                        "required": false,
                                        "multiline": false
                                    },
                                    {
                                        "help": "",
                                        "name": "alternatePhone",
                                        "type": "text",
                                        "label": "Alternate Phone",
                                        "default": null,
                                        "required": false,
                                        "multiline": false
                                    },
                                    {
                                        "help": "",
                                        "name": "personalWebsite",
                                        "type": "text",
                                        "label": "Personal Website",
                                        "default": null,
                                        "required": false,
                                        "multiline": false
                                    },
                                    {
                                        "help": "",
                                        "name": "source",
                                        "type": "text",
                                        "label": "Source",
                                        "default": null,
                                        "required": false,
                                        "multiline": false
                                    },
                                    {
                                        "help": "",
                                        "name": "notes",
                                        "type": "text",
                                        "label": "Notes",
                                        "default": null,
                                        "required": false,
                                        "multiline": false
                                    }
                                ]
                            }
                        },
                        {
                            "id": 70,
                            "module": "builtin:BasicRouter",
                            "version": 1,
                            "mapper": null,
                            "metadata": {
                                "designer": {
                                    "x": 1072,
                                    "y": 3203
                                }
                            },
                            "routes": [
                                {
                                    "flow": [
                                        {
                                            "id": 58,
                                            "module": "highlevel:updateAContact",
                                            "version": 1,
                                            "parameters": {
                                                "__IMTCONN__": 1000003
                                            },
                                            "filter": {
                                                "name": "LinkedIn Personal URL: found and empty on CRM",
                                                "conditions": [
                                                    [
                                                        {
                                                            "a": "{{66.linkedin_personal}}",
                                                            "b": "Not found",
                                                            "o": "text:notcontain:ci"
                                                        },
                                                        {
                                                            "a": "{{100.customField.ChlqfABEnkRWXyxcSRAg}}",
                                                            "o": "notexist"
                                                        }
                                                    ]
                                                ]
                                            },
                                            "mapper": {
                                                "address": {},
                                                "contact": "{{14.contact_id}}",
                                                "customField": {
                                                    "ChlqfABEnkRWXyxcSRAg": "{{66.linkedin_personal}}"
                                                }
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": 1836,
                                                    "y": 2987
                                                },
                                                "restore": {
                                                    "expect": {
                                                        "dnd": {
                                                            "mode": "chose"
                                                        },
                                                        "tags": {
                                                            "mode": "chose"
                                                        },
                                                        "address": {
                                                            "nested": {
                                                                "country": {
                                                                    "mode": "chose"
                                                                }
                                                            }
                                                        },
                                                        "contact": {
                                                            "mode": "edit"
                                                        },
                                                        "timezone": {
                                                            "mode": "chose",
                                                            "label": "Empty"
                                                        },
                                                        "customField": {
                                                            "nested": {
                                                                "custom_field_006": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_007": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_009": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_012": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_014": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_015": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_024": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_026": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_028": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_030": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_033": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_034": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_035": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_039": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_049": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_054": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_055": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_060": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_067": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_069": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_071": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_072": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_075": {
                                                                    "mode": "chose"
                                                                },
                                                                "custom_field_082": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "parameters": {
                                                        "__IMTCONN__": {
                                                            "data": {
                                                                "scoped": "true",
                                                                "connection": "highlevel3"
                                                            },
                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                        }
                                                    }
                                                },
                                                "parameters": [
                                                    {
                                                        "name": "__IMTCONN__",
                                                        "type": "account:highlevel,highlevel3",
                                                        "label": "Connection",
                                                        "required": true
                                                    }
                                                ],
                                                "expect": [
                                                    {
                                                        "mode": "edit",
                                                        "name": "contact",
                                                        "type": "select",
                                                        "label": "Contact ID",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "firstName",
                                                        "type": "text",
                                                        "label": "First Name"
                                                    },
                                                    {
                                                        "name": "lastName",
                                                        "type": "text",
                                                        "label": "Last Name"
                                                    },
                                                    {
                                                        "name": "email",
                                                        "type": "email",
                                                        "label": "Email"
                                                    },
                                                    {
                                                        "name": "phone",
                                                        "type": "text",
                                                        "label": "Phone"
                                                    },
                                                    {
                                                        "name": "dateOfBirth",
                                                        "time": false,
                                                        "type": "date",
                                                        "label": "Date of Birth"
                                                    },
                                                    {
                                                        "name": "companyName",
                                                        "type": "text",
                                                        "label": "Company Name"
                                                    },
                                                    {
                                                        "name": "website",
                                                        "type": "url",
                                                        "label": "Website"
                                                    },
                                                    {
                                                        "name": "tags",
                                                        "type": "select",
                                                        "label": "Tags",
                                                        "multiple": true
                                                    },
                                                    {
                                                        "name": "address",
                                                        "spec": [
                                                            {
                                                                "name": "address1",
                                                                "type": "text",
                                                                "label": "Street"
                                                            },
                                                            {
                                                                "name": "city",
                                                                "type": "text",
                                                                "label": "City"
                                                            },
                                                            {
                                                                "name": "state",
                                                                "type": "text",
                                                                "label": "State"
                                                            },
                                                            {
                                                                "name": "postalCode",
                                                                "type": "text",
                                                                "label": "PostalCode"
                                                            },
                                                            {
                                                                "name": "country",
                                                                "type": "select",
                                                                "label": "Country"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Address"
                                                    },
                                                    {
                                                        "name": "source",
                                                        "type": "text",
                                                        "label": "Source"
                                                    },
                                                    {
                                                        "name": "timezone",
                                                        "type": "select",
                                                        "label": "Timezone"
                                                    },
                                                    {
                                                        "name": "dnd",
                                                        "type": "boolean",
                                                        "label": "Dnd"
                                                    },
                                                    {
                                                        "name": "customField",
                                                        "spec": [
                                                            {
                                                                "name": "custom_field_019",
                                                                "type": "text",
                                                                "label": "AI Call Summary"
                                                            },
                                                            {
                                                                "name": "custom_field_014",
                                                                "type": "select",
                                                                "label": "What is your company’s annual revenue?"
                                                            },
                                                            {
                                                                "name": "custom_field_026",
                                                                "type": "select",
                                                                "label": "Instantly: Campaign"
                                                            },
                                                            {
                                                                "name": "custom_field_052",
                                                                "type": "text",
                                                                "label": "AI Call Transcript"
                                                            },
                                                            {
                                                                "name": "custom_field_060",
                                                                "type": "select",
                                                                "label": "Company Industry"
                                                            },
                                                            {
                                                                "name": "custom_field_072",
                                                                "type": "select",
                                                                "label": "Custom Status: Website"
                                                            },
                                                            {
                                                                "name": "custom_field_074",
                                                                "type": "text",
                                                                "label": "Custom Message: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_082",
                                                                "type": "select",
                                                                "label": "Custom Status: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_021",
                                                                "type": "text",
                                                                "label": "Ownership Status"
                                                            },
                                                            {
                                                                "name": "custom_field_028",
                                                                "type": "select",
                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                            },
                                                            {
                                                                "name": "custom_field_040",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 1"
                                                            },
                                                            {
                                                                "name": "custom_field_049",
                                                                "type": "select",
                                                                "label": "Instantly: Latest Status"
                                                            },
                                                            {
                                                                "name": "custom_field_075",
                                                                "type": "select",
                                                                "label": "Custom Status: WhatsApp",
                                                                "multiple": true,
                                                                "validate": {
                                                                    "enum": [
                                                                        "Valid"
                                                                    ]
                                                                }
                                                            },
                                                            {
                                                                "name": "custom_field_077",
                                                                "type": "number",
                                                                "label": "Company Last Headcount"
                                                            },
                                                            {
                                                                "name": "custom_field_007",
                                                                "type": "select",
                                                                "label": "Instantly: Email Events"
                                                            },
                                                            {
                                                                "name": "custom_field_009",
                                                                "type": "select",
                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                            },
                                                            {
                                                                "name": "custom_field_010",
                                                                "type": "text",
                                                                "label": "Gatekeeper Name"
                                                            },
                                                            {
                                                                "name": "custom_field_084",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 2"
                                                            },
                                                            {
                                                                "name": "custom_field_020",
                                                                "type": "number",
                                                                "label": "Company Estimated Turnover"
                                                            },
                                                            {
                                                                "name": "custom_field_017",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 3"
                                                            },
                                                            {
                                                                "name": "custom_field_038",
                                                                "type": "text",
                                                                "label": "Contact Permission"
                                                            },
                                                            {
                                                                "name": "custom_field_069",
                                                                "type": "select",
                                                                "label": "Instantly: Lead Status"
                                                            },
                                                            {
                                                                "name": "custom_field_011",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Universal"
                                                            },
                                                            {
                                                                "name": "custom_field_044",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_061",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_005",
                                                                "type": "text",
                                                                "label": "Google Place ID"
                                                            },
                                                            {
                                                                "name": "custom_field_024",
                                                                "type": "select",
                                                                "label": "Instantly: Meeting Events"
                                                            },
                                                            {
                                                                "name": "custom_field_063",
                                                                "type": "text",
                                                                "label": "Decision Maker Name"
                                                            },
                                                            {
                                                                "name": "custom_field_085",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: SMS"
                                                            },
                                                            {
                                                                "name": "custom_field_029",
                                                                "type": "number",
                                                                "label": "Company Age (In Years)"
                                                            },
                                                            {
                                                                "name": "custom_field_030",
                                                                "type": "select",
                                                                "label": "Instantly: Other Lead Events"
                                                            },
                                                            {
                                                                "name": "custom_field_054",
                                                                "type": "select",
                                                                "label": "What type of customers make up the majority of your revenue?"
                                                            },
                                                            {
                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                "type": "text",
                                                                "label": "Valuation Interest"
                                                            },
                                                            {
                                                                "name": "custom_field_081",
                                                                "type": "text",
                                                                "label": "Google CID"
                                                            },
                                                            {
                                                                "name": "custom_field_008",
                                                                "type": "text",
                                                                "label": "Business Size Indicator"
                                                            },
                                                            {
                                                                "name": "custom_field_034",
                                                                "type": "select",
                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                            },
                                                            {
                                                                "name": "custom_field_036",
                                                                "type": "text",
                                                                "label": "Company Google Plus Code"
                                                            },
                                                            {
                                                                "name": "custom_field_083",
                                                                "type": "text",
                                                                "label": "Company Age (In years & Months)"
                                                            },
                                                            {
                                                                "name": "custom_field_087",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: AI Calls"
                                                            },
                                                            {
                                                                "name": "custom_field_035",
                                                                "type": "select",
                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                            },
                                                            {
                                                                "name": "custom_field_057",
                                                                "type": "text",
                                                                "label": "Contact Details Captured"
                                                            },
                                                            {
                                                                "name": "custom_field_059",
                                                                "type": "text",
                                                                "label": "Company number"
                                                            },
                                                            {
                                                                "name": "custom_field_013",
                                                                "type": "number",
                                                                "label": "Company SIC Code"
                                                            },
                                                            {
                                                                "name": "custom_field_023",
                                                                "type": "text",
                                                                "label": "Personalised Context: AI Calls"
                                                            },
                                                            {
                                                                "name": "custom_field_031",
                                                                "type": "text",
                                                                "label": "Company Overview"
                                                            },
                                                            {
                                                                "name": "custom_field_033",
                                                                "type": "select",
                                                                "label": "How long have you been operating the business?"
                                                            },
                                                            {
                                                                "name": "custom_field_050",
                                                                "type": "text",
                                                                "label": "Contact Details Provided"
                                                            },
                                                            {
                                                                "name": "custom_field_071",
                                                                "type": "select",
                                                                "label": "Email Type"
                                                            },
                                                            {
                                                                "name": "custom_field_004",
                                                                "type": "text",
                                                                "label": "Company Financials"
                                                            },
                                                            {
                                                                "name": "custom_field_006",
                                                                "type": "select",
                                                                "label": "Phone Type"
                                                            },
                                                            {
                                                                "name": "custom_field_015",
                                                                "type": "select",
                                                                "label": "What would be your ideal outcome if you sold?"
                                                            },
                                                            {
                                                                "name": "custom_field_064",
                                                                "type": "text",
                                                                "label": "Contact Method Preference"
                                                            },
                                                            {
                                                                "name": "custom_field_066",
                                                                "type": "text",
                                                                "label": "Personalised Homepage URL"
                                                            },
                                                            {
                                                                "name": "custom_field_053",
                                                                "type": "text",
                                                                "label": "Google Maps Place URL"
                                                            },
                                                            {
                                                                "name": "custom_field_056",
                                                                "type": "text",
                                                                "label": "Engagement Interest Level"
                                                            },
                                                            {
                                                                "name": "custom_field_067",
                                                                "type": "select",
                                                                "label": "Valid Email (Manual)"
                                                            },
                                                            {
                                                                "name": "custom_field_025",
                                                                "type": "text",
                                                                "label": "Instantly \"event_type\""
                                                            },
                                                            {
                                                                "name": "custom_field_078",
                                                                "type": "text",
                                                                "label": "Personalised Grow Page URL"
                                                            },
                                                            {
                                                                "name": "custom_field_080",
                                                                "type": "text",
                                                                "label": "Decision Maker Availability"
                                                            },
                                                            {
                                                                "name": "custom_field_037",
                                                                "type": "text",
                                                                "label": "Company Services"
                                                            },
                                                            {
                                                                "name": "custom_field_046",
                                                                "type": "text",
                                                                "label": "Test"
                                                            },
                                                            {
                                                                "name": "custom_field_073",
                                                                "type": "text",
                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                            },
                                                            {
                                                                "name": "custom_field_027",
                                                                "type": "number",
                                                                "label": "Company Google Rating"
                                                            },
                                                            {
                                                                "name": "custom_field_051",
                                                                "type": "text",
                                                                "label": "AI Research: Company"
                                                            },
                                                            {
                                                                "name": "custom_field_062",
                                                                "type": "text",
                                                                "label": "AI Research: Person"
                                                            },
                                                            {
                                                                "name": "custom_field_079",
                                                                "type": "number",
                                                                "label": "Company Google Review Count"
                                                            },
                                                            {
                                                                "name": "custom_field_058",
                                                                "type": "date",
                                                                "label": "Company Incorporation Date"
                                                            },
                                                            {
                                                                "name": "custom_field_041",
                                                                "type": "text",
                                                                "label": "Job Title"
                                                            },
                                                            {
                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                "type": "text",
                                                                "label": "LinkedIn Personal URL"
                                                            },
                                                            {
                                                                "name": "custom_field_002",
                                                                "type": "text",
                                                                "label": "LinkedIn Company URL"
                                                            },
                                                            {
                                                                "name": "custom_field_045",
                                                                "type": "text",
                                                                "label": "Message"
                                                            },
                                                            {
                                                                "name": "custom_field_055",
                                                                "type": "select",
                                                                "label": "Company type"
                                                            },
                                                            {
                                                                "name": "custom_field_012",
                                                                "type": "select",
                                                                "label": "Company status"
                                                            },
                                                            {
                                                                "name": "custom_field_070",
                                                                "type": "number",
                                                                "label": "Officers Age (in years)"
                                                            },
                                                            {
                                                                "name": "custom_field_016",
                                                                "type": "text",
                                                                "label": "AI Find: Contact Data & Notes"
                                                            },
                                                            {
                                                                "name": "custom_field_086",
                                                                "type": "text",
                                                                "label": "AI Find: Original Backup Contact Data"
                                                            },
                                                            {
                                                                "name": "custom_field_039",
                                                                "type": "select",
                                                                "label": "Priority"
                                                            },
                                                            {
                                                                "name": "custom_field_018",
                                                                "type": "text",
                                                                "label": "Legal Company Name"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Custom Fields"
                                                    }
                                                ],
                                                "interface": [
                                                    {
                                                        "name": "id",
                                                        "type": "text",
                                                        "label": "Contact ID"
                                                    },
                                                    {
                                                        "name": "timezone",
                                                        "type": "text",
                                                        "label": "Timezone"
                                                    },
                                                    {
                                                        "name": "type",
                                                        "type": "text",
                                                        "label": "Type"
                                                    },
                                                    {
                                                        "name": "locationId",
                                                        "type": "text",
                                                        "label": "Location ID"
                                                    },
                                                    {
                                                        "name": "dnd",
                                                        "type": "boolean",
                                                        "label": "Dnd"
                                                    },
                                                    {
                                                        "name": "inboundDndSettings",
                                                        "spec": [
                                                            {
                                                                "name": "all",
                                                                "spec": [
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "All"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Inbound Dnd Settings"
                                                    },
                                                    {
                                                        "name": "dndSettings",
                                                        "spec": [
                                                            {
                                                                "name": "Call",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Call"
                                                            },
                                                            {
                                                                "name": "Email",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Email"
                                                            },
                                                            {
                                                                "name": "SMS",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "SMS"
                                                            },
                                                            {
                                                                "name": "WhatsApp",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "WhatsApp"
                                                            },
                                                            {
                                                                "name": "GMB",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "GMB"
                                                            },
                                                            {
                                                                "name": "FB",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "FB"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Dnd Settings"
                                                    },
                                                    {
                                                        "name": "createdBy",
                                                        "spec": [
                                                            {
                                                                "name": "sourceId",
                                                                "type": "text",
                                                                "label": "Source ID"
                                                            },
                                                            {
                                                                "name": "channel",
                                                                "type": "text",
                                                                "label": "Channel"
                                                            },
                                                            {
                                                                "name": "source",
                                                                "type": "text",
                                                                "label": "Source"
                                                            },
                                                            {
                                                                "name": "sourceName",
                                                                "type": "text",
                                                                "label": "Source Name"
                                                            },
                                                            {
                                                                "name": "timestamp",
                                                                "type": "date",
                                                                "label": "Timestamp"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Created By"
                                                    },
                                                    {
                                                        "name": "tags",
                                                        "type": "array",
                                                        "label": "Tags"
                                                    },
                                                    {
                                                        "name": "dateAdded",
                                                        "type": "date",
                                                        "label": "Date Added"
                                                    },
                                                    {
                                                        "name": "additionalEmails",
                                                        "type": "array",
                                                        "label": "Additional Emails"
                                                    },
                                                    {
                                                        "name": "additionalPhones",
                                                        "type": "array",
                                                        "label": "Additional Phones"
                                                    },
                                                    {
                                                        "name": "country",
                                                        "type": "text",
                                                        "label": "Country"
                                                    },
                                                    {
                                                        "name": "lastName",
                                                        "type": "text",
                                                        "label": "Last Name"
                                                    },
                                                    {
                                                        "name": "lastNameLowerCase",
                                                        "type": "text",
                                                        "label": "Last Name Lower Case"
                                                    },
                                                    {
                                                        "name": "emailLowerCase",
                                                        "type": "text",
                                                        "label": "Email Lower Case"
                                                    },
                                                    {
                                                        "name": "email",
                                                        "type": "text",
                                                        "label": "Email"
                                                    },
                                                    {
                                                        "name": "postalCode",
                                                        "type": "text",
                                                        "label": "Postal Code"
                                                    },
                                                    {
                                                        "name": "dateUpdated",
                                                        "type": "date",
                                                        "label": "Date Updated"
                                                    },
                                                    {
                                                        "name": "fullNameLowerCase",
                                                        "type": "text",
                                                        "label": "Full Name Lower Case"
                                                    },
                                                    {
                                                        "name": "firstName",
                                                        "type": "text",
                                                        "label": "First Name"
                                                    },
                                                    {
                                                        "name": "firstNameLowerCase",
                                                        "type": "text",
                                                        "label": "First Name Lower Case"
                                                    },
                                                    {
                                                        "name": "source",
                                                        "type": "text",
                                                        "label": "Source"
                                                    },
                                                    {
                                                        "name": "companyName",
                                                        "type": "text",
                                                        "label": "Company Name"
                                                    },
                                                    {
                                                        "name": "website",
                                                        "type": "text",
                                                        "label": "Website"
                                                    },
                                                    {
                                                        "name": "phone",
                                                        "type": "text",
                                                        "label": "Phone"
                                                    },
                                                    {
                                                        "name": "customField",
                                                        "spec": [
                                                            {
                                                                "name": "custom_field_019",
                                                                "type": "text",
                                                                "label": "AI Call Summary",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_014",
                                                                "type": "text",
                                                                "label": "What is your company’s annual revenue?"
                                                            },
                                                            {
                                                                "name": "custom_field_026",
                                                                "type": "text",
                                                                "label": "Instantly: Campaign"
                                                            },
                                                            {
                                                                "name": "custom_field_052",
                                                                "type": "text",
                                                                "label": "AI Call Transcript",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_060",
                                                                "type": "text",
                                                                "label": "Company Industry"
                                                            },
                                                            {
                                                                "name": "custom_field_072",
                                                                "type": "text",
                                                                "label": "Custom Status: Website"
                                                            },
                                                            {
                                                                "name": "custom_field_074",
                                                                "type": "text",
                                                                "label": "Custom Message: WhatsApp",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_082",
                                                                "type": "text",
                                                                "label": "Custom Status: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_021",
                                                                "type": "text",
                                                                "label": "Ownership Status"
                                                            },
                                                            {
                                                                "name": "custom_field_028",
                                                                "type": "text",
                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                            },
                                                            {
                                                                "name": "custom_field_040",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 1",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_049",
                                                                "type": "text",
                                                                "label": "Instantly: Latest Status"
                                                            },
                                                            {
                                                                "name": "custom_field_075",
                                                                "type": "array",
                                                                "label": "Custom Status: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_077",
                                                                "type": "number",
                                                                "label": "Company Last Headcount"
                                                            },
                                                            {
                                                                "name": "custom_field_007",
                                                                "type": "text",
                                                                "label": "Instantly: Email Events"
                                                            },
                                                            {
                                                                "name": "custom_field_009",
                                                                "type": "text",
                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                            },
                                                            {
                                                                "name": "custom_field_010",
                                                                "type": "text",
                                                                "label": "Gatekeeper Name"
                                                            },
                                                            {
                                                                "name": "custom_field_084",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 2",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_020",
                                                                "type": "number",
                                                                "label": "Company Estimated Turnover"
                                                            },
                                                            {
                                                                "name": "custom_field_017",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 3",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_038",
                                                                "type": "text",
                                                                "label": "Contact Permission"
                                                            },
                                                            {
                                                                "name": "custom_field_069",
                                                                "type": "text",
                                                                "label": "Instantly: Lead Status"
                                                            },
                                                            {
                                                                "name": "custom_field_011",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Universal",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_044",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Email",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_061",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: WhatsApp",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_005",
                                                                "type": "text",
                                                                "label": "Google Place ID"
                                                            },
                                                            {
                                                                "name": "custom_field_024",
                                                                "type": "text",
                                                                "label": "Instantly: Meeting Events"
                                                            },
                                                            {
                                                                "name": "custom_field_063",
                                                                "type": "text",
                                                                "label": "Decision Maker Name"
                                                            },
                                                            {
                                                                "name": "custom_field_085",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: SMS",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_029",
                                                                "type": "number",
                                                                "label": "Company Age (In Years)"
                                                            },
                                                            {
                                                                "name": "custom_field_030",
                                                                "type": "text",
                                                                "label": "Instantly: Other Lead Events"
                                                            },
                                                            {
                                                                "name": "custom_field_054",
                                                                "type": "text",
                                                                "label": "What type of customers make up the majority of your revenue?"
                                                            },
                                                            {
                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                "type": "text",
                                                                "label": "Valuation Interest"
                                                            },
                                                            {
                                                                "name": "custom_field_081",
                                                                "type": "text",
                                                                "label": "Google CID"
                                                            },
                                                            {
                                                                "name": "custom_field_008",
                                                                "type": "text",
                                                                "label": "Business Size Indicator"
                                                            },
                                                            {
                                                                "name": "custom_field_034",
                                                                "type": "text",
                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                            },
                                                            {
                                                                "name": "custom_field_036",
                                                                "type": "text",
                                                                "label": "Company Google Plus Code"
                                                            },
                                                            {
                                                                "name": "custom_field_083",
                                                                "type": "text",
                                                                "label": "Company Age (In years & Months)"
                                                            },
                                                            {
                                                                "name": "custom_field_087",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: AI Calls",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_035",
                                                                "type": "text",
                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                            },
                                                            {
                                                                "name": "custom_field_057",
                                                                "type": "text",
                                                                "label": "Contact Details Captured"
                                                            },
                                                            {
                                                                "name": "custom_field_059",
                                                                "type": "text",
                                                                "label": "Company number"
                                                            },
                                                            {
                                                                "name": "custom_field_013",
                                                                "type": "number",
                                                                "label": "Company SIC Code"
                                                            },
                                                            {
                                                                "name": "custom_field_023",
                                                                "type": "text",
                                                                "label": "Personalised Context: AI Calls",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_031",
                                                                "type": "text",
                                                                "label": "Company Overview",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_033",
                                                                "type": "text",
                                                                "label": "How long have you been operating the business?"
                                                            },
                                                            {
                                                                "name": "custom_field_050",
                                                                "type": "text",
                                                                "label": "Contact Details Provided"
                                                            },
                                                            {
                                                                "name": "custom_field_071",
                                                                "type": "text",
                                                                "label": "Email Type"
                                                            },
                                                            {
                                                                "name": "custom_field_004",
                                                                "type": "text",
                                                                "label": "Company Financials",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_006",
                                                                "type": "text",
                                                                "label": "Phone Type"
                                                            },
                                                            {
                                                                "name": "custom_field_015",
                                                                "type": "text",
                                                                "label": "What would be your ideal outcome if you sold?"
                                                            },
                                                            {
                                                                "name": "custom_field_064",
                                                                "type": "text",
                                                                "label": "Contact Method Preference"
                                                            },
                                                            {
                                                                "name": "custom_field_066",
                                                                "type": "text",
                                                                "label": "Personalised Homepage URL"
                                                            },
                                                            {
                                                                "name": "custom_field_053",
                                                                "type": "text",
                                                                "label": "Google Maps Place URL"
                                                            },
                                                            {
                                                                "name": "custom_field_056",
                                                                "type": "text",
                                                                "label": "Engagement Interest Level"
                                                            },
                                                            {
                                                                "name": "custom_field_067",
                                                                "type": "text",
                                                                "label": "Valid Email (Manual)"
                                                            },
                                                            {
                                                                "name": "custom_field_025",
                                                                "type": "text",
                                                                "label": "Instantly \"event_type\""
                                                            },
                                                            {
                                                                "name": "custom_field_078",
                                                                "type": "text",
                                                                "label": "Personalised Grow Page URL"
                                                            },
                                                            {
                                                                "name": "custom_field_080",
                                                                "type": "text",
                                                                "label": "Decision Maker Availability"
                                                            },
                                                            {
                                                                "name": "custom_field_037",
                                                                "type": "text",
                                                                "label": "Company Services",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_046",
                                                                "type": "text",
                                                                "label": "Test"
                                                            },
                                                            {
                                                                "name": "custom_field_073",
                                                                "type": "text",
                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                            },
                                                            {
                                                                "name": "custom_field_027",
                                                                "type": "number",
                                                                "label": "Company Google Rating"
                                                            },
                                                            {
                                                                "name": "custom_field_051",
                                                                "type": "text",
                                                                "label": "AI Research: Company",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_062",
                                                                "type": "text",
                                                                "label": "AI Research: Person",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_079",
                                                                "type": "number",
                                                                "label": "Company Google Review Count"
                                                            },
                                                            {
                                                                "name": "custom_field_058",
                                                                "type": "date",
                                                                "label": "Company Incorporation Date"
                                                            },
                                                            {
                                                                "name": "custom_field_041",
                                                                "type": "text",
                                                                "label": "Job Title"
                                                            },
                                                            {
                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                "type": "text",
                                                                "label": "LinkedIn Personal URL"
                                                            },
                                                            {
                                                                "name": "custom_field_002",
                                                                "type": "text",
                                                                "label": "LinkedIn Company URL"
                                                            },
                                                            {
                                                                "name": "custom_field_045",
                                                                "type": "text",
                                                                "label": "Message",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_055",
                                                                "type": "text",
                                                                "label": "Company type"
                                                            },
                                                            {
                                                                "name": "custom_field_012",
                                                                "type": "text",
                                                                "label": "Company status"
                                                            },
                                                            {
                                                                "name": "custom_field_070",
                                                                "type": "number",
                                                                "label": "Officers Age (in years)"
                                                            },
                                                            {
                                                                "name": "custom_field_016",
                                                                "type": "text",
                                                                "label": "AI Find: Contact Data & Notes",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_086",
                                                                "type": "text",
                                                                "label": "AI Find: Original Backup Contact Data",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_039",
                                                                "type": "text",
                                                                "label": "Priority"
                                                            },
                                                            {
                                                                "name": "custom_field_018",
                                                                "type": "text",
                                                                "label": "Legal Company Name"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Custom Fields"
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                {
                                    "flow": [
                                        {
                                            "id": 69,
                                            "module": "highlevel:updateAContact",
                                            "version": 1,
                                            "parameters": {
                                                "__IMTCONN__": 1000003
                                            },
                                            "filter": {
                                                "name": "Job Title: found and empty on CRM",
                                                "conditions": [
                                                    [
                                                        {
                                                            "a": "{{66.job_title}}",
                                                            "b": "Not found",
                                                            "o": "text:notcontain:ci"
                                                        },
                                                        {
                                                            "a": "{{100.customField.custom_field_041}}",
                                                            "o": "notexist"
                                                        }
                                                    ]
                                                ]
                                            },
                                            "mapper": {
                                                "address": {},
                                                "contact": "{{14.contact_id}}",
                                                "customField": {
                                                    "custom_field_041": "{{66.job_title}}"
                                                }
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": 1844,
                                                    "y": 3491
                                                },
                                                "restore": {
                                                    "expect": {
                                                        "dnd": {
                                                            "mode": "chose"
                                                        },
                                                        "tags": {
                                                            "mode": "chose"
                                                        },
                                                        "address": {
                                                            "nested": {
                                                                "country": {
                                                                    "mode": "chose"
                                                                }
                                                            }
                                                        },
                                                        "contact": {
                                                            "mode": "edit"
                                                        },
                                                        "timezone": {
                                                            "mode": "chose",
                                                            "label": "Empty"
                                                        },
                                                        "customField": {
                                                            "nested": {
                                                                "custom_field_006": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_007": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_009": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_012": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_014": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_015": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_024": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_026": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_028": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_030": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_033": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_034": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_035": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_039": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_049": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_054": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_055": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_060": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_067": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_069": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_071": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_072": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_075": {
                                                                    "mode": "chose"
                                                                },
                                                                "custom_field_082": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "parameters": {
                                                        "__IMTCONN__": {
                                                            "data": {
                                                                "scoped": "true",
                                                                "connection": "highlevel3"
                                                            },
                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                        }
                                                    }
                                                },
                                                "parameters": [
                                                    {
                                                        "name": "__IMTCONN__",
                                                        "type": "account:highlevel,highlevel3",
                                                        "label": "Connection",
                                                        "required": true
                                                    }
                                                ],
                                                "expect": [
                                                    {
                                                        "mode": "edit",
                                                        "name": "contact",
                                                        "type": "select",
                                                        "label": "Contact ID",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "firstName",
                                                        "type": "text",
                                                        "label": "First Name"
                                                    },
                                                    {
                                                        "name": "lastName",
                                                        "type": "text",
                                                        "label": "Last Name"
                                                    },
                                                    {
                                                        "name": "email",
                                                        "type": "email",
                                                        "label": "Email"
                                                    },
                                                    {
                                                        "name": "phone",
                                                        "type": "text",
                                                        "label": "Phone"
                                                    },
                                                    {
                                                        "name": "dateOfBirth",
                                                        "time": false,
                                                        "type": "date",
                                                        "label": "Date of Birth"
                                                    },
                                                    {
                                                        "name": "companyName",
                                                        "type": "text",
                                                        "label": "Company Name"
                                                    },
                                                    {
                                                        "name": "website",
                                                        "type": "url",
                                                        "label": "Website"
                                                    },
                                                    {
                                                        "name": "tags",
                                                        "type": "select",
                                                        "label": "Tags",
                                                        "multiple": true
                                                    },
                                                    {
                                                        "name": "address",
                                                        "spec": [
                                                            {
                                                                "name": "address1",
                                                                "type": "text",
                                                                "label": "Street"
                                                            },
                                                            {
                                                                "name": "city",
                                                                "type": "text",
                                                                "label": "City"
                                                            },
                                                            {
                                                                "name": "state",
                                                                "type": "text",
                                                                "label": "State"
                                                            },
                                                            {
                                                                "name": "postalCode",
                                                                "type": "text",
                                                                "label": "PostalCode"
                                                            },
                                                            {
                                                                "name": "country",
                                                                "type": "select",
                                                                "label": "Country"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Address"
                                                    },
                                                    {
                                                        "name": "source",
                                                        "type": "text",
                                                        "label": "Source"
                                                    },
                                                    {
                                                        "name": "timezone",
                                                        "type": "select",
                                                        "label": "Timezone"
                                                    },
                                                    {
                                                        "name": "dnd",
                                                        "type": "boolean",
                                                        "label": "Dnd"
                                                    },
                                                    {
                                                        "name": "customField",
                                                        "spec": [
                                                            {
                                                                "name": "custom_field_019",
                                                                "type": "text",
                                                                "label": "AI Call Summary"
                                                            },
                                                            {
                                                                "name": "custom_field_014",
                                                                "type": "select",
                                                                "label": "What is your company’s annual revenue?"
                                                            },
                                                            {
                                                                "name": "custom_field_026",
                                                                "type": "select",
                                                                "label": "Instantly: Campaign"
                                                            },
                                                            {
                                                                "name": "custom_field_052",
                                                                "type": "text",
                                                                "label": "AI Call Transcript"
                                                            },
                                                            {
                                                                "name": "custom_field_060",
                                                                "type": "select",
                                                                "label": "Company Industry"
                                                            },
                                                            {
                                                                "name": "custom_field_072",
                                                                "type": "select",
                                                                "label": "Custom Status: Website"
                                                            },
                                                            {
                                                                "name": "custom_field_074",
                                                                "type": "text",
                                                                "label": "Custom Message: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_082",
                                                                "type": "select",
                                                                "label": "Custom Status: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_021",
                                                                "type": "text",
                                                                "label": "Ownership Status"
                                                            },
                                                            {
                                                                "name": "custom_field_028",
                                                                "type": "select",
                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                            },
                                                            {
                                                                "name": "custom_field_040",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 1"
                                                            },
                                                            {
                                                                "name": "custom_field_049",
                                                                "type": "select",
                                                                "label": "Instantly: Latest Status"
                                                            },
                                                            {
                                                                "name": "custom_field_075",
                                                                "type": "select",
                                                                "label": "Custom Status: WhatsApp",
                                                                "multiple": true,
                                                                "validate": {
                                                                    "enum": [
                                                                        "Valid"
                                                                    ]
                                                                }
                                                            },
                                                            {
                                                                "name": "custom_field_077",
                                                                "type": "number",
                                                                "label": "Company Last Headcount"
                                                            },
                                                            {
                                                                "name": "custom_field_007",
                                                                "type": "select",
                                                                "label": "Instantly: Email Events"
                                                            },
                                                            {
                                                                "name": "custom_field_009",
                                                                "type": "select",
                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                            },
                                                            {
                                                                "name": "custom_field_010",
                                                                "type": "text",
                                                                "label": "Gatekeeper Name"
                                                            },
                                                            {
                                                                "name": "custom_field_084",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 2"
                                                            },
                                                            {
                                                                "name": "custom_field_020",
                                                                "type": "number",
                                                                "label": "Company Estimated Turnover"
                                                            },
                                                            {
                                                                "name": "custom_field_017",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 3"
                                                            },
                                                            {
                                                                "name": "custom_field_038",
                                                                "type": "text",
                                                                "label": "Contact Permission"
                                                            },
                                                            {
                                                                "name": "custom_field_069",
                                                                "type": "select",
                                                                "label": "Instantly: Lead Status"
                                                            },
                                                            {
                                                                "name": "custom_field_011",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Universal"
                                                            },
                                                            {
                                                                "name": "custom_field_044",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_061",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_005",
                                                                "type": "text",
                                                                "label": "Google Place ID"
                                                            },
                                                            {
                                                                "name": "custom_field_024",
                                                                "type": "select",
                                                                "label": "Instantly: Meeting Events"
                                                            },
                                                            {
                                                                "name": "custom_field_063",
                                                                "type": "text",
                                                                "label": "Decision Maker Name"
                                                            },
                                                            {
                                                                "name": "custom_field_085",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: SMS"
                                                            },
                                                            {
                                                                "name": "custom_field_029",
                                                                "type": "number",
                                                                "label": "Company Age (In Years)"
                                                            },
                                                            {
                                                                "name": "custom_field_030",
                                                                "type": "select",
                                                                "label": "Instantly: Other Lead Events"
                                                            },
                                                            {
                                                                "name": "custom_field_054",
                                                                "type": "select",
                                                                "label": "What type of customers make up the majority of your revenue?"
                                                            },
                                                            {
                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                "type": "text",
                                                                "label": "Valuation Interest"
                                                            },
                                                            {
                                                                "name": "custom_field_081",
                                                                "type": "text",
                                                                "label": "Google CID"
                                                            },
                                                            {
                                                                "name": "custom_field_008",
                                                                "type": "text",
                                                                "label": "Business Size Indicator"
                                                            },
                                                            {
                                                                "name": "custom_field_034",
                                                                "type": "select",
                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                            },
                                                            {
                                                                "name": "custom_field_036",
                                                                "type": "text",
                                                                "label": "Company Google Plus Code"
                                                            },
                                                            {
                                                                "name": "custom_field_083",
                                                                "type": "text",
                                                                "label": "Company Age (In years & Months)"
                                                            },
                                                            {
                                                                "name": "custom_field_087",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: AI Calls"
                                                            },
                                                            {
                                                                "name": "custom_field_035",
                                                                "type": "select",
                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                            },
                                                            {
                                                                "name": "custom_field_057",
                                                                "type": "text",
                                                                "label": "Contact Details Captured"
                                                            },
                                                            {
                                                                "name": "custom_field_059",
                                                                "type": "text",
                                                                "label": "Company number"
                                                            },
                                                            {
                                                                "name": "custom_field_013",
                                                                "type": "number",
                                                                "label": "Company SIC Code"
                                                            },
                                                            {
                                                                "name": "custom_field_023",
                                                                "type": "text",
                                                                "label": "Personalised Context: AI Calls"
                                                            },
                                                            {
                                                                "name": "custom_field_031",
                                                                "type": "text",
                                                                "label": "Company Overview"
                                                            },
                                                            {
                                                                "name": "custom_field_033",
                                                                "type": "select",
                                                                "label": "How long have you been operating the business?"
                                                            },
                                                            {
                                                                "name": "custom_field_050",
                                                                "type": "text",
                                                                "label": "Contact Details Provided"
                                                            },
                                                            {
                                                                "name": "custom_field_071",
                                                                "type": "select",
                                                                "label": "Email Type"
                                                            },
                                                            {
                                                                "name": "custom_field_004",
                                                                "type": "text",
                                                                "label": "Company Financials"
                                                            },
                                                            {
                                                                "name": "custom_field_006",
                                                                "type": "select",
                                                                "label": "Phone Type"
                                                            },
                                                            {
                                                                "name": "custom_field_015",
                                                                "type": "select",
                                                                "label": "What would be your ideal outcome if you sold?"
                                                            },
                                                            {
                                                                "name": "custom_field_064",
                                                                "type": "text",
                                                                "label": "Contact Method Preference"
                                                            },
                                                            {
                                                                "name": "custom_field_066",
                                                                "type": "text",
                                                                "label": "Personalised Homepage URL"
                                                            },
                                                            {
                                                                "name": "custom_field_053",
                                                                "type": "text",
                                                                "label": "Google Maps Place URL"
                                                            },
                                                            {
                                                                "name": "custom_field_056",
                                                                "type": "text",
                                                                "label": "Engagement Interest Level"
                                                            },
                                                            {
                                                                "name": "custom_field_067",
                                                                "type": "select",
                                                                "label": "Valid Email (Manual)"
                                                            },
                                                            {
                                                                "name": "custom_field_025",
                                                                "type": "text",
                                                                "label": "Instantly \"event_type\""
                                                            },
                                                            {
                                                                "name": "custom_field_078",
                                                                "type": "text",
                                                                "label": "Personalised Grow Page URL"
                                                            },
                                                            {
                                                                "name": "custom_field_080",
                                                                "type": "text",
                                                                "label": "Decision Maker Availability"
                                                            },
                                                            {
                                                                "name": "custom_field_037",
                                                                "type": "text",
                                                                "label": "Company Services"
                                                            },
                                                            {
                                                                "name": "custom_field_046",
                                                                "type": "text",
                                                                "label": "Test"
                                                            },
                                                            {
                                                                "name": "custom_field_073",
                                                                "type": "text",
                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                            },
                                                            {
                                                                "name": "custom_field_027",
                                                                "type": "number",
                                                                "label": "Company Google Rating"
                                                            },
                                                            {
                                                                "name": "custom_field_051",
                                                                "type": "text",
                                                                "label": "AI Research: Company"
                                                            },
                                                            {
                                                                "name": "custom_field_062",
                                                                "type": "text",
                                                                "label": "AI Research: Person"
                                                            },
                                                            {
                                                                "name": "custom_field_079",
                                                                "type": "number",
                                                                "label": "Company Google Review Count"
                                                            },
                                                            {
                                                                "name": "custom_field_058",
                                                                "type": "date",
                                                                "label": "Company Incorporation Date"
                                                            },
                                                            {
                                                                "name": "custom_field_041",
                                                                "type": "text",
                                                                "label": "Job Title"
                                                            },
                                                            {
                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                "type": "text",
                                                                "label": "LinkedIn Personal URL"
                                                            },
                                                            {
                                                                "name": "custom_field_002",
                                                                "type": "text",
                                                                "label": "LinkedIn Company URL"
                                                            },
                                                            {
                                                                "name": "custom_field_045",
                                                                "type": "text",
                                                                "label": "Message"
                                                            },
                                                            {
                                                                "name": "custom_field_055",
                                                                "type": "select",
                                                                "label": "Company type"
                                                            },
                                                            {
                                                                "name": "custom_field_012",
                                                                "type": "select",
                                                                "label": "Company status"
                                                            },
                                                            {
                                                                "name": "custom_field_070",
                                                                "type": "number",
                                                                "label": "Officers Age (in years)"
                                                            },
                                                            {
                                                                "name": "custom_field_016",
                                                                "type": "text",
                                                                "label": "AI Find: Contact Data & Notes"
                                                            },
                                                            {
                                                                "name": "custom_field_086",
                                                                "type": "text",
                                                                "label": "AI Find: Original Backup Contact Data"
                                                            },
                                                            {
                                                                "name": "custom_field_039",
                                                                "type": "select",
                                                                "label": "Priority"
                                                            },
                                                            {
                                                                "name": "custom_field_018",
                                                                "type": "text",
                                                                "label": "Legal Company Name"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Custom Fields"
                                                    }
                                                ],
                                                "interface": [
                                                    {
                                                        "name": "id",
                                                        "type": "text",
                                                        "label": "Contact ID"
                                                    },
                                                    {
                                                        "name": "timezone",
                                                        "type": "text",
                                                        "label": "Timezone"
                                                    },
                                                    {
                                                        "name": "type",
                                                        "type": "text",
                                                        "label": "Type"
                                                    },
                                                    {
                                                        "name": "locationId",
                                                        "type": "text",
                                                        "label": "Location ID"
                                                    },
                                                    {
                                                        "name": "dnd",
                                                        "type": "boolean",
                                                        "label": "Dnd"
                                                    },
                                                    {
                                                        "name": "inboundDndSettings",
                                                        "spec": [
                                                            {
                                                                "name": "all",
                                                                "spec": [
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "All"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Inbound Dnd Settings"
                                                    },
                                                    {
                                                        "name": "dndSettings",
                                                        "spec": [
                                                            {
                                                                "name": "Call",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Call"
                                                            },
                                                            {
                                                                "name": "Email",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Email"
                                                            },
                                                            {
                                                                "name": "SMS",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "SMS"
                                                            },
                                                            {
                                                                "name": "WhatsApp",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "WhatsApp"
                                                            },
                                                            {
                                                                "name": "GMB",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "GMB"
                                                            },
                                                            {
                                                                "name": "FB",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "FB"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Dnd Settings"
                                                    },
                                                    {
                                                        "name": "createdBy",
                                                        "spec": [
                                                            {
                                                                "name": "sourceId",
                                                                "type": "text",
                                                                "label": "Source ID"
                                                            },
                                                            {
                                                                "name": "channel",
                                                                "type": "text",
                                                                "label": "Channel"
                                                            },
                                                            {
                                                                "name": "source",
                                                                "type": "text",
                                                                "label": "Source"
                                                            },
                                                            {
                                                                "name": "sourceName",
                                                                "type": "text",
                                                                "label": "Source Name"
                                                            },
                                                            {
                                                                "name": "timestamp",
                                                                "type": "date",
                                                                "label": "Timestamp"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Created By"
                                                    },
                                                    {
                                                        "name": "tags",
                                                        "type": "array",
                                                        "label": "Tags"
                                                    },
                                                    {
                                                        "name": "dateAdded",
                                                        "type": "date",
                                                        "label": "Date Added"
                                                    },
                                                    {
                                                        "name": "additionalEmails",
                                                        "type": "array",
                                                        "label": "Additional Emails"
                                                    },
                                                    {
                                                        "name": "additionalPhones",
                                                        "type": "array",
                                                        "label": "Additional Phones"
                                                    },
                                                    {
                                                        "name": "country",
                                                        "type": "text",
                                                        "label": "Country"
                                                    },
                                                    {
                                                        "name": "lastName",
                                                        "type": "text",
                                                        "label": "Last Name"
                                                    },
                                                    {
                                                        "name": "lastNameLowerCase",
                                                        "type": "text",
                                                        "label": "Last Name Lower Case"
                                                    },
                                                    {
                                                        "name": "emailLowerCase",
                                                        "type": "text",
                                                        "label": "Email Lower Case"
                                                    },
                                                    {
                                                        "name": "email",
                                                        "type": "text",
                                                        "label": "Email"
                                                    },
                                                    {
                                                        "name": "postalCode",
                                                        "type": "text",
                                                        "label": "Postal Code"
                                                    },
                                                    {
                                                        "name": "dateUpdated",
                                                        "type": "date",
                                                        "label": "Date Updated"
                                                    },
                                                    {
                                                        "name": "fullNameLowerCase",
                                                        "type": "text",
                                                        "label": "Full Name Lower Case"
                                                    },
                                                    {
                                                        "name": "firstName",
                                                        "type": "text",
                                                        "label": "First Name"
                                                    },
                                                    {
                                                        "name": "firstNameLowerCase",
                                                        "type": "text",
                                                        "label": "First Name Lower Case"
                                                    },
                                                    {
                                                        "name": "source",
                                                        "type": "text",
                                                        "label": "Source"
                                                    },
                                                    {
                                                        "name": "companyName",
                                                        "type": "text",
                                                        "label": "Company Name"
                                                    },
                                                    {
                                                        "name": "website",
                                                        "type": "text",
                                                        "label": "Website"
                                                    },
                                                    {
                                                        "name": "phone",
                                                        "type": "text",
                                                        "label": "Phone"
                                                    },
                                                    {
                                                        "name": "customField",
                                                        "spec": [
                                                            {
                                                                "name": "custom_field_019",
                                                                "type": "text",
                                                                "label": "AI Call Summary",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_014",
                                                                "type": "text",
                                                                "label": "What is your company’s annual revenue?"
                                                            },
                                                            {
                                                                "name": "custom_field_026",
                                                                "type": "text",
                                                                "label": "Instantly: Campaign"
                                                            },
                                                            {
                                                                "name": "custom_field_052",
                                                                "type": "text",
                                                                "label": "AI Call Transcript",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_060",
                                                                "type": "text",
                                                                "label": "Company Industry"
                                                            },
                                                            {
                                                                "name": "custom_field_072",
                                                                "type": "text",
                                                                "label": "Custom Status: Website"
                                                            },
                                                            {
                                                                "name": "custom_field_074",
                                                                "type": "text",
                                                                "label": "Custom Message: WhatsApp",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_082",
                                                                "type": "text",
                                                                "label": "Custom Status: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_021",
                                                                "type": "text",
                                                                "label": "Ownership Status"
                                                            },
                                                            {
                                                                "name": "custom_field_028",
                                                                "type": "text",
                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                            },
                                                            {
                                                                "name": "custom_field_040",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 1",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_049",
                                                                "type": "text",
                                                                "label": "Instantly: Latest Status"
                                                            },
                                                            {
                                                                "name": "custom_field_075",
                                                                "type": "array",
                                                                "label": "Custom Status: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_077",
                                                                "type": "number",
                                                                "label": "Company Last Headcount"
                                                            },
                                                            {
                                                                "name": "custom_field_007",
                                                                "type": "text",
                                                                "label": "Instantly: Email Events"
                                                            },
                                                            {
                                                                "name": "custom_field_009",
                                                                "type": "text",
                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                            },
                                                            {
                                                                "name": "custom_field_010",
                                                                "type": "text",
                                                                "label": "Gatekeeper Name"
                                                            },
                                                            {
                                                                "name": "custom_field_084",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 2",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_020",
                                                                "type": "number",
                                                                "label": "Company Estimated Turnover"
                                                            },
                                                            {
                                                                "name": "custom_field_017",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 3",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_038",
                                                                "type": "text",
                                                                "label": "Contact Permission"
                                                            },
                                                            {
                                                                "name": "custom_field_069",
                                                                "type": "text",
                                                                "label": "Instantly: Lead Status"
                                                            },
                                                            {
                                                                "name": "custom_field_011",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Universal",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_044",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Email",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_061",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: WhatsApp",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_005",
                                                                "type": "text",
                                                                "label": "Google Place ID"
                                                            },
                                                            {
                                                                "name": "custom_field_024",
                                                                "type": "text",
                                                                "label": "Instantly: Meeting Events"
                                                            },
                                                            {
                                                                "name": "custom_field_063",
                                                                "type": "text",
                                                                "label": "Decision Maker Name"
                                                            },
                                                            {
                                                                "name": "custom_field_085",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: SMS",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_029",
                                                                "type": "number",
                                                                "label": "Company Age (In Years)"
                                                            },
                                                            {
                                                                "name": "custom_field_030",
                                                                "type": "text",
                                                                "label": "Instantly: Other Lead Events"
                                                            },
                                                            {
                                                                "name": "custom_field_054",
                                                                "type": "text",
                                                                "label": "What type of customers make up the majority of your revenue?"
                                                            },
                                                            {
                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                "type": "text",
                                                                "label": "Valuation Interest"
                                                            },
                                                            {
                                                                "name": "custom_field_081",
                                                                "type": "text",
                                                                "label": "Google CID"
                                                            },
                                                            {
                                                                "name": "custom_field_008",
                                                                "type": "text",
                                                                "label": "Business Size Indicator"
                                                            },
                                                            {
                                                                "name": "custom_field_034",
                                                                "type": "text",
                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                            },
                                                            {
                                                                "name": "custom_field_036",
                                                                "type": "text",
                                                                "label": "Company Google Plus Code"
                                                            },
                                                            {
                                                                "name": "custom_field_083",
                                                                "type": "text",
                                                                "label": "Company Age (In years & Months)"
                                                            },
                                                            {
                                                                "name": "custom_field_087",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: AI Calls",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_035",
                                                                "type": "text",
                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                            },
                                                            {
                                                                "name": "custom_field_057",
                                                                "type": "text",
                                                                "label": "Contact Details Captured"
                                                            },
                                                            {
                                                                "name": "custom_field_059",
                                                                "type": "text",
                                                                "label": "Company number"
                                                            },
                                                            {
                                                                "name": "custom_field_013",
                                                                "type": "number",
                                                                "label": "Company SIC Code"
                                                            },
                                                            {
                                                                "name": "custom_field_023",
                                                                "type": "text",
                                                                "label": "Personalised Context: AI Calls",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_031",
                                                                "type": "text",
                                                                "label": "Company Overview",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_033",
                                                                "type": "text",
                                                                "label": "How long have you been operating the business?"
                                                            },
                                                            {
                                                                "name": "custom_field_050",
                                                                "type": "text",
                                                                "label": "Contact Details Provided"
                                                            },
                                                            {
                                                                "name": "custom_field_071",
                                                                "type": "text",
                                                                "label": "Email Type"
                                                            },
                                                            {
                                                                "name": "custom_field_004",
                                                                "type": "text",
                                                                "label": "Company Financials",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_006",
                                                                "type": "text",
                                                                "label": "Phone Type"
                                                            },
                                                            {
                                                                "name": "custom_field_015",
                                                                "type": "text",
                                                                "label": "What would be your ideal outcome if you sold?"
                                                            },
                                                            {
                                                                "name": "custom_field_064",
                                                                "type": "text",
                                                                "label": "Contact Method Preference"
                                                            },
                                                            {
                                                                "name": "custom_field_066",
                                                                "type": "text",
                                                                "label": "Personalised Homepage URL"
                                                            },
                                                            {
                                                                "name": "custom_field_053",
                                                                "type": "text",
                                                                "label": "Google Maps Place URL"
                                                            },
                                                            {
                                                                "name": "custom_field_056",
                                                                "type": "text",
                                                                "label": "Engagement Interest Level"
                                                            },
                                                            {
                                                                "name": "custom_field_067",
                                                                "type": "text",
                                                                "label": "Valid Email (Manual)"
                                                            },
                                                            {
                                                                "name": "custom_field_025",
                                                                "type": "text",
                                                                "label": "Instantly \"event_type\""
                                                            },
                                                            {
                                                                "name": "custom_field_078",
                                                                "type": "text",
                                                                "label": "Personalised Grow Page URL"
                                                            },
                                                            {
                                                                "name": "custom_field_080",
                                                                "type": "text",
                                                                "label": "Decision Maker Availability"
                                                            },
                                                            {
                                                                "name": "custom_field_037",
                                                                "type": "text",
                                                                "label": "Company Services",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_046",
                                                                "type": "text",
                                                                "label": "Test"
                                                            },
                                                            {
                                                                "name": "custom_field_073",
                                                                "type": "text",
                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                            },
                                                            {
                                                                "name": "custom_field_027",
                                                                "type": "number",
                                                                "label": "Company Google Rating"
                                                            },
                                                            {
                                                                "name": "custom_field_051",
                                                                "type": "text",
                                                                "label": "AI Research: Company",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_062",
                                                                "type": "text",
                                                                "label": "AI Research: Person",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_079",
                                                                "type": "number",
                                                                "label": "Company Google Review Count"
                                                            },
                                                            {
                                                                "name": "custom_field_058",
                                                                "type": "date",
                                                                "label": "Company Incorporation Date"
                                                            },
                                                            {
                                                                "name": "custom_field_041",
                                                                "type": "text",
                                                                "label": "Job Title"
                                                            },
                                                            {
                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                "type": "text",
                                                                "label": "LinkedIn Personal URL"
                                                            },
                                                            {
                                                                "name": "custom_field_002",
                                                                "type": "text",
                                                                "label": "LinkedIn Company URL"
                                                            },
                                                            {
                                                                "name": "custom_field_045",
                                                                "type": "text",
                                                                "label": "Message",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_055",
                                                                "type": "text",
                                                                "label": "Company type"
                                                            },
                                                            {
                                                                "name": "custom_field_012",
                                                                "type": "text",
                                                                "label": "Company status"
                                                            },
                                                            {
                                                                "name": "custom_field_070",
                                                                "type": "number",
                                                                "label": "Officers Age (in years)"
                                                            },
                                                            {
                                                                "name": "custom_field_016",
                                                                "type": "text",
                                                                "label": "AI Find: Contact Data & Notes",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_086",
                                                                "type": "text",
                                                                "label": "AI Find: Original Backup Contact Data",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_039",
                                                                "type": "text",
                                                                "label": "Priority"
                                                            },
                                                            {
                                                                "name": "custom_field_018",
                                                                "type": "text",
                                                                "label": "Legal Company Name"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Custom Fields"
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "flow": [
                        {
                            "id": 94,
                            "module": "highlevel:getAContact",
                            "version": 1,
                            "parameters": {
                                "__IMTCONN__": 1000003
                            },
                            "mapper": {
                                "contact": "{{14.contact_id}}"
                            },
                            "metadata": {
                                "designer": {
                                    "x": -1112,
                                    "y": 4735
                                },
                                "restore": {
                                    "expect": {
                                        "contact": {
                                            "mode": "edit"
                                        }
                                    },
                                    "parameters": {
                                        "__IMTCONN__": {
                                            "data": {
                                                "scoped": "true",
                                                "connection": "highlevel3"
                                            },
                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                        }
                                    }
                                },
                                "parameters": [
                                    {
                                        "name": "__IMTCONN__",
                                        "type": "account:highlevel,highlevel3",
                                        "label": "Connection",
                                        "required": true
                                    }
                                ],
                                "expect": [
                                    {
                                        "mode": "edit",
                                        "name": "contact",
                                        "type": "select",
                                        "label": "Contact ID",
                                        "required": true
                                    }
                                ],
                                "interface": [
                                    {
                                        "name": "id",
                                        "type": "text",
                                        "label": "Contact ID"
                                    },
                                    {
                                        "name": "locationId",
                                        "type": "text",
                                        "label": "Location ID"
                                    },
                                    {
                                        "name": "dateOfBirth",
                                        "type": "date",
                                        "label": "Date Of Birth"
                                    },
                                    {
                                        "name": "email",
                                        "type": "text",
                                        "label": "Email"
                                    },
                                    {
                                        "name": "birthMonth",
                                        "type": "number",
                                        "label": "Birth Month"
                                    },
                                    {
                                        "name": "firstName",
                                        "type": "text",
                                        "label": "First Name"
                                    },
                                    {
                                        "name": "fullNameLowerCase",
                                        "type": "text",
                                        "label": "Full Name Lower Case"
                                    },
                                    {
                                        "name": "firstNameLowerCase",
                                        "type": "text",
                                        "label": "First Name Lower Case"
                                    },
                                    {
                                        "name": "state",
                                        "type": "text",
                                        "label": "State"
                                    },
                                    {
                                        "name": "timezone",
                                        "type": "text",
                                        "label": "Timezone"
                                    },
                                    {
                                        "name": "country",
                                        "type": "text",
                                        "label": "Country"
                                    },
                                    {
                                        "name": "lastName",
                                        "type": "text",
                                        "label": "Last Name"
                                    },
                                    {
                                        "name": "emailLowerCase",
                                        "type": "text",
                                        "label": "Email Lower Case"
                                    },
                                    {
                                        "name": "postalCode",
                                        "type": "text",
                                        "label": "Postal Code"
                                    },
                                    {
                                        "name": "city",
                                        "type": "text",
                                        "label": "City"
                                    },
                                    {
                                        "name": "lastNameLowerCase",
                                        "type": "text",
                                        "label": "Last Name Lower Case"
                                    },
                                    {
                                        "name": "birthDay",
                                        "type": "number",
                                        "label": "Birth Day"
                                    },
                                    {
                                        "name": "address1",
                                        "type": "text",
                                        "label": "Address 1"
                                    },
                                    {
                                        "name": "companyName",
                                        "type": "text",
                                        "label": "Company Name"
                                    },
                                    {
                                        "name": "website",
                                        "type": "text",
                                        "label": "Website"
                                    },
                                    {
                                        "name": "phone",
                                        "type": "text",
                                        "label": "Phone"
                                    },
                                    {
                                        "name": "dndDate",
                                        "spec": [
                                            {
                                                "name": "_seconds",
                                                "type": "number",
                                                "label": " Seconds"
                                            },
                                            {
                                                "name": "_nanoseconds",
                                                "type": "number",
                                                "label": " Nanoseconds"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Dnd Date"
                                    },
                                    {
                                        "name": "conversations",
                                        "spec": {
                                            "spec": [
                                                {
                                                    "name": "id",
                                                    "type": "text",
                                                    "label": "ID"
                                                }
                                            ],
                                            "type": "collection"
                                        },
                                        "type": "array",
                                        "label": "Conversations"
                                    },
                                    {
                                        "name": "tags",
                                        "spec": {
                                            "type": "text"
                                        },
                                        "type": "array",
                                        "label": "Tags"
                                    },
                                    {
                                        "name": "dateUpdated",
                                        "type": "date",
                                        "label": "Date Updated"
                                    },
                                    {
                                        "name": "source",
                                        "type": "text",
                                        "label": "Source"
                                    },
                                    {
                                        "name": "type",
                                        "type": "text",
                                        "label": "Type"
                                    },
                                    {
                                        "name": "dnd",
                                        "type": "boolean",
                                        "label": "Dnd"
                                    },
                                    {
                                        "name": "dndSettings",
                                        "spec": [
                                            {
                                                "name": "Call",
                                                "spec": [
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection"
                                            },
                                            {
                                                "name": "Email",
                                                "spec": [
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection"
                                            },
                                            {
                                                "name": "SMS",
                                                "spec": [
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection"
                                            },
                                            {
                                                "name": "FB",
                                                "spec": [
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection"
                                            },
                                            {
                                                "name": "GMB",
                                                "spec": [
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection"
                                            },
                                            {
                                                "name": "WhatsApp",
                                                "spec": [
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Dnd Settings"
                                    },
                                    {
                                        "name": "createdBy",
                                        "spec": [
                                            {
                                                "name": "sourceId",
                                                "type": "text",
                                                "label": "Source ID"
                                            },
                                            {
                                                "name": "channel",
                                                "type": "text",
                                                "label": "Channel"
                                            },
                                            {
                                                "name": "source",
                                                "type": "text",
                                                "label": "Source"
                                            },
                                            {
                                                "name": "timestamp",
                                                "type": "date",
                                                "label": "Timestamp"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Created By"
                                    },
                                    {
                                        "name": "dateAdded",
                                        "type": "date",
                                        "label": "Date Added"
                                    },
                                    {
                                        "name": "additionalEmails",
                                        "type": "array",
                                        "label": "Additional Emails"
                                    },
                                    {
                                        "name": "customField",
                                        "spec": [
                                            {
                                                "name": "custom_field_019",
                                                "type": "text",
                                                "label": "AI Call Summary",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_014",
                                                "type": "text",
                                                "label": "What is your company’s annual revenue?"
                                            },
                                            {
                                                "name": "custom_field_026",
                                                "type": "text",
                                                "label": "Instantly: Campaign"
                                            },
                                            {
                                                "name": "custom_field_052",
                                                "type": "text",
                                                "label": "AI Call Transcript",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_060",
                                                "type": "text",
                                                "label": "Company Industry"
                                            },
                                            {
                                                "name": "custom_field_072",
                                                "type": "text",
                                                "label": "Custom Status: Website"
                                            },
                                            {
                                                "name": "custom_field_074",
                                                "type": "text",
                                                "label": "Custom Message: WhatsApp",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_082",
                                                "type": "text",
                                                "label": "Custom Status: Email"
                                            },
                                            {
                                                "name": "custom_field_021",
                                                "type": "text",
                                                "label": "Ownership Status"
                                            },
                                            {
                                                "name": "custom_field_028",
                                                "type": "text",
                                                "label": "Are you open to selling your business in the next 12 months?"
                                            },
                                            {
                                                "name": "custom_field_040",
                                                "type": "text",
                                                "label": "Personalised Business Compliment 1",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_049",
                                                "type": "text",
                                                "label": "Instantly: Latest Status"
                                            },
                                            {
                                                "name": "custom_field_075",
                                                "type": "array",
                                                "label": "Custom Status: WhatsApp"
                                            },
                                            {
                                                "name": "custom_field_077",
                                                "type": "number",
                                                "label": "Company Last Headcount"
                                            },
                                            {
                                                "name": "custom_field_007",
                                                "type": "text",
                                                "label": "Instantly: Email Events"
                                            },
                                            {
                                                "name": "custom_field_009",
                                                "type": "text",
                                                "label": "How many employees does your company currently have (excluding owners)?"
                                            },
                                            {
                                                "name": "custom_field_010",
                                                "type": "text",
                                                "label": "Gatekeeper Name"
                                            },
                                            {
                                                "name": "custom_field_084",
                                                "type": "text",
                                                "label": "Personalised Business Compliment 2",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_020",
                                                "type": "number",
                                                "label": "Company Estimated Turnover"
                                            },
                                            {
                                                "name": "custom_field_017",
                                                "type": "text",
                                                "label": "Personalised Business Compliment 3",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_038",
                                                "type": "text",
                                                "label": "Contact Permission"
                                            },
                                            {
                                                "name": "custom_field_069",
                                                "type": "text",
                                                "label": "Instantly: Lead Status"
                                            },
                                            {
                                                "name": "custom_field_011",
                                                "type": "text",
                                                "label": "AI Personalised Message: Universal",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_044",
                                                "type": "text",
                                                "label": "AI Personalised Message: Email",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_061",
                                                "type": "text",
                                                "label": "AI Personalised Message: WhatsApp",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_005",
                                                "type": "text",
                                                "label": "Google Place ID"
                                            },
                                            {
                                                "name": "custom_field_024",
                                                "type": "text",
                                                "label": "Instantly: Meeting Events"
                                            },
                                            {
                                                "name": "custom_field_063",
                                                "type": "text",
                                                "label": "Decision Maker Name"
                                            },
                                            {
                                                "name": "custom_field_085",
                                                "type": "text",
                                                "label": "AI Personalised Message: SMS",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_029",
                                                "type": "number",
                                                "label": "Company Age (In Years)"
                                            },
                                            {
                                                "name": "custom_field_030",
                                                "type": "text",
                                                "label": "Instantly: Other Lead Events"
                                            },
                                            {
                                                "name": "custom_field_054",
                                                "type": "text",
                                                "label": "What type of customers make up the majority of your revenue?"
                                            },
                                            {
                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                "type": "text",
                                                "label": "Valuation Interest"
                                            },
                                            {
                                                "name": "custom_field_081",
                                                "type": "text",
                                                "label": "Google CID"
                                            },
                                            {
                                                "name": "custom_field_008",
                                                "type": "text",
                                                "label": "Business Size Indicator"
                                            },
                                            {
                                                "name": "custom_field_034",
                                                "type": "text",
                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                            },
                                            {
                                                "name": "custom_field_036",
                                                "type": "text",
                                                "label": "Company Google Plus Code"
                                            },
                                            {
                                                "name": "custom_field_083",
                                                "type": "text",
                                                "label": "Company Age (In years & Months)"
                                            },
                                            {
                                                "name": "custom_field_087",
                                                "type": "text",
                                                "label": "AI Personalised Message: AI Calls",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_035",
                                                "type": "text",
                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                            },
                                            {
                                                "name": "custom_field_057",
                                                "type": "text",
                                                "label": "Contact Details Captured"
                                            },
                                            {
                                                "name": "custom_field_059",
                                                "type": "text",
                                                "label": "Company number"
                                            },
                                            {
                                                "name": "custom_field_013",
                                                "type": "number",
                                                "label": "Company SIC Code"
                                            },
                                            {
                                                "name": "custom_field_023",
                                                "type": "text",
                                                "label": "Personalised Context: AI Calls",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_031",
                                                "type": "text",
                                                "label": "Company Overview",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_033",
                                                "type": "text",
                                                "label": "How long have you been operating the business?"
                                            },
                                            {
                                                "name": "custom_field_050",
                                                "type": "text",
                                                "label": "Contact Details Provided"
                                            },
                                            {
                                                "name": "custom_field_071",
                                                "type": "text",
                                                "label": "Email Type"
                                            },
                                            {
                                                "name": "custom_field_004",
                                                "type": "text",
                                                "label": "Company Financials",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_006",
                                                "type": "text",
                                                "label": "Phone Type"
                                            },
                                            {
                                                "name": "custom_field_015",
                                                "type": "text",
                                                "label": "What would be your ideal outcome if you sold?"
                                            },
                                            {
                                                "name": "custom_field_064",
                                                "type": "text",
                                                "label": "Contact Method Preference"
                                            },
                                            {
                                                "name": "custom_field_066",
                                                "type": "text",
                                                "label": "Personalised Homepage URL"
                                            },
                                            {
                                                "name": "custom_field_053",
                                                "type": "text",
                                                "label": "Google Maps Place URL"
                                            },
                                            {
                                                "name": "custom_field_056",
                                                "type": "text",
                                                "label": "Engagement Interest Level"
                                            },
                                            {
                                                "name": "custom_field_067",
                                                "type": "text",
                                                "label": "Valid Email (Manual)"
                                            },
                                            {
                                                "name": "custom_field_025",
                                                "type": "text",
                                                "label": "Instantly \"event_type\""
                                            },
                                            {
                                                "name": "custom_field_078",
                                                "type": "text",
                                                "label": "Personalised Grow Page URL"
                                            },
                                            {
                                                "name": "custom_field_080",
                                                "type": "text",
                                                "label": "Decision Maker Availability"
                                            },
                                            {
                                                "name": "custom_field_037",
                                                "type": "text",
                                                "label": "Company Services",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_046",
                                                "type": "text",
                                                "label": "Test"
                                            },
                                            {
                                                "name": "custom_field_073",
                                                "type": "text",
                                                "label": "Personalised Universal URL (for WhatsApp)"
                                            },
                                            {
                                                "name": "custom_field_027",
                                                "type": "number",
                                                "label": "Company Google Rating"
                                            },
                                            {
                                                "name": "custom_field_051",
                                                "type": "text",
                                                "label": "AI Research: Company",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_062",
                                                "type": "text",
                                                "label": "AI Research: Person",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_079",
                                                "type": "number",
                                                "label": "Company Google Review Count"
                                            },
                                            {
                                                "name": "custom_field_018",
                                                "type": "text",
                                                "label": "Legal Company Name"
                                            },
                                            {
                                                "name": "custom_field_058",
                                                "type": "date",
                                                "label": "Company Incorporation Date"
                                            },
                                            {
                                                "name": "custom_field_041",
                                                "type": "text",
                                                "label": "Job Title"
                                            },
                                            {
                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                "type": "text",
                                                "label": "LinkedIn Personal URL"
                                            },
                                            {
                                                "name": "custom_field_002",
                                                "type": "text",
                                                "label": "LinkedIn Company URL"
                                            },
                                            {
                                                "name": "custom_field_045",
                                                "type": "text",
                                                "label": "Message",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_055",
                                                "type": "text",
                                                "label": "Company type"
                                            },
                                            {
                                                "name": "custom_field_012",
                                                "type": "text",
                                                "label": "Company status"
                                            },
                                            {
                                                "name": "custom_field_070",
                                                "type": "number",
                                                "label": "Officers Age (in years)"
                                            },
                                            {
                                                "name": "custom_field_016",
                                                "type": "text",
                                                "label": "AI Find: Contact Data & Notes",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_086",
                                                "type": "text",
                                                "label": "AI Find: Original Backup Contact Data",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_039",
                                                "type": "text",
                                                "label": "Priority"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Custom Fields"
                                    }
                                ]
                            }
                        },
                        {
                            "id": 77,
                            "module": "apify-ai-website-crawler:crawler",
                            "version": 1,
                            "parameters": {
                                "__IMTCONN__": 1000004
                            },
                            "filter": {
                                "name": "Website: exist AND Email OR Phone OR LinkedIn Campany URL: Not on CRM or Found",
                                "conditions": [
                                    [
                                        {
                                            "a": "{{94.website}}",
                                            "o": "exist"
                                        },
                                        {
                                            "a": "{{94.email}}",
                                            "o": "notexist"
                                        }
                                    ],
                                    [
                                        {
                                            "a": "{{94.website}}",
                                            "o": "exist"
                                        },
                                        {
                                            "a": "{{94.phone}}",
                                            "o": "notexist"
                                        }
                                    ],
                                    [
                                        {
                                            "a": "{{94.website}}",
                                            "o": "exist"
                                        },
                                        {
                                            "a": "{{94.customField.`custom_field_002`}}",
                                            "o": "notexist"
                                        }
                                    ]
                                ]
                            },
                            "mapper": {
                                "startUrls": [
                                    "{{94.website}}"
                                ],
                                "crawlerType": "playwright:firefox",
                                "useSitemaps": true,
                                "maxCrawlDepth": "1",
                                "maxCrawlPages": "1"
                            },
                            "metadata": {
                                "designer": {
                                    "x": -677,
                                    "y": 4742
                                },
                                "restore": {
                                    "expect": {
                                        "startUrls": {
                                            "mode": "chose",
                                            "items": [
                                                null
                                            ]
                                        },
                                        "crawlerType": {
                                            "mode": "chose",
                                            "label": "Headless browser (Firefox+Playwright) - Reliable, renders JavaScript content, best in avoiding blocking, but might be slow."
                                        },
                                        "useSitemaps": {
                                            "mode": "chose"
                                        }
                                    },
                                    "parameters": {
                                        "__IMTCONN__": {
                                            "data": {
                                                "scoped": "true",
                                                "connection": "apify"
                                            },
                                            "label": "My Apify API Token connection"
                                        }
                                    }
                                },
                                "parameters": [
                                    {
                                        "name": "__IMTCONN__",
                                        "type": "account:apify2,apify",
                                        "label": "Connection",
                                        "required": true
                                    }
                                ],
                                "expect": [
                                    {
                                        "name": "startUrls",
                                        "spec": {
                                            "name": "value",
                                            "type": "text",
                                            "label": "URL"
                                        },
                                        "type": "array",
                                        "label": "Start URLs",
                                        "required": true
                                    },
                                    {
                                        "name": "useSitemaps",
                                        "type": "boolean",
                                        "label": "Consider URLs from Sitemaps",
                                        "required": true
                                    },
                                    {
                                        "name": "crawlerType",
                                        "type": "select",
                                        "label": "Crawler type",
                                        "required": true,
                                        "validate": {
                                            "enum": [
                                                "playwright:adaptive",
                                                "playwright:firefox",
                                                "cheerio"
                                            ]
                                        }
                                    },
                                    {
                                        "name": "maxCrawlDepth",
                                        "type": "uinteger",
                                        "label": "Max crawling depth"
                                    },
                                    {
                                        "name": "maxCrawlPages",
                                        "type": "uinteger",
                                        "label": "Max pages"
                                    }
                                ]
                            },
                            "onerror": [
                                {
                                    "id": 117,
                                    "module": "builtin:Break",
                                    "version": 1,
                                    "parameters": {},
                                    "mapper": {
                                        "count": "14",
                                        "retry": true,
                                        "interval": "720"
                                    },
                                    "metadata": {
                                        "designer": {
                                            "x": -681,
                                            "y": 5062
                                        },
                                        "restore": {
                                            "expect": {
                                                "retry": {
                                                    "mode": "chose"
                                                }
                                            }
                                        },
                                        "expect": [
                                            {
                                                "name": "retry",
                                                "type": "boolean",
                                                "label": "Automatically complete execution",
                                                "required": true
                                            },
                                            {
                                                "name": "count",
                                                "type": "uinteger",
                                                "label": "Number of attempts",
                                                "required": true,
                                                "validate": {
                                                    "max": 10000,
                                                    "min": 1
                                                }
                                            },
                                            {
                                                "name": "interval",
                                                "type": "uinteger",
                                                "label": "Interval between attempts",
                                                "required": true,
                                                "validate": {
                                                    "max": 44640,
                                                    "min": 1
                                                }
                                            }
                                        ]
                                    }
                                }
                            ]
                        },
                        {
                            "id": 82,
                            "module": "openai-gpt-3:CreateCompletion",
                            "version": 1,
                            "parameters": {
                                "__IMTCONN__": 1000001
                            },
                            "mapper": {
                                "model": "gpt-4o",
                                "top_p": "1",
                                "select": "chat",
                                "messages": [
                                    {
                                        "role": "system",
                                        "content": "You are a precision extraction assistant for web-scraped company data.\n\nYou must:\n- Extract and return only the following **one** most relevant field per category:\n  - `email` — prioritize personal or decision-maker emails over generic (e.g., avoid info@, support@ if possible)\n  - `phone` — prioritize mobile numbers over landlines or general office lines\n  - `linkedin_company_url` — only return the company’s LinkedIn page, not individual profiles\n  - `notes` — include contact details but not limited to: emails, phone numbers, social media, or relevant contact info not used above, in plain text format\n\nRules:\n- Accept raw website content, metadata, or crawl results as input.\n- Normalize casing, trim spacing artifacts, and ensure clean, structured field values.\n- Preserve original values without paraphrasing.\n- If a value is not found, return `\"Not found\"` as its value.\n- Return a single JSON object using lowercase snake_case keys.\n- Do not return markdown, HTML, commentary, or extra text.\n- The response must begin with `{` and end with `}`."
                                    },
                                    {
                                        "role": "user",
                                        "content": "{{`77`}}\n\nJSON Example Output:\n{\n  \"email\": \"value\",\n  \"phone\": \"value\",\n  \"linkedin_company_url\": \"value\",\n  \"notes\": \"any extra contact info or useful text\"\n}",
                                        "imageDetail": "auto"
                                    }
                                ],
                                "max_tokens": "16384",
                                "temperature": "1",
                                "n_completions": "1",
                                "response_format": "json_object",
                                "parseJSONResponse": true
                            },
                            "metadata": {
                                "designer": {
                                    "x": -371,
                                    "y": 4748
                                },
                                "restore": {
                                    "expect": {
                                        "stop": {
                                            "mode": "chose"
                                        },
                                        "model": {
                                            "mode": "chose",
                                            "label": "gpt-4o (system)"
                                        },
                                        "select": {
                                            "label": "Create a Chat Completion (GPT and o1 models)"
                                        },
                                        "messages": {
                                            "mode": "chose",
                                            "items": [
                                                {
                                                    "role": {
                                                        "mode": "chose",
                                                        "label": "Developer / System"
                                                    }
                                                },
                                                {
                                                    "role": {
                                                        "mode": "chose",
                                                        "label": "User"
                                                    },
                                                    "imageDetail": {
                                                        "mode": "chose",
                                                        "label": "Auto"
                                                    },
                                                    "imageInputType": {
                                                        "mode": "chose",
                                                        "label": "Empty"
                                                    }
                                                }
                                            ]
                                        },
                                        "logit_bias": {
                                            "mode": "chose"
                                        },
                                        "tool_choice": {
                                            "mode": "chose",
                                            "label": "Empty"
                                        },
                                        "response_format": {
                                            "mode": "chose",
                                            "label": "JSON Object"
                                        },
                                        "parseJSONResponse": {
                                            "mode": "chose"
                                        },
                                        "additionalParameters": {
                                            "mode": "chose"
                                        }
                                    },
                                    "parameters": {
                                        "__IMTCONN__": {
                                            "data": {
                                                "scoped": "true",
                                                "connection": "openai-gpt-3"
                                            },
                                            "label": "My OpenAI connection"
                                        }
                                    }
                                },
                                "parameters": [
                                    {
                                        "name": "__IMTCONN__",
                                        "type": "account:openai-gpt-3",
                                        "label": "Connection",
                                        "required": true
                                    }
                                ],
                                "expect": [
                                    {
                                        "name": "select",
                                        "type": "select",
                                        "label": "Select Method",
                                        "required": true,
                                        "validate": {
                                            "enum": [
                                                "chat",
                                                "prompt"
                                            ]
                                        }
                                    },
                                    {
                                        "name": "temperature",
                                        "type": "number",
                                        "label": "Temperature",
                                        "validate": {
                                            "max": 2,
                                            "min": 0
                                        }
                                    },
                                    {
                                        "name": "top_p",
                                        "type": "number",
                                        "label": "Top P",
                                        "validate": {
                                            "max": 1,
                                            "min": 0
                                        }
                                    },
                                    {
                                        "name": "n_completions",
                                        "type": "number",
                                        "label": "Number"
                                    },
                                    {
                                        "name": "frequency_penalty",
                                        "type": "number",
                                        "label": "Frequency Penalty",
                                        "validate": {
                                            "max": 2,
                                            "min": -2
                                        }
                                    },
                                    {
                                        "name": "presence_penalty",
                                        "type": "number",
                                        "label": "Presence Penalty",
                                        "validate": {
                                            "max": 2,
                                            "min": -2
                                        }
                                    },
                                    {
                                        "name": "logit_bias",
                                        "spec": {
                                            "name": "value",
                                            "spec": [
                                                {
                                                    "name": "token",
                                                    "type": "text",
                                                    "label": "Token ID",
                                                    "required": true
                                                },
                                                {
                                                    "name": "probability",
                                                    "type": "number",
                                                    "label": "Probability",
                                                    "required": true,
                                                    "validate": {
                                                        "max": 100,
                                                        "min": -100
                                                    }
                                                }
                                            ],
                                            "type": "collection",
                                            "label": "Token Probability"
                                        },
                                        "type": "array",
                                        "label": "Token Probability"
                                    },
                                    {
                                        "name": "seed",
                                        "type": "integer",
                                        "label": "Seed"
                                    },
                                    {
                                        "name": "tool_choice",
                                        "type": "select",
                                        "label": "Tool Choice",
                                        "validate": {
                                            "enum": [
                                                "none",
                                                "auto",
                                                "required"
                                            ]
                                        }
                                    },
                                    {
                                        "name": "stop",
                                        "spec": {
                                            "name": "value",
                                            "type": "text",
                                            "label": "Stop Sequence"
                                        },
                                        "type": "array",
                                        "label": "Stop Sequences",
                                        "validate": {
                                            "maxItems": 4
                                        }
                                    },
                                    {
                                        "name": "additionalParameters",
                                        "spec": {
                                            "name": "value",
                                            "spec": [
                                                {
                                                    "name": "key",
                                                    "type": "text",
                                                    "label": "Parameter Name",
                                                    "required": true
                                                },
                                                {
                                                    "name": "type",
                                                    "type": "select",
                                                    "label": "Input Type",
                                                    "options": [
                                                        {
                                                            "label": "Text",
                                                            "value": "text",
                                                            "nested": [
                                                                {
                                                                    "name": "value",
                                                                    "type": "text",
                                                                    "label": "Parameter Value"
                                                                }
                                                            ],
                                                            "default": true
                                                        },
                                                        {
                                                            "label": "Number",
                                                            "value": "number",
                                                            "nested": [
                                                                {
                                                                    "name": "value",
                                                                    "type": "number",
                                                                    "label": "Parameter Value"
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "label": "Boolean",
                                                            "value": "boolean",
                                                            "nested": [
                                                                {
                                                                    "name": "value",
                                                                    "type": "boolean",
                                                                    "label": "Parameter Value"
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "label": "Date",
                                                            "value": "date",
                                                            "nested": [
                                                                {
                                                                    "name": "value",
                                                                    "type": "date",
                                                                    "label": "Parameter Value"
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "label": "Any",
                                                            "value": "any",
                                                            "nested": [
                                                                {
                                                                    "name": "value",
                                                                    "type": "any",
                                                                    "label": "Parameter Value"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ],
                                            "type": "collection",
                                            "label": "Input Parameter"
                                        },
                                        "type": "array",
                                        "label": "Other Input Parameters"
                                    },
                                    {
                                        "name": "model",
                                        "type": "select",
                                        "label": "Model",
                                        "required": true
                                    },
                                    {
                                        "name": "max_tokens",
                                        "type": "uinteger",
                                        "label": "Max Completion Tokens"
                                    },
                                    {
                                        "name": "messages",
                                        "spec": {
                                            "name": "value",
                                            "spec": [
                                                {
                                                    "name": "role",
                                                    "type": "select",
                                                    "label": "Role",
                                                    "options": {
                                                        "store": [
                                                            {
                                                                "label": "User",
                                                                "value": "user",
                                                                "nested": [
                                                                    {
                                                                        "help": "Text content of the message on behalf of the selected __Role__.",
                                                                        "name": "content",
                                                                        "type": "text",
                                                                        "label": "Text Content"
                                                                    },
                                                                    {
                                                                        "name": "imageInputType",
                                                                        "type": "select",
                                                                        "label": "Image Input Type",
                                                                        "options": [
                                                                            {
                                                                                "label": "URL",
                                                                                "value": "url",
                                                                                "nested": [
                                                                                    {
                                                                                        "help": "Make sure to use a publicly accessible URL.\nYou can test if your image is publicly accessible by opening the link in an incognito tab.",
                                                                                        "name": "imageUrl",
                                                                                        "type": "url",
                                                                                        "label": "Image URL"
                                                                                    }
                                                                                ]
                                                                            },
                                                                            {
                                                                                "label": "Image File",
                                                                                "value": "file",
                                                                                "nested": [
                                                                                    {
                                                                                        "name": "imageFile",
                                                                                        "spec": [
                                                                                            {
                                                                                                "help": "Accepted extensions: `.jpg`, `.jpeg`, `.png`, `.webp` and `.gif`.",
                                                                                                "name": "imageFilename",
                                                                                                "type": "filename",
                                                                                                "label": "Image Filename",
                                                                                                "semantic": "file:name",
                                                                                                "extension": [
                                                                                                    "jpg",
                                                                                                    "jpeg",
                                                                                                    "png",
                                                                                                    "webp",
                                                                                                    "gif"
                                                                                                ]
                                                                                            },
                                                                                            {
                                                                                                "name": "imageData",
                                                                                                "type": "buffer",
                                                                                                "label": "Image Data",
                                                                                                "semantic": "file:data"
                                                                                            }
                                                                                        ],
                                                                                        "type": "collection",
                                                                                        "label": "Image"
                                                                                    }
                                                                                ]
                                                                            }
                                                                        ],
                                                                        "mappable": false
                                                                    },
                                                                    {
                                                                        "help": "Recommended value: `Auto`",
                                                                        "name": "imageDetail",
                                                                        "type": "select",
                                                                        "label": "Image Detail",
                                                                        "options": [
                                                                            {
                                                                                "label": "Auto",
                                                                                "value": "auto",
                                                                                "default": true
                                                                            },
                                                                            {
                                                                                "label": "High",
                                                                                "value": "high"
                                                                            },
                                                                            {
                                                                                "label": "Low",
                                                                                "value": "low"
                                                                            }
                                                                        ]
                                                                    }
                                                                ]
                                                            },
                                                            {
                                                                "label": "Assistant",
                                                                "value": "assistant",
                                                                "nested": [
                                                                    {
                                                                        "help": "Text content of the message on behalf of the selected __Role__.",
                                                                        "name": "content",
                                                                        "type": "text",
                                                                        "label": "Text Content"
                                                                    },
                                                                    {
                                                                        "mode": "edit",
                                                                        "name": "tool_calls",
                                                                        "spec": {
                                                                            "spec": [
                                                                                {
                                                                                    "name": "type",
                                                                                    "type": "hidden",
                                                                                    "default": "function"
                                                                                },
                                                                                {
                                                                                    "help": "Map this directly from the output of a previous **Create a Completion** module. Look for `Choices[]: Message.Tool Calls[]: ID`.",
                                                                                    "name": "id",
                                                                                    "type": "text",
                                                                                    "label": "Tool call ID"
                                                                                },
                                                                                {
                                                                                    "name": "function",
                                                                                    "spec": [
                                                                                        {
                                                                                            "help": "The name of the function previously called.",
                                                                                            "name": "name",
                                                                                            "type": "text",
                                                                                            "label": "Name",
                                                                                            "required": true
                                                                                        },
                                                                                        {
                                                                                            "help": "The arguments previously output by the AI.",
                                                                                            "name": "arguments",
                                                                                            "type": "text",
                                                                                            "label": "Arguments",
                                                                                            "required": true
                                                                                        }
                                                                                    ],
                                                                                    "type": "collection",
                                                                                    "label": "Function"
                                                                                }
                                                                            ],
                                                                            "type": "collection",
                                                                            "label": "Tool Call"
                                                                        },
                                                                        "type": "array",
                                                                        "label": "Tool Calls",
                                                                        "labels": {
                                                                            "add": "Add tool call"
                                                                        },
                                                                        "mappable": {
                                                                            "help": "You can map the entire `Choices[]: Message.Tool Calls` array from a previous Create a Completion module here."
                                                                        }
                                                                    }
                                                                ]
                                                            },
                                                            {
                                                                "label": "Developer / System",
                                                                "value": "system",
                                                                "nested": [
                                                                    {
                                                                        "help": "Text content of the message on behalf of the selected __Role__.",
                                                                        "name": "content",
                                                                        "type": "text",
                                                                        "label": "Text Content"
                                                                    }
                                                                ]
                                                            },
                                                            {
                                                                "label": "Tool",
                                                                "value": "tool",
                                                                "nested": [
                                                                    {
                                                                        "help": "The return of the function. This role should only be used when you have processed a previous function call and want to send the output of the function execution back to the AI.",
                                                                        "name": "content",
                                                                        "type": "text",
                                                                        "label": "Text Content",
                                                                        "required": true
                                                                    },
                                                                    {
                                                                        "help": "Map this directly from the output of a previous **Create a Completion** module. Look for `Choices[]: Message.Tool Calls[]: ID`.",
                                                                        "name": "tool_call_id",
                                                                        "type": "text",
                                                                        "label": "Tool Call ID.",
                                                                        "required": true
                                                                    }
                                                                ]
                                                            }
                                                        ]
                                                    },
                                                    "required": true
                                                }
                                            ],
                                            "type": "collection",
                                            "label": "Message"
                                        },
                                        "type": "array",
                                        "label": "Messages",
                                        "required": true
                                    },
                                    {
                                        "name": "response_format",
                                        "type": "select",
                                        "label": "Response Format",
                                        "validate": {
                                            "enum": [
                                                "text",
                                                "json_object"
                                            ]
                                        }
                                    },
                                    {
                                        "name": "prediction",
                                        "type": "text",
                                        "label": "Predicted Outputs"
                                    },
                                    {
                                        "name": "parseJSONResponse",
                                        "type": "boolean",
                                        "label": "Parse JSON Response",
                                        "required": true
                                    }
                                ],
                                "interface": [
                                    {
                                        "name": "result",
                                        "type": "any",
                                        "label": "Result"
                                    },
                                    {
                                        "name": "id",
                                        "type": "text",
                                        "label": "ID"
                                    },
                                    {
                                        "name": "object",
                                        "type": "text",
                                        "label": "Object"
                                    },
                                    {
                                        "name": "created",
                                        "type": "date",
                                        "label": "Created"
                                    },
                                    {
                                        "name": "model",
                                        "type": "text",
                                        "label": "Model"
                                    },
                                    {
                                        "name": "choices",
                                        "spec": [
                                            {
                                                "name": "text",
                                                "type": "text",
                                                "label": "Text"
                                            },
                                            {
                                                "name": "index",
                                                "type": "number",
                                                "label": "Index"
                                            },
                                            {
                                                "name": "logprobs",
                                                "type": "text",
                                                "label": "Log Probs"
                                            },
                                            {
                                                "name": "finish_reason",
                                                "type": "text",
                                                "label": "Finish Reason"
                                            },
                                            {
                                                "name": "message",
                                                "spec": [
                                                    {
                                                        "name": "role",
                                                        "type": "text",
                                                        "label": "Role"
                                                    },
                                                    {
                                                        "name": "content",
                                                        "type": "text",
                                                        "label": "Content"
                                                    },
                                                    {
                                                        "name": "tool_calls",
                                                        "spec": [
                                                            {
                                                                "name": "id",
                                                                "type": "text",
                                                                "label": "ID"
                                                            },
                                                            {
                                                                "name": "type",
                                                                "type": "text",
                                                                "label": "Type"
                                                            },
                                                            {
                                                                "name": "function",
                                                                "spec": [
                                                                    {
                                                                        "name": "name",
                                                                        "type": "text",
                                                                        "label": "Name"
                                                                    },
                                                                    {
                                                                        "name": "arguments",
                                                                        "type": "text",
                                                                        "label": "Arguments"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Function"
                                                            }
                                                        ],
                                                        "type": "array",
                                                        "label": "Tool Calls"
                                                    },
                                                    {
                                                        "name": "refusal",
                                                        "type": "text",
                                                        "label": "Refusal"
                                                    },
                                                    {
                                                        "name": "annotations",
                                                        "spec": [
                                                            {
                                                                "name": "type",
                                                                "type": "text",
                                                                "label": "Type"
                                                            },
                                                            {
                                                                "name": "url_citation",
                                                                "spec": [
                                                                    {
                                                                        "name": "end_index",
                                                                        "type": "number",
                                                                        "label": "End Index"
                                                                    },
                                                                    {
                                                                        "name": "start_index",
                                                                        "type": "number",
                                                                        "label": "Start Index"
                                                                    },
                                                                    {
                                                                        "name": "title",
                                                                        "type": "text",
                                                                        "label": "Title"
                                                                    },
                                                                    {
                                                                        "name": "url",
                                                                        "type": "text",
                                                                        "label": "URL"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "URL Citation"
                                                            }
                                                        ],
                                                        "type": "array",
                                                        "label": "Annotations"
                                                    }
                                                ],
                                                "type": "collection",
                                                "label": "Message"
                                            }
                                        ],
                                        "type": "array",
                                        "label": "Choices"
                                    },
                                    {
                                        "name": "usage",
                                        "spec": [
                                            {
                                                "name": "prompt_tokens",
                                                "type": "number",
                                                "label": "Prompt Tokens"
                                            },
                                            {
                                                "name": "completion_tokens",
                                                "type": "text",
                                                "label": "Completion Tokens"
                                            },
                                            {
                                                "name": "total_tokens",
                                                "type": "number",
                                                "label": "Total Tokens"
                                            },
                                            {
                                                "name": "prompt_tokens_details",
                                                "spec": [
                                                    {
                                                        "name": "cached_tokens",
                                                        "type": "uinteger",
                                                        "label": "Cached Tokens"
                                                    },
                                                    {
                                                        "name": "text_tokens",
                                                        "type": "uinteger",
                                                        "label": "Text Tokens"
                                                    },
                                                    {
                                                        "name": "image_tokens",
                                                        "type": "uinteger",
                                                        "label": "Image Tokens"
                                                    },
                                                    {
                                                        "name": "audio_tokens",
                                                        "type": "uinteger",
                                                        "label": "Audio Tokens"
                                                    }
                                                ],
                                                "type": "collection",
                                                "label": "Prompt Tokens Details"
                                            },
                                            {
                                                "name": "completion_tokens_details",
                                                "spec": [
                                                    {
                                                        "name": "reasoning_tokens",
                                                        "type": "uinteger",
                                                        "label": "Reasoning Tokens"
                                                    },
                                                    {
                                                        "name": "text_tokens",
                                                        "type": "uinteger",
                                                        "label": "Text Tokens"
                                                    },
                                                    {
                                                        "name": "audio_tokens",
                                                        "type": "uinteger",
                                                        "label": "Audio Tokens"
                                                    },
                                                    {
                                                        "name": "accepted_prediction_tokens",
                                                        "type": "uinteger",
                                                        "label": "Accepted Prediction Tokens"
                                                    },
                                                    {
                                                        "name": "rejected_prediction_tokens",
                                                        "type": "uinteger",
                                                        "label": "Rejected Prediction Tokens"
                                                    }
                                                ],
                                                "type": "collection",
                                                "label": "Completion Tokens Details"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Usage"
                                    },
                                    {
                                        "name": "service_tier",
                                        "type": "text",
                                        "label": "Service Tier"
                                    },
                                    {
                                        "name": "system_fingerprint",
                                        "type": "text",
                                        "label": "System Fingerprint"
                                    }
                                ],
                                "advanced": true
                            },
                            "onerror": [
                                {
                                    "id": 146,
                                    "module": "builtin:Break",
                                    "version": 1,
                                    "parameters": {},
                                    "mapper": {
                                        "count": "14",
                                        "retry": true,
                                        "interval": "720"
                                    },
                                    "metadata": {
                                        "designer": {
                                            "x": -375,
                                            "y": 5062
                                        },
                                        "restore": {
                                            "expect": {
                                                "retry": {
                                                    "mode": "chose"
                                                }
                                            }
                                        },
                                        "expect": [
                                            {
                                                "name": "retry",
                                                "type": "boolean",
                                                "label": "Automatically complete execution",
                                                "required": true
                                            },
                                            {
                                                "name": "count",
                                                "type": "uinteger",
                                                "label": "Number of attempts",
                                                "required": true,
                                                "validate": {
                                                    "max": 10000,
                                                    "min": 1
                                                }
                                            },
                                            {
                                                "name": "interval",
                                                "type": "uinteger",
                                                "label": "Interval between attempts",
                                                "required": true,
                                                "validate": {
                                                    "max": 44640,
                                                    "min": 1
                                                }
                                            }
                                        ]
                                    }
                                }
                            ]
                        },
                        {
                            "id": 83,
                            "module": "json:ParseJSON",
                            "version": 1,
                            "parameters": {
                                "type": 346246
                            },
                            "mapper": {
                                "json": "{{82.choices[].message.content}}"
                            },
                            "metadata": {
                                "designer": {
                                    "x": -77,
                                    "y": 4742
                                },
                                "restore": {
                                    "parameters": {
                                        "type": {
                                            "label": "Website Crawl JSON"
                                        }
                                    }
                                },
                                "parameters": [
                                    {
                                        "name": "type",
                                        "type": "udt",
                                        "label": "Data structure"
                                    }
                                ],
                                "expect": [
                                    {
                                        "name": "json",
                                        "type": "text",
                                        "label": "JSON string",
                                        "required": true
                                    }
                                ],
                                "interface": [
                                    {
                                        "help": "",
                                        "name": "email",
                                        "type": "text",
                                        "label": null,
                                        "default": null,
                                        "required": false,
                                        "multiline": false
                                    },
                                    {
                                        "help": "",
                                        "name": "phone",
                                        "type": "text",
                                        "label": null,
                                        "default": null,
                                        "required": false,
                                        "multiline": false
                                    },
                                    {
                                        "help": "",
                                        "name": "linkedinCompanyUrl",
                                        "type": "text",
                                        "label": null,
                                        "default": null,
                                        "required": false,
                                        "multiline": false
                                    },
                                    {
                                        "help": "",
                                        "name": "notes",
                                        "type": "text",
                                        "label": null,
                                        "default": null,
                                        "required": false,
                                        "multiline": false
                                    }
                                ]
                            }
                        },
                        {
                            "id": 86,
                            "module": "builtin:BasicRouter",
                            "version": 1,
                            "mapper": null,
                            "metadata": {
                                "designer": {
                                    "x": 223,
                                    "y": 4742
                                }
                            },
                            "routes": [
                                {
                                    "flow": [
                                        {
                                            "id": 97,
                                            "module": "highlevel:addNotetoContact",
                                            "version": 1,
                                            "parameters": {
                                                "__IMTCONN__": 1000003
                                            },
                                            "filter": {
                                                "name": "Notes: exists",
                                                "conditions": [
                                                    [
                                                        {
                                                            "a": "{{83.notes}}",
                                                            "o": "exist"
                                                        }
                                                    ]
                                                ]
                                            },
                                            "mapper": {
                                                "body": "Contact information or useful data found on the website ({{94.website}}): {{83.notes}}",
                                                "contactId": "{{14.contact_id}}"
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": 690,
                                                    "y": 4303
                                                },
                                                "restore": {
                                                    "expect": {
                                                        "userId": {
                                                            "mode": "chose",
                                                            "label": "Empty"
                                                        },
                                                        "contactId": {
                                                            "mode": "edit"
                                                        }
                                                    },
                                                    "parameters": {
                                                        "__IMTCONN__": {
                                                            "data": {
                                                                "scoped": "true",
                                                                "connection": "highlevel3"
                                                            },
                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                        }
                                                    }
                                                },
                                                "parameters": [
                                                    {
                                                        "name": "__IMTCONN__",
                                                        "type": "account:highlevel,highlevel3",
                                                        "label": "Connection",
                                                        "required": true
                                                    }
                                                ],
                                                "expect": [
                                                    {
                                                        "name": "contactId",
                                                        "type": "select",
                                                        "label": "Contact ID",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "body",
                                                        "type": "text",
                                                        "label": "Body",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "userId",
                                                        "type": "select",
                                                        "label": "User ID"
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                {
                                    "flow": [
                                        {
                                            "id": 104,
                                            "module": "highlevel:getAContact",
                                            "version": 1,
                                            "parameters": {
                                                "__IMTCONN__": 1000003
                                            },
                                            "mapper": {
                                                "contact": "{{14.contact_id}}"
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": 682,
                                                    "y": 4608
                                                },
                                                "restore": {
                                                    "expect": {
                                                        "contact": {
                                                            "mode": "edit"
                                                        }
                                                    },
                                                    "parameters": {
                                                        "__IMTCONN__": {
                                                            "data": {
                                                                "scoped": "true",
                                                                "connection": "highlevel3"
                                                            },
                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                        }
                                                    }
                                                },
                                                "parameters": [
                                                    {
                                                        "name": "__IMTCONN__",
                                                        "type": "account:highlevel,highlevel3",
                                                        "label": "Connection",
                                                        "required": true
                                                    }
                                                ],
                                                "expect": [
                                                    {
                                                        "mode": "edit",
                                                        "name": "contact",
                                                        "type": "select",
                                                        "label": "Contact ID",
                                                        "required": true
                                                    }
                                                ],
                                                "interface": [
                                                    {
                                                        "name": "id",
                                                        "type": "text",
                                                        "label": "Contact ID"
                                                    },
                                                    {
                                                        "name": "locationId",
                                                        "type": "text",
                                                        "label": "Location ID"
                                                    },
                                                    {
                                                        "name": "dateOfBirth",
                                                        "type": "date",
                                                        "label": "Date Of Birth"
                                                    },
                                                    {
                                                        "name": "email",
                                                        "type": "text",
                                                        "label": "Email"
                                                    },
                                                    {
                                                        "name": "birthMonth",
                                                        "type": "number",
                                                        "label": "Birth Month"
                                                    },
                                                    {
                                                        "name": "firstName",
                                                        "type": "text",
                                                        "label": "First Name"
                                                    },
                                                    {
                                                        "name": "fullNameLowerCase",
                                                        "type": "text",
                                                        "label": "Full Name Lower Case"
                                                    },
                                                    {
                                                        "name": "firstNameLowerCase",
                                                        "type": "text",
                                                        "label": "First Name Lower Case"
                                                    },
                                                    {
                                                        "name": "state",
                                                        "type": "text",
                                                        "label": "State"
                                                    },
                                                    {
                                                        "name": "timezone",
                                                        "type": "text",
                                                        "label": "Timezone"
                                                    },
                                                    {
                                                        "name": "country",
                                                        "type": "text",
                                                        "label": "Country"
                                                    },
                                                    {
                                                        "name": "lastName",
                                                        "type": "text",
                                                        "label": "Last Name"
                                                    },
                                                    {
                                                        "name": "emailLowerCase",
                                                        "type": "text",
                                                        "label": "Email Lower Case"
                                                    },
                                                    {
                                                        "name": "postalCode",
                                                        "type": "text",
                                                        "label": "Postal Code"
                                                    },
                                                    {
                                                        "name": "city",
                                                        "type": "text",
                                                        "label": "City"
                                                    },
                                                    {
                                                        "name": "lastNameLowerCase",
                                                        "type": "text",
                                                        "label": "Last Name Lower Case"
                                                    },
                                                    {
                                                        "name": "birthDay",
                                                        "type": "number",
                                                        "label": "Birth Day"
                                                    },
                                                    {
                                                        "name": "address1",
                                                        "type": "text",
                                                        "label": "Address 1"
                                                    },
                                                    {
                                                        "name": "companyName",
                                                        "type": "text",
                                                        "label": "Company Name"
                                                    },
                                                    {
                                                        "name": "website",
                                                        "type": "text",
                                                        "label": "Website"
                                                    },
                                                    {
                                                        "name": "phone",
                                                        "type": "text",
                                                        "label": "Phone"
                                                    },
                                                    {
                                                        "name": "dndDate",
                                                        "spec": [
                                                            {
                                                                "name": "_seconds",
                                                                "type": "number",
                                                                "label": " Seconds"
                                                            },
                                                            {
                                                                "name": "_nanoseconds",
                                                                "type": "number",
                                                                "label": " Nanoseconds"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Dnd Date"
                                                    },
                                                    {
                                                        "name": "conversations",
                                                        "spec": {
                                                            "spec": [
                                                                {
                                                                    "name": "id",
                                                                    "type": "text",
                                                                    "label": "ID"
                                                                }
                                                            ],
                                                            "type": "collection"
                                                        },
                                                        "type": "array",
                                                        "label": "Conversations"
                                                    },
                                                    {
                                                        "name": "tags",
                                                        "spec": {
                                                            "type": "text"
                                                        },
                                                        "type": "array",
                                                        "label": "Tags"
                                                    },
                                                    {
                                                        "name": "dateUpdated",
                                                        "type": "date",
                                                        "label": "Date Updated"
                                                    },
                                                    {
                                                        "name": "source",
                                                        "type": "text",
                                                        "label": "Source"
                                                    },
                                                    {
                                                        "name": "type",
                                                        "type": "text",
                                                        "label": "Type"
                                                    },
                                                    {
                                                        "name": "dnd",
                                                        "type": "boolean",
                                                        "label": "Dnd"
                                                    },
                                                    {
                                                        "name": "dndSettings",
                                                        "spec": [
                                                            {
                                                                "name": "Call",
                                                                "spec": [
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection"
                                                            },
                                                            {
                                                                "name": "Email",
                                                                "spec": [
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection"
                                                            },
                                                            {
                                                                "name": "SMS",
                                                                "spec": [
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection"
                                                            },
                                                            {
                                                                "name": "FB",
                                                                "spec": [
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection"
                                                            },
                                                            {
                                                                "name": "GMB",
                                                                "spec": [
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection"
                                                            },
                                                            {
                                                                "name": "WhatsApp",
                                                                "spec": [
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Dnd Settings"
                                                    },
                                                    {
                                                        "name": "createdBy",
                                                        "spec": [
                                                            {
                                                                "name": "sourceId",
                                                                "type": "text",
                                                                "label": "Source ID"
                                                            },
                                                            {
                                                                "name": "channel",
                                                                "type": "text",
                                                                "label": "Channel"
                                                            },
                                                            {
                                                                "name": "source",
                                                                "type": "text",
                                                                "label": "Source"
                                                            },
                                                            {
                                                                "name": "timestamp",
                                                                "type": "date",
                                                                "label": "Timestamp"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Created By"
                                                    },
                                                    {
                                                        "name": "dateAdded",
                                                        "type": "date",
                                                        "label": "Date Added"
                                                    },
                                                    {
                                                        "name": "additionalEmails",
                                                        "type": "array",
                                                        "label": "Additional Emails"
                                                    },
                                                    {
                                                        "name": "customField",
                                                        "spec": [
                                                            {
                                                                "name": "custom_field_019",
                                                                "type": "text",
                                                                "label": "AI Call Summary",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_014",
                                                                "type": "text",
                                                                "label": "What is your company’s annual revenue?"
                                                            },
                                                            {
                                                                "name": "custom_field_026",
                                                                "type": "text",
                                                                "label": "Instantly: Campaign"
                                                            },
                                                            {
                                                                "name": "custom_field_052",
                                                                "type": "text",
                                                                "label": "AI Call Transcript",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_060",
                                                                "type": "text",
                                                                "label": "Company Industry"
                                                            },
                                                            {
                                                                "name": "custom_field_072",
                                                                "type": "text",
                                                                "label": "Custom Status: Website"
                                                            },
                                                            {
                                                                "name": "custom_field_074",
                                                                "type": "text",
                                                                "label": "Custom Message: WhatsApp",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_082",
                                                                "type": "text",
                                                                "label": "Custom Status: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_021",
                                                                "type": "text",
                                                                "label": "Ownership Status"
                                                            },
                                                            {
                                                                "name": "custom_field_028",
                                                                "type": "text",
                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                            },
                                                            {
                                                                "name": "custom_field_040",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 1",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_049",
                                                                "type": "text",
                                                                "label": "Instantly: Latest Status"
                                                            },
                                                            {
                                                                "name": "custom_field_075",
                                                                "type": "array",
                                                                "label": "Custom Status: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_077",
                                                                "type": "number",
                                                                "label": "Company Last Headcount"
                                                            },
                                                            {
                                                                "name": "custom_field_007",
                                                                "type": "text",
                                                                "label": "Instantly: Email Events"
                                                            },
                                                            {
                                                                "name": "custom_field_009",
                                                                "type": "text",
                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                            },
                                                            {
                                                                "name": "custom_field_010",
                                                                "type": "text",
                                                                "label": "Gatekeeper Name"
                                                            },
                                                            {
                                                                "name": "custom_field_084",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 2",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_020",
                                                                "type": "number",
                                                                "label": "Company Estimated Turnover"
                                                            },
                                                            {
                                                                "name": "custom_field_017",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 3",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_038",
                                                                "type": "text",
                                                                "label": "Contact Permission"
                                                            },
                                                            {
                                                                "name": "custom_field_069",
                                                                "type": "text",
                                                                "label": "Instantly: Lead Status"
                                                            },
                                                            {
                                                                "name": "custom_field_011",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Universal",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_044",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Email",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_061",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: WhatsApp",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_005",
                                                                "type": "text",
                                                                "label": "Google Place ID"
                                                            },
                                                            {
                                                                "name": "custom_field_024",
                                                                "type": "text",
                                                                "label": "Instantly: Meeting Events"
                                                            },
                                                            {
                                                                "name": "custom_field_063",
                                                                "type": "text",
                                                                "label": "Decision Maker Name"
                                                            },
                                                            {
                                                                "name": "custom_field_085",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: SMS",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_029",
                                                                "type": "number",
                                                                "label": "Company Age (In Years)"
                                                            },
                                                            {
                                                                "name": "custom_field_030",
                                                                "type": "text",
                                                                "label": "Instantly: Other Lead Events"
                                                            },
                                                            {
                                                                "name": "custom_field_054",
                                                                "type": "text",
                                                                "label": "What type of customers make up the majority of your revenue?"
                                                            },
                                                            {
                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                "type": "text",
                                                                "label": "Valuation Interest"
                                                            },
                                                            {
                                                                "name": "custom_field_081",
                                                                "type": "text",
                                                                "label": "Google CID"
                                                            },
                                                            {
                                                                "name": "custom_field_008",
                                                                "type": "text",
                                                                "label": "Business Size Indicator"
                                                            },
                                                            {
                                                                "name": "custom_field_034",
                                                                "type": "text",
                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                            },
                                                            {
                                                                "name": "custom_field_036",
                                                                "type": "text",
                                                                "label": "Company Google Plus Code"
                                                            },
                                                            {
                                                                "name": "custom_field_083",
                                                                "type": "text",
                                                                "label": "Company Age (In years & Months)"
                                                            },
                                                            {
                                                                "name": "custom_field_087",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: AI Calls",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_035",
                                                                "type": "text",
                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                            },
                                                            {
                                                                "name": "custom_field_057",
                                                                "type": "text",
                                                                "label": "Contact Details Captured"
                                                            },
                                                            {
                                                                "name": "custom_field_059",
                                                                "type": "text",
                                                                "label": "Company number"
                                                            },
                                                            {
                                                                "name": "custom_field_013",
                                                                "type": "number",
                                                                "label": "Company SIC Code"
                                                            },
                                                            {
                                                                "name": "custom_field_023",
                                                                "type": "text",
                                                                "label": "Personalised Context: AI Calls",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_031",
                                                                "type": "text",
                                                                "label": "Company Overview",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_033",
                                                                "type": "text",
                                                                "label": "How long have you been operating the business?"
                                                            },
                                                            {
                                                                "name": "custom_field_050",
                                                                "type": "text",
                                                                "label": "Contact Details Provided"
                                                            },
                                                            {
                                                                "name": "custom_field_071",
                                                                "type": "text",
                                                                "label": "Email Type"
                                                            },
                                                            {
                                                                "name": "custom_field_004",
                                                                "type": "text",
                                                                "label": "Company Financials",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_006",
                                                                "type": "text",
                                                                "label": "Phone Type"
                                                            },
                                                            {
                                                                "name": "custom_field_015",
                                                                "type": "text",
                                                                "label": "What would be your ideal outcome if you sold?"
                                                            },
                                                            {
                                                                "name": "custom_field_064",
                                                                "type": "text",
                                                                "label": "Contact Method Preference"
                                                            },
                                                            {
                                                                "name": "custom_field_066",
                                                                "type": "text",
                                                                "label": "Personalised Homepage URL"
                                                            },
                                                            {
                                                                "name": "custom_field_053",
                                                                "type": "text",
                                                                "label": "Google Maps Place URL"
                                                            },
                                                            {
                                                                "name": "custom_field_056",
                                                                "type": "text",
                                                                "label": "Engagement Interest Level"
                                                            },
                                                            {
                                                                "name": "custom_field_067",
                                                                "type": "text",
                                                                "label": "Valid Email (Manual)"
                                                            },
                                                            {
                                                                "name": "custom_field_025",
                                                                "type": "text",
                                                                "label": "Instantly \"event_type\""
                                                            },
                                                            {
                                                                "name": "custom_field_078",
                                                                "type": "text",
                                                                "label": "Personalised Grow Page URL"
                                                            },
                                                            {
                                                                "name": "custom_field_080",
                                                                "type": "text",
                                                                "label": "Decision Maker Availability"
                                                            },
                                                            {
                                                                "name": "custom_field_037",
                                                                "type": "text",
                                                                "label": "Company Services",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_046",
                                                                "type": "text",
                                                                "label": "Test"
                                                            },
                                                            {
                                                                "name": "custom_field_073",
                                                                "type": "text",
                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                            },
                                                            {
                                                                "name": "custom_field_027",
                                                                "type": "number",
                                                                "label": "Company Google Rating"
                                                            },
                                                            {
                                                                "name": "custom_field_051",
                                                                "type": "text",
                                                                "label": "AI Research: Company",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_062",
                                                                "type": "text",
                                                                "label": "AI Research: Person",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_079",
                                                                "type": "number",
                                                                "label": "Company Google Review Count"
                                                            },
                                                            {
                                                                "name": "custom_field_018",
                                                                "type": "text",
                                                                "label": "Legal Company Name"
                                                            },
                                                            {
                                                                "name": "custom_field_058",
                                                                "type": "date",
                                                                "label": "Company Incorporation Date"
                                                            },
                                                            {
                                                                "name": "custom_field_041",
                                                                "type": "text",
                                                                "label": "Job Title"
                                                            },
                                                            {
                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                "type": "text",
                                                                "label": "LinkedIn Personal URL"
                                                            },
                                                            {
                                                                "name": "custom_field_002",
                                                                "type": "text",
                                                                "label": "LinkedIn Company URL"
                                                            },
                                                            {
                                                                "name": "custom_field_045",
                                                                "type": "text",
                                                                "label": "Message",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_055",
                                                                "type": "text",
                                                                "label": "Company type"
                                                            },
                                                            {
                                                                "name": "custom_field_012",
                                                                "type": "text",
                                                                "label": "Company status"
                                                            },
                                                            {
                                                                "name": "custom_field_070",
                                                                "type": "number",
                                                                "label": "Officers Age (in years)"
                                                            },
                                                            {
                                                                "name": "custom_field_016",
                                                                "type": "text",
                                                                "label": "AI Find: Contact Data & Notes",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_086",
                                                                "type": "text",
                                                                "label": "AI Find: Original Backup Contact Data",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_039",
                                                                "type": "text",
                                                                "label": "Priority"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Custom Fields"
                                                    }
                                                ]
                                            }
                                        },
                                        {
                                            "id": 84,
                                            "module": "highlevel:updateAContact",
                                            "version": 1,
                                            "parameters": {
                                                "__IMTCONN__": 1000003
                                            },
                                            "filter": {
                                                "name": "Email: found and empty on CRM",
                                                "conditions": [
                                                    [
                                                        {
                                                            "a": "{{83.email}}",
                                                            "b": "Not found",
                                                            "o": "text:notcontain:ci"
                                                        },
                                                        {
                                                            "a": "{{104.email}}",
                                                            "o": "notexist"
                                                        }
                                                    ]
                                                ]
                                            },
                                            "mapper": {
                                                "email": "{{83.email}}",
                                                "address": {},
                                                "contact": "{{14.contact_id}}",
                                                "customField": {}
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": 1280,
                                                    "y": 4616
                                                },
                                                "restore": {
                                                    "expect": {
                                                        "dnd": {
                                                            "mode": "chose"
                                                        },
                                                        "tags": {
                                                            "mode": "chose"
                                                        },
                                                        "address": {
                                                            "nested": {
                                                                "country": {
                                                                    "mode": "chose"
                                                                }
                                                            }
                                                        },
                                                        "contact": {
                                                            "mode": "edit"
                                                        },
                                                        "timezone": {
                                                            "mode": "chose",
                                                            "label": "Empty"
                                                        },
                                                        "customField": {
                                                            "nested": {
                                                                "custom_field_006": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_007": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_009": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_012": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_014": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_015": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_024": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_026": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_028": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_030": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_033": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_034": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_035": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_039": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_049": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_054": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_055": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_060": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_067": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_069": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_071": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_072": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_075": {
                                                                    "mode": "chose"
                                                                },
                                                                "custom_field_082": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "parameters": {
                                                        "__IMTCONN__": {
                                                            "data": {
                                                                "scoped": "true",
                                                                "connection": "highlevel3"
                                                            },
                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                        }
                                                    }
                                                },
                                                "parameters": [
                                                    {
                                                        "name": "__IMTCONN__",
                                                        "type": "account:highlevel,highlevel3",
                                                        "label": "Connection",
                                                        "required": true
                                                    }
                                                ],
                                                "expect": [
                                                    {
                                                        "mode": "edit",
                                                        "name": "contact",
                                                        "type": "select",
                                                        "label": "Contact ID",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "firstName",
                                                        "type": "text",
                                                        "label": "First Name"
                                                    },
                                                    {
                                                        "name": "lastName",
                                                        "type": "text",
                                                        "label": "Last Name"
                                                    },
                                                    {
                                                        "name": "email",
                                                        "type": "email",
                                                        "label": "Email"
                                                    },
                                                    {
                                                        "name": "phone",
                                                        "type": "text",
                                                        "label": "Phone"
                                                    },
                                                    {
                                                        "name": "dateOfBirth",
                                                        "time": false,
                                                        "type": "date",
                                                        "label": "Date of Birth"
                                                    },
                                                    {
                                                        "name": "companyName",
                                                        "type": "text",
                                                        "label": "Company Name"
                                                    },
                                                    {
                                                        "name": "website",
                                                        "type": "url",
                                                        "label": "Website"
                                                    },
                                                    {
                                                        "name": "tags",
                                                        "type": "select",
                                                        "label": "Tags",
                                                        "multiple": true
                                                    },
                                                    {
                                                        "name": "address",
                                                        "spec": [
                                                            {
                                                                "name": "address1",
                                                                "type": "text",
                                                                "label": "Street"
                                                            },
                                                            {
                                                                "name": "city",
                                                                "type": "text",
                                                                "label": "City"
                                                            },
                                                            {
                                                                "name": "state",
                                                                "type": "text",
                                                                "label": "State"
                                                            },
                                                            {
                                                                "name": "postalCode",
                                                                "type": "text",
                                                                "label": "PostalCode"
                                                            },
                                                            {
                                                                "name": "country",
                                                                "type": "select",
                                                                "label": "Country"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Address"
                                                    },
                                                    {
                                                        "name": "source",
                                                        "type": "text",
                                                        "label": "Source"
                                                    },
                                                    {
                                                        "name": "timezone",
                                                        "type": "select",
                                                        "label": "Timezone"
                                                    },
                                                    {
                                                        "name": "dnd",
                                                        "type": "boolean",
                                                        "label": "Dnd"
                                                    },
                                                    {
                                                        "name": "customField",
                                                        "spec": [
                                                            {
                                                                "name": "custom_field_019",
                                                                "type": "text",
                                                                "label": "AI Call Summary"
                                                            },
                                                            {
                                                                "name": "custom_field_014",
                                                                "type": "select",
                                                                "label": "What is your company’s annual revenue?"
                                                            },
                                                            {
                                                                "name": "custom_field_026",
                                                                "type": "select",
                                                                "label": "Instantly: Campaign"
                                                            },
                                                            {
                                                                "name": "custom_field_052",
                                                                "type": "text",
                                                                "label": "AI Call Transcript"
                                                            },
                                                            {
                                                                "name": "custom_field_060",
                                                                "type": "select",
                                                                "label": "Company Industry"
                                                            },
                                                            {
                                                                "name": "custom_field_072",
                                                                "type": "select",
                                                                "label": "Custom Status: Website"
                                                            },
                                                            {
                                                                "name": "custom_field_074",
                                                                "type": "text",
                                                                "label": "Custom Message: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_082",
                                                                "type": "select",
                                                                "label": "Custom Status: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_021",
                                                                "type": "text",
                                                                "label": "Ownership Status"
                                                            },
                                                            {
                                                                "name": "custom_field_028",
                                                                "type": "select",
                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                            },
                                                            {
                                                                "name": "custom_field_040",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 1"
                                                            },
                                                            {
                                                                "name": "custom_field_049",
                                                                "type": "select",
                                                                "label": "Instantly: Latest Status"
                                                            },
                                                            {
                                                                "name": "custom_field_075",
                                                                "type": "select",
                                                                "label": "Custom Status: WhatsApp",
                                                                "multiple": true,
                                                                "validate": {
                                                                    "enum": [
                                                                        "Valid"
                                                                    ]
                                                                }
                                                            },
                                                            {
                                                                "name": "custom_field_077",
                                                                "type": "number",
                                                                "label": "Company Last Headcount"
                                                            },
                                                            {
                                                                "name": "custom_field_007",
                                                                "type": "select",
                                                                "label": "Instantly: Email Events"
                                                            },
                                                            {
                                                                "name": "custom_field_009",
                                                                "type": "select",
                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                            },
                                                            {
                                                                "name": "custom_field_010",
                                                                "type": "text",
                                                                "label": "Gatekeeper Name"
                                                            },
                                                            {
                                                                "name": "custom_field_084",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 2"
                                                            },
                                                            {
                                                                "name": "custom_field_020",
                                                                "type": "number",
                                                                "label": "Company Estimated Turnover"
                                                            },
                                                            {
                                                                "name": "custom_field_017",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 3"
                                                            },
                                                            {
                                                                "name": "custom_field_038",
                                                                "type": "text",
                                                                "label": "Contact Permission"
                                                            },
                                                            {
                                                                "name": "custom_field_069",
                                                                "type": "select",
                                                                "label": "Instantly: Lead Status"
                                                            },
                                                            {
                                                                "name": "custom_field_011",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Universal"
                                                            },
                                                            {
                                                                "name": "custom_field_044",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_061",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_005",
                                                                "type": "text",
                                                                "label": "Google Place ID"
                                                            },
                                                            {
                                                                "name": "custom_field_024",
                                                                "type": "select",
                                                                "label": "Instantly: Meeting Events"
                                                            },
                                                            {
                                                                "name": "custom_field_063",
                                                                "type": "text",
                                                                "label": "Decision Maker Name"
                                                            },
                                                            {
                                                                "name": "custom_field_085",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: SMS"
                                                            },
                                                            {
                                                                "name": "custom_field_029",
                                                                "type": "number",
                                                                "label": "Company Age (In Years)"
                                                            },
                                                            {
                                                                "name": "custom_field_030",
                                                                "type": "select",
                                                                "label": "Instantly: Other Lead Events"
                                                            },
                                                            {
                                                                "name": "custom_field_054",
                                                                "type": "select",
                                                                "label": "What type of customers make up the majority of your revenue?"
                                                            },
                                                            {
                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                "type": "text",
                                                                "label": "Valuation Interest"
                                                            },
                                                            {
                                                                "name": "custom_field_081",
                                                                "type": "text",
                                                                "label": "Google CID"
                                                            },
                                                            {
                                                                "name": "custom_field_008",
                                                                "type": "text",
                                                                "label": "Business Size Indicator"
                                                            },
                                                            {
                                                                "name": "custom_field_034",
                                                                "type": "select",
                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                            },
                                                            {
                                                                "name": "custom_field_036",
                                                                "type": "text",
                                                                "label": "Company Google Plus Code"
                                                            },
                                                            {
                                                                "name": "custom_field_083",
                                                                "type": "text",
                                                                "label": "Company Age (In years & Months)"
                                                            },
                                                            {
                                                                "name": "custom_field_087",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: AI Calls"
                                                            },
                                                            {
                                                                "name": "custom_field_035",
                                                                "type": "select",
                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                            },
                                                            {
                                                                "name": "custom_field_057",
                                                                "type": "text",
                                                                "label": "Contact Details Captured"
                                                            },
                                                            {
                                                                "name": "custom_field_059",
                                                                "type": "text",
                                                                "label": "Company number"
                                                            },
                                                            {
                                                                "name": "custom_field_013",
                                                                "type": "number",
                                                                "label": "Company SIC Code"
                                                            },
                                                            {
                                                                "name": "custom_field_023",
                                                                "type": "text",
                                                                "label": "Personalised Context: AI Calls"
                                                            },
                                                            {
                                                                "name": "custom_field_031",
                                                                "type": "text",
                                                                "label": "Company Overview"
                                                            },
                                                            {
                                                                "name": "custom_field_033",
                                                                "type": "select",
                                                                "label": "How long have you been operating the business?"
                                                            },
                                                            {
                                                                "name": "custom_field_050",
                                                                "type": "text",
                                                                "label": "Contact Details Provided"
                                                            },
                                                            {
                                                                "name": "custom_field_071",
                                                                "type": "select",
                                                                "label": "Email Type"
                                                            },
                                                            {
                                                                "name": "custom_field_004",
                                                                "type": "text",
                                                                "label": "Company Financials"
                                                            },
                                                            {
                                                                "name": "custom_field_006",
                                                                "type": "select",
                                                                "label": "Phone Type"
                                                            },
                                                            {
                                                                "name": "custom_field_015",
                                                                "type": "select",
                                                                "label": "What would be your ideal outcome if you sold?"
                                                            },
                                                            {
                                                                "name": "custom_field_064",
                                                                "type": "text",
                                                                "label": "Contact Method Preference"
                                                            },
                                                            {
                                                                "name": "custom_field_066",
                                                                "type": "text",
                                                                "label": "Personalised Homepage URL"
                                                            },
                                                            {
                                                                "name": "custom_field_053",
                                                                "type": "text",
                                                                "label": "Google Maps Place URL"
                                                            },
                                                            {
                                                                "name": "custom_field_056",
                                                                "type": "text",
                                                                "label": "Engagement Interest Level"
                                                            },
                                                            {
                                                                "name": "custom_field_067",
                                                                "type": "select",
                                                                "label": "Valid Email (Manual)"
                                                            },
                                                            {
                                                                "name": "custom_field_025",
                                                                "type": "text",
                                                                "label": "Instantly \"event_type\""
                                                            },
                                                            {
                                                                "name": "custom_field_078",
                                                                "type": "text",
                                                                "label": "Personalised Grow Page URL"
                                                            },
                                                            {
                                                                "name": "custom_field_080",
                                                                "type": "text",
                                                                "label": "Decision Maker Availability"
                                                            },
                                                            {
                                                                "name": "custom_field_037",
                                                                "type": "text",
                                                                "label": "Company Services"
                                                            },
                                                            {
                                                                "name": "custom_field_046",
                                                                "type": "text",
                                                                "label": "Test"
                                                            },
                                                            {
                                                                "name": "custom_field_073",
                                                                "type": "text",
                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                            },
                                                            {
                                                                "name": "custom_field_027",
                                                                "type": "number",
                                                                "label": "Company Google Rating"
                                                            },
                                                            {
                                                                "name": "custom_field_051",
                                                                "type": "text",
                                                                "label": "AI Research: Company"
                                                            },
                                                            {
                                                                "name": "custom_field_062",
                                                                "type": "text",
                                                                "label": "AI Research: Person"
                                                            },
                                                            {
                                                                "name": "custom_field_079",
                                                                "type": "number",
                                                                "label": "Company Google Review Count"
                                                            },
                                                            {
                                                                "name": "custom_field_058",
                                                                "type": "date",
                                                                "label": "Company Incorporation Date"
                                                            },
                                                            {
                                                                "name": "custom_field_041",
                                                                "type": "text",
                                                                "label": "Job Title"
                                                            },
                                                            {
                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                "type": "text",
                                                                "label": "LinkedIn Personal URL"
                                                            },
                                                            {
                                                                "name": "custom_field_002",
                                                                "type": "text",
                                                                "label": "LinkedIn Company URL"
                                                            },
                                                            {
                                                                "name": "custom_field_045",
                                                                "type": "text",
                                                                "label": "Message"
                                                            },
                                                            {
                                                                "name": "custom_field_055",
                                                                "type": "select",
                                                                "label": "Company type"
                                                            },
                                                            {
                                                                "name": "custom_field_012",
                                                                "type": "select",
                                                                "label": "Company status"
                                                            },
                                                            {
                                                                "name": "custom_field_070",
                                                                "type": "number",
                                                                "label": "Officers Age (in years)"
                                                            },
                                                            {
                                                                "name": "custom_field_016",
                                                                "type": "text",
                                                                "label": "AI Find: Contact Data & Notes"
                                                            },
                                                            {
                                                                "name": "custom_field_086",
                                                                "type": "text",
                                                                "label": "AI Find: Original Backup Contact Data"
                                                            },
                                                            {
                                                                "name": "custom_field_039",
                                                                "type": "select",
                                                                "label": "Priority"
                                                            },
                                                            {
                                                                "name": "custom_field_018",
                                                                "type": "text",
                                                                "label": "Legal Company Name"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Custom Fields"
                                                    }
                                                ],
                                                "interface": [
                                                    {
                                                        "name": "id",
                                                        "type": "text",
                                                        "label": "Contact ID"
                                                    },
                                                    {
                                                        "name": "timezone",
                                                        "type": "text",
                                                        "label": "Timezone"
                                                    },
                                                    {
                                                        "name": "type",
                                                        "type": "text",
                                                        "label": "Type"
                                                    },
                                                    {
                                                        "name": "locationId",
                                                        "type": "text",
                                                        "label": "Location ID"
                                                    },
                                                    {
                                                        "name": "dnd",
                                                        "type": "boolean",
                                                        "label": "Dnd"
                                                    },
                                                    {
                                                        "name": "inboundDndSettings",
                                                        "spec": [
                                                            {
                                                                "name": "all",
                                                                "spec": [
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "All"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Inbound Dnd Settings"
                                                    },
                                                    {
                                                        "name": "dndSettings",
                                                        "spec": [
                                                            {
                                                                "name": "Call",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Call"
                                                            },
                                                            {
                                                                "name": "Email",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Email"
                                                            },
                                                            {
                                                                "name": "SMS",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "SMS"
                                                            },
                                                            {
                                                                "name": "WhatsApp",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "WhatsApp"
                                                            },
                                                            {
                                                                "name": "GMB",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "GMB"
                                                            },
                                                            {
                                                                "name": "FB",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "FB"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Dnd Settings"
                                                    },
                                                    {
                                                        "name": "createdBy",
                                                        "spec": [
                                                            {
                                                                "name": "sourceId",
                                                                "type": "text",
                                                                "label": "Source ID"
                                                            },
                                                            {
                                                                "name": "channel",
                                                                "type": "text",
                                                                "label": "Channel"
                                                            },
                                                            {
                                                                "name": "source",
                                                                "type": "text",
                                                                "label": "Source"
                                                            },
                                                            {
                                                                "name": "sourceName",
                                                                "type": "text",
                                                                "label": "Source Name"
                                                            },
                                                            {
                                                                "name": "timestamp",
                                                                "type": "date",
                                                                "label": "Timestamp"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Created By"
                                                    },
                                                    {
                                                        "name": "tags",
                                                        "type": "array",
                                                        "label": "Tags"
                                                    },
                                                    {
                                                        "name": "dateAdded",
                                                        "type": "date",
                                                        "label": "Date Added"
                                                    },
                                                    {
                                                        "name": "additionalEmails",
                                                        "type": "array",
                                                        "label": "Additional Emails"
                                                    },
                                                    {
                                                        "name": "additionalPhones",
                                                        "type": "array",
                                                        "label": "Additional Phones"
                                                    },
                                                    {
                                                        "name": "country",
                                                        "type": "text",
                                                        "label": "Country"
                                                    },
                                                    {
                                                        "name": "lastName",
                                                        "type": "text",
                                                        "label": "Last Name"
                                                    },
                                                    {
                                                        "name": "lastNameLowerCase",
                                                        "type": "text",
                                                        "label": "Last Name Lower Case"
                                                    },
                                                    {
                                                        "name": "emailLowerCase",
                                                        "type": "text",
                                                        "label": "Email Lower Case"
                                                    },
                                                    {
                                                        "name": "email",
                                                        "type": "text",
                                                        "label": "Email"
                                                    },
                                                    {
                                                        "name": "postalCode",
                                                        "type": "text",
                                                        "label": "Postal Code"
                                                    },
                                                    {
                                                        "name": "dateUpdated",
                                                        "type": "date",
                                                        "label": "Date Updated"
                                                    },
                                                    {
                                                        "name": "fullNameLowerCase",
                                                        "type": "text",
                                                        "label": "Full Name Lower Case"
                                                    },
                                                    {
                                                        "name": "firstName",
                                                        "type": "text",
                                                        "label": "First Name"
                                                    },
                                                    {
                                                        "name": "firstNameLowerCase",
                                                        "type": "text",
                                                        "label": "First Name Lower Case"
                                                    },
                                                    {
                                                        "name": "source",
                                                        "type": "text",
                                                        "label": "Source"
                                                    },
                                                    {
                                                        "name": "companyName",
                                                        "type": "text",
                                                        "label": "Company Name"
                                                    },
                                                    {
                                                        "name": "website",
                                                        "type": "text",
                                                        "label": "Website"
                                                    },
                                                    {
                                                        "name": "phone",
                                                        "type": "text",
                                                        "label": "Phone"
                                                    },
                                                    {
                                                        "name": "customField",
                                                        "spec": [
                                                            {
                                                                "name": "custom_field_019",
                                                                "type": "text",
                                                                "label": "AI Call Summary",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_014",
                                                                "type": "text",
                                                                "label": "What is your company’s annual revenue?"
                                                            },
                                                            {
                                                                "name": "custom_field_026",
                                                                "type": "text",
                                                                "label": "Instantly: Campaign"
                                                            },
                                                            {
                                                                "name": "custom_field_052",
                                                                "type": "text",
                                                                "label": "AI Call Transcript",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_060",
                                                                "type": "text",
                                                                "label": "Company Industry"
                                                            },
                                                            {
                                                                "name": "custom_field_072",
                                                                "type": "text",
                                                                "label": "Custom Status: Website"
                                                            },
                                                            {
                                                                "name": "custom_field_074",
                                                                "type": "text",
                                                                "label": "Custom Message: WhatsApp",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_082",
                                                                "type": "text",
                                                                "label": "Custom Status: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_021",
                                                                "type": "text",
                                                                "label": "Ownership Status"
                                                            },
                                                            {
                                                                "name": "custom_field_028",
                                                                "type": "text",
                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                            },
                                                            {
                                                                "name": "custom_field_040",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 1",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_049",
                                                                "type": "text",
                                                                "label": "Instantly: Latest Status"
                                                            },
                                                            {
                                                                "name": "custom_field_075",
                                                                "type": "array",
                                                                "label": "Custom Status: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_077",
                                                                "type": "number",
                                                                "label": "Company Last Headcount"
                                                            },
                                                            {
                                                                "name": "custom_field_007",
                                                                "type": "text",
                                                                "label": "Instantly: Email Events"
                                                            },
                                                            {
                                                                "name": "custom_field_009",
                                                                "type": "text",
                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                            },
                                                            {
                                                                "name": "custom_field_010",
                                                                "type": "text",
                                                                "label": "Gatekeeper Name"
                                                            },
                                                            {
                                                                "name": "custom_field_084",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 2",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_020",
                                                                "type": "number",
                                                                "label": "Company Estimated Turnover"
                                                            },
                                                            {
                                                                "name": "custom_field_017",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 3",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_038",
                                                                "type": "text",
                                                                "label": "Contact Permission"
                                                            },
                                                            {
                                                                "name": "custom_field_069",
                                                                "type": "text",
                                                                "label": "Instantly: Lead Status"
                                                            },
                                                            {
                                                                "name": "custom_field_011",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Universal",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_044",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Email",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_061",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: WhatsApp",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_005",
                                                                "type": "text",
                                                                "label": "Google Place ID"
                                                            },
                                                            {
                                                                "name": "custom_field_024",
                                                                "type": "text",
                                                                "label": "Instantly: Meeting Events"
                                                            },
                                                            {
                                                                "name": "custom_field_063",
                                                                "type": "text",
                                                                "label": "Decision Maker Name"
                                                            },
                                                            {
                                                                "name": "custom_field_085",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: SMS",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_029",
                                                                "type": "number",
                                                                "label": "Company Age (In Years)"
                                                            },
                                                            {
                                                                "name": "custom_field_030",
                                                                "type": "text",
                                                                "label": "Instantly: Other Lead Events"
                                                            },
                                                            {
                                                                "name": "custom_field_054",
                                                                "type": "text",
                                                                "label": "What type of customers make up the majority of your revenue?"
                                                            },
                                                            {
                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                "type": "text",
                                                                "label": "Valuation Interest"
                                                            },
                                                            {
                                                                "name": "custom_field_081",
                                                                "type": "text",
                                                                "label": "Google CID"
                                                            },
                                                            {
                                                                "name": "custom_field_008",
                                                                "type": "text",
                                                                "label": "Business Size Indicator"
                                                            },
                                                            {
                                                                "name": "custom_field_034",
                                                                "type": "text",
                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                            },
                                                            {
                                                                "name": "custom_field_036",
                                                                "type": "text",
                                                                "label": "Company Google Plus Code"
                                                            },
                                                            {
                                                                "name": "custom_field_083",
                                                                "type": "text",
                                                                "label": "Company Age (In years & Months)"
                                                            },
                                                            {
                                                                "name": "custom_field_087",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: AI Calls",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_035",
                                                                "type": "text",
                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                            },
                                                            {
                                                                "name": "custom_field_057",
                                                                "type": "text",
                                                                "label": "Contact Details Captured"
                                                            },
                                                            {
                                                                "name": "custom_field_059",
                                                                "type": "text",
                                                                "label": "Company number"
                                                            },
                                                            {
                                                                "name": "custom_field_013",
                                                                "type": "number",
                                                                "label": "Company SIC Code"
                                                            },
                                                            {
                                                                "name": "custom_field_023",
                                                                "type": "text",
                                                                "label": "Personalised Context: AI Calls",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_031",
                                                                "type": "text",
                                                                "label": "Company Overview",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_033",
                                                                "type": "text",
                                                                "label": "How long have you been operating the business?"
                                                            },
                                                            {
                                                                "name": "custom_field_050",
                                                                "type": "text",
                                                                "label": "Contact Details Provided"
                                                            },
                                                            {
                                                                "name": "custom_field_071",
                                                                "type": "text",
                                                                "label": "Email Type"
                                                            },
                                                            {
                                                                "name": "custom_field_004",
                                                                "type": "text",
                                                                "label": "Company Financials",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_006",
                                                                "type": "text",
                                                                "label": "Phone Type"
                                                            },
                                                            {
                                                                "name": "custom_field_015",
                                                                "type": "text",
                                                                "label": "What would be your ideal outcome if you sold?"
                                                            },
                                                            {
                                                                "name": "custom_field_064",
                                                                "type": "text",
                                                                "label": "Contact Method Preference"
                                                            },
                                                            {
                                                                "name": "custom_field_066",
                                                                "type": "text",
                                                                "label": "Personalised Homepage URL"
                                                            },
                                                            {
                                                                "name": "custom_field_053",
                                                                "type": "text",
                                                                "label": "Google Maps Place URL"
                                                            },
                                                            {
                                                                "name": "custom_field_056",
                                                                "type": "text",
                                                                "label": "Engagement Interest Level"
                                                            },
                                                            {
                                                                "name": "custom_field_067",
                                                                "type": "text",
                                                                "label": "Valid Email (Manual)"
                                                            },
                                                            {
                                                                "name": "custom_field_025",
                                                                "type": "text",
                                                                "label": "Instantly \"event_type\""
                                                            },
                                                            {
                                                                "name": "custom_field_078",
                                                                "type": "text",
                                                                "label": "Personalised Grow Page URL"
                                                            },
                                                            {
                                                                "name": "custom_field_080",
                                                                "type": "text",
                                                                "label": "Decision Maker Availability"
                                                            },
                                                            {
                                                                "name": "custom_field_037",
                                                                "type": "text",
                                                                "label": "Company Services",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_046",
                                                                "type": "text",
                                                                "label": "Test"
                                                            },
                                                            {
                                                                "name": "custom_field_073",
                                                                "type": "text",
                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                            },
                                                            {
                                                                "name": "custom_field_027",
                                                                "type": "number",
                                                                "label": "Company Google Rating"
                                                            },
                                                            {
                                                                "name": "custom_field_051",
                                                                "type": "text",
                                                                "label": "AI Research: Company",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_062",
                                                                "type": "text",
                                                                "label": "AI Research: Person",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_079",
                                                                "type": "number",
                                                                "label": "Company Google Review Count"
                                                            },
                                                            {
                                                                "name": "custom_field_058",
                                                                "type": "date",
                                                                "label": "Company Incorporation Date"
                                                            },
                                                            {
                                                                "name": "custom_field_041",
                                                                "type": "text",
                                                                "label": "Job Title"
                                                            },
                                                            {
                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                "type": "text",
                                                                "label": "LinkedIn Personal URL"
                                                            },
                                                            {
                                                                "name": "custom_field_002",
                                                                "type": "text",
                                                                "label": "LinkedIn Company URL"
                                                            },
                                                            {
                                                                "name": "custom_field_045",
                                                                "type": "text",
                                                                "label": "Message",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_055",
                                                                "type": "text",
                                                                "label": "Company type"
                                                            },
                                                            {
                                                                "name": "custom_field_012",
                                                                "type": "text",
                                                                "label": "Company status"
                                                            },
                                                            {
                                                                "name": "custom_field_070",
                                                                "type": "number",
                                                                "label": "Officers Age (in years)"
                                                            },
                                                            {
                                                                "name": "custom_field_016",
                                                                "type": "text",
                                                                "label": "AI Find: Contact Data & Notes",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_086",
                                                                "type": "text",
                                                                "label": "AI Find: Original Backup Contact Data",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_039",
                                                                "type": "text",
                                                                "label": "Priority"
                                                            },
                                                            {
                                                                "name": "custom_field_018",
                                                                "type": "text",
                                                                "label": "Legal Company Name"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Custom Fields"
                                                    }
                                                ]
                                            },
                                            "onerror": [
                                                {
                                                    "id": 90,
                                                    "module": "builtin:Ignore",
                                                    "version": 1,
                                                    "metadata": {
                                                        "designer": {
                                                            "x": 1536,
                                                            "y": 4795
                                                        }
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "id": 134,
                                            "module": "neverbounce:GetEmailVerification",
                                            "version": 1,
                                            "parameters": {
                                                "__IMTCONN__": 1000006
                                            },
                                            "mapper": {
                                                "email": "{{83.email}}",
                                                "timeout": "30",
                                                "address_info": false,
                                                "credits_info": false
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": 1986,
                                                    "y": 4600
                                                },
                                                "restore": {
                                                    "expect": {
                                                        "address_info": {
                                                            "mode": "chose"
                                                        },
                                                        "credits_info": {
                                                            "mode": "chose"
                                                        }
                                                    },
                                                    "parameters": {
                                                        "__IMTCONN__": {
                                                            "data": {
                                                                "scoped": "true",
                                                                "connection": "neverbounce"
                                                            },
                                                            "label": "My NeverBounce API connection"
                                                        }
                                                    }
                                                },
                                                "parameters": [
                                                    {
                                                        "name": "__IMTCONN__",
                                                        "type": "account:neverbounce",
                                                        "label": "Connection",
                                                        "required": true
                                                    }
                                                ],
                                                "expect": [
                                                    {
                                                        "name": "email",
                                                        "type": "email",
                                                        "label": "Email",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "address_info",
                                                        "type": "boolean",
                                                        "label": "Include Address Info",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "credits_info",
                                                        "type": "boolean",
                                                        "label": "Include Credits Info",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "timeout",
                                                        "type": "uinteger",
                                                        "label": "Timeout"
                                                    }
                                                ],
                                                "advanced": true
                                            },
                                            "onerror": [
                                                {
                                                    "id": 184,
                                                    "module": "builtin:Break",
                                                    "version": 1,
                                                    "parameters": {},
                                                    "mapper": {
                                                        "count": "14",
                                                        "retry": true,
                                                        "interval": "720"
                                                    },
                                                    "metadata": {
                                                        "designer": {
                                                            "x": 1993,
                                                            "y": 4875
                                                        },
                                                        "restore": {
                                                            "expect": {
                                                                "retry": {
                                                                    "mode": "chose"
                                                                }
                                                            }
                                                        },
                                                        "expect": [
                                                            {
                                                                "name": "retry",
                                                                "type": "boolean",
                                                                "label": "Automatically complete execution",
                                                                "required": true
                                                            },
                                                            {
                                                                "name": "count",
                                                                "type": "uinteger",
                                                                "label": "Number of attempts",
                                                                "required": true,
                                                                "validate": {
                                                                    "max": 10000,
                                                                    "min": 1
                                                                }
                                                            },
                                                            {
                                                                "name": "interval",
                                                                "type": "uinteger",
                                                                "label": "Interval between attempts",
                                                                "required": true,
                                                                "validate": {
                                                                    "max": 44640,
                                                                    "min": 1
                                                                }
                                                            }
                                                        ]
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "id": 136,
                                            "module": "builtin:BasicRouter",
                                            "version": 1,
                                            "mapper": null,
                                            "metadata": {
                                                "designer": {
                                                    "x": 2517,
                                                    "y": 4616
                                                }
                                            },
                                            "routes": [
                                                {
                                                    "flow": [
                                                        {
                                                            "id": 137,
                                                            "module": "highlevel:updateAContact",
                                                            "version": 1,
                                                            "parameters": {
                                                                "__IMTCONN__": 1000003
                                                            },
                                                            "filter": {
                                                                "name": "Email: valid",
                                                                "conditions": [
                                                                    [
                                                                        {
                                                                            "a": "{{134.result}}",
                                                                            "b": "valid",
                                                                            "o": "text:equal"
                                                                        }
                                                                    ]
                                                                ]
                                                            },
                                                            "mapper": {
                                                                "address": {},
                                                                "contact": "{{14.contact_id}}",
                                                                "customField": {
                                                                    "custom_field_082": "valid"
                                                                }
                                                            },
                                                            "metadata": {
                                                                "designer": {
                                                                    "x": 2862,
                                                                    "y": 4020
                                                                },
                                                                "restore": {
                                                                    "expect": {
                                                                        "dnd": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "tags": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "address": {
                                                                            "nested": {
                                                                                "country": {
                                                                                    "mode": "chose"
                                                                                }
                                                                            }
                                                                        },
                                                                        "contact": {
                                                                            "mode": "edit"
                                                                        },
                                                                        "timezone": {
                                                                            "mode": "chose",
                                                                            "label": "Empty"
                                                                        },
                                                                        "customField": {
                                                                            "nested": {
                                                                                "custom_field_006": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_007": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_009": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_012": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_014": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_015": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_024": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_026": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_028": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_030": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_032": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_033": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_034": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_035": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_039": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_042": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_043": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_049": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_054": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_055": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_060": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_065": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_067": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_069": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_071": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_072": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_075": {
                                                                                    "mode": "chose"
                                                                                },
                                                                                "custom_field_082": {
                                                                                    "mode": "chose",
                                                                                    "label": "valid"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "parameters": {
                                                                        "__IMTCONN__": {
                                                                            "data": {
                                                                                "scoped": "true",
                                                                                "connection": "highlevel3"
                                                                            },
                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                        }
                                                                    }
                                                                },
                                                                "parameters": [
                                                                    {
                                                                        "name": "__IMTCONN__",
                                                                        "type": "account:highlevel,highlevel3",
                                                                        "label": "Connection",
                                                                        "required": true
                                                                    }
                                                                ],
                                                                "expect": [
                                                                    {
                                                                        "mode": "edit",
                                                                        "name": "contact",
                                                                        "type": "select",
                                                                        "label": "Contact ID",
                                                                        "required": true
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "email",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "dateOfBirth",
                                                                        "time": false,
                                                                        "type": "date",
                                                                        "label": "Date of Birth"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "url",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "select",
                                                                        "label": "Tags",
                                                                        "multiple": true
                                                                    },
                                                                    {
                                                                        "name": "address",
                                                                        "spec": [
                                                                            {
                                                                                "name": "address1",
                                                                                "type": "text",
                                                                                "label": "Street"
                                                                            },
                                                                            {
                                                                                "name": "city",
                                                                                "type": "text",
                                                                                "label": "City"
                                                                            },
                                                                            {
                                                                                "name": "state",
                                                                                "type": "text",
                                                                                "label": "State"
                                                                            },
                                                                            {
                                                                                "name": "postalCode",
                                                                                "type": "text",
                                                                                "label": "PostalCode"
                                                                            },
                                                                            {
                                                                                "name": "country",
                                                                                "type": "select",
                                                                                "label": "Country"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Address"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "select",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "select",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "select",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "select",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "select",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "select",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "select",
                                                                                "label": "Custom Status: WhatsApp",
                                                                                "multiple": true,
                                                                                "validate": {
                                                                                    "enum": [
                                                                                        "Valid"
                                                                                    ]
                                                                                }
                                                                            },
                                                                            {
                                                                                "name": "custom_field_043",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Find"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "select",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "select",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_042",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Research Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "select",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_032",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Research Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "select",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_065",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Send Letter"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "select",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "select",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "select",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "select",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "select",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "select",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "select",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "select",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "select",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_046",
                                                                                "type": "text",
                                                                                "label": "Test"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "select",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "select",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "select",
                                                                                "label": "Priority"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ],
                                                                "interface": [
                                                                    {
                                                                        "name": "id",
                                                                        "type": "text",
                                                                        "label": "Contact ID"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "text",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "type",
                                                                        "type": "text",
                                                                        "label": "Type"
                                                                    },
                                                                    {
                                                                        "name": "locationId",
                                                                        "type": "text",
                                                                        "label": "Location ID"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "inboundDndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "all",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "All"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Inbound Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "dndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "Call",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Call"
                                                                            },
                                                                            {
                                                                                "name": "Email",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Email"
                                                                            },
                                                                            {
                                                                                "name": "SMS",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "SMS"
                                                                            },
                                                                            {
                                                                                "name": "WhatsApp",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "GMB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "GMB"
                                                                            },
                                                                            {
                                                                                "name": "FB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "FB"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "createdBy",
                                                                        "spec": [
                                                                            {
                                                                                "name": "sourceId",
                                                                                "type": "text",
                                                                                "label": "Source ID"
                                                                            },
                                                                            {
                                                                                "name": "channel",
                                                                                "type": "text",
                                                                                "label": "Channel"
                                                                            },
                                                                            {
                                                                                "name": "source",
                                                                                "type": "text",
                                                                                "label": "Source"
                                                                            },
                                                                            {
                                                                                "name": "sourceName",
                                                                                "type": "text",
                                                                                "label": "Source Name"
                                                                            },
                                                                            {
                                                                                "name": "timestamp",
                                                                                "type": "date",
                                                                                "label": "Timestamp"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Created By"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "array",
                                                                        "label": "Tags"
                                                                    },
                                                                    {
                                                                        "name": "dateAdded",
                                                                        "type": "date",
                                                                        "label": "Date Added"
                                                                    },
                                                                    {
                                                                        "name": "additionalEmails",
                                                                        "type": "array",
                                                                        "label": "Additional Emails"
                                                                    },
                                                                    {
                                                                        "name": "additionalPhones",
                                                                        "type": "array",
                                                                        "label": "Additional Phones"
                                                                    },
                                                                    {
                                                                        "name": "country",
                                                                        "type": "text",
                                                                        "label": "Country"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "lastNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Last Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "emailLowerCase",
                                                                        "type": "text",
                                                                        "label": "Email Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "text",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "postalCode",
                                                                        "type": "text",
                                                                        "label": "Postal Code"
                                                                    },
                                                                    {
                                                                        "name": "dateUpdated",
                                                                        "type": "date",
                                                                        "label": "Date Updated"
                                                                    },
                                                                    {
                                                                        "name": "fullNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Full Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "firstNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "First Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "text",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "text",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "text",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "text",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "text",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "text",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "array",
                                                                                "label": "Custom Status: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_043",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Find"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "text",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "text",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_042",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Research Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "text",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_032",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Research Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "text",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_065",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Send Letter"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "text",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "text",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "text",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "text",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "text",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "text",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "text",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "text",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "text",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_046",
                                                                                "type": "text",
                                                                                "label": "Test"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "text",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "text",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "text",
                                                                                "label": "Priority"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ]
                                                            },
                                                            "onerror": [
                                                                {
                                                                    "id": 138,
                                                                    "module": "builtin:Ignore",
                                                                    "version": 1,
                                                                    "metadata": {
                                                                        "designer": {
                                                                            "x": 3180,
                                                                            "y": 4202
                                                                        }
                                                                    }
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                },
                                                {
                                                    "flow": [
                                                        {
                                                            "id": 139,
                                                            "module": "highlevel:updateAContact",
                                                            "version": 1,
                                                            "parameters": {
                                                                "__IMTCONN__": 1000003
                                                            },
                                                            "filter": {
                                                                "name": "Email: invalid",
                                                                "conditions": [
                                                                    [
                                                                        {
                                                                            "a": "{{134.result}}",
                                                                            "b": "invalid",
                                                                            "o": "text:equal"
                                                                        }
                                                                    ]
                                                                ]
                                                            },
                                                            "mapper": {
                                                                "address": {},
                                                                "contact": "{{14.contact_id}}",
                                                                "customField": {
                                                                    "custom_field_082": "invalid"
                                                                }
                                                            },
                                                            "metadata": {
                                                                "designer": {
                                                                    "x": 2857,
                                                                    "y": 5008
                                                                },
                                                                "restore": {
                                                                    "expect": {
                                                                        "dnd": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "tags": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "address": {
                                                                            "nested": {
                                                                                "country": {
                                                                                    "mode": "chose"
                                                                                }
                                                                            }
                                                                        },
                                                                        "contact": {
                                                                            "mode": "edit"
                                                                        },
                                                                        "timezone": {
                                                                            "mode": "chose",
                                                                            "label": "Empty"
                                                                        },
                                                                        "customField": {
                                                                            "nested": {
                                                                                "custom_field_006": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_007": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_009": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_012": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_014": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_015": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_024": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_026": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_028": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_030": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_032": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_033": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_034": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_035": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_039": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_042": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_043": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_049": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_054": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_055": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_060": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_065": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_067": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_069": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_071": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_072": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_075": {
                                                                                    "mode": "chose"
                                                                                },
                                                                                "custom_field_082": {
                                                                                    "mode": "chose",
                                                                                    "label": "invalid"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "parameters": {
                                                                        "__IMTCONN__": {
                                                                            "data": {
                                                                                "scoped": "true",
                                                                                "connection": "highlevel3"
                                                                            },
                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                        }
                                                                    }
                                                                },
                                                                "parameters": [
                                                                    {
                                                                        "name": "__IMTCONN__",
                                                                        "type": "account:highlevel,highlevel3",
                                                                        "label": "Connection",
                                                                        "required": true
                                                                    }
                                                                ],
                                                                "expect": [
                                                                    {
                                                                        "mode": "edit",
                                                                        "name": "contact",
                                                                        "type": "select",
                                                                        "label": "Contact ID",
                                                                        "required": true
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "email",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "dateOfBirth",
                                                                        "time": false,
                                                                        "type": "date",
                                                                        "label": "Date of Birth"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "url",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "select",
                                                                        "label": "Tags",
                                                                        "multiple": true
                                                                    },
                                                                    {
                                                                        "name": "address",
                                                                        "spec": [
                                                                            {
                                                                                "name": "address1",
                                                                                "type": "text",
                                                                                "label": "Street"
                                                                            },
                                                                            {
                                                                                "name": "city",
                                                                                "type": "text",
                                                                                "label": "City"
                                                                            },
                                                                            {
                                                                                "name": "state",
                                                                                "type": "text",
                                                                                "label": "State"
                                                                            },
                                                                            {
                                                                                "name": "postalCode",
                                                                                "type": "text",
                                                                                "label": "PostalCode"
                                                                            },
                                                                            {
                                                                                "name": "country",
                                                                                "type": "select",
                                                                                "label": "Country"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Address"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "select",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "select",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "select",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "select",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "select",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "select",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "select",
                                                                                "label": "Custom Status: WhatsApp",
                                                                                "multiple": true,
                                                                                "validate": {
                                                                                    "enum": [
                                                                                        "Valid"
                                                                                    ]
                                                                                }
                                                                            },
                                                                            {
                                                                                "name": "custom_field_043",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Find"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "select",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "select",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_042",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Research Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "select",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_032",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Research Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "select",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_065",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Send Letter"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "select",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "select",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "select",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "select",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "select",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "select",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "select",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "select",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "select",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_046",
                                                                                "type": "text",
                                                                                "label": "Test"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "select",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "select",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "select",
                                                                                "label": "Priority"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ],
                                                                "interface": [
                                                                    {
                                                                        "name": "id",
                                                                        "type": "text",
                                                                        "label": "Contact ID"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "text",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "type",
                                                                        "type": "text",
                                                                        "label": "Type"
                                                                    },
                                                                    {
                                                                        "name": "locationId",
                                                                        "type": "text",
                                                                        "label": "Location ID"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "inboundDndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "all",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "All"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Inbound Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "dndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "Call",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Call"
                                                                            },
                                                                            {
                                                                                "name": "Email",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Email"
                                                                            },
                                                                            {
                                                                                "name": "SMS",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "SMS"
                                                                            },
                                                                            {
                                                                                "name": "WhatsApp",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "GMB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "GMB"
                                                                            },
                                                                            {
                                                                                "name": "FB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "FB"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "createdBy",
                                                                        "spec": [
                                                                            {
                                                                                "name": "sourceId",
                                                                                "type": "text",
                                                                                "label": "Source ID"
                                                                            },
                                                                            {
                                                                                "name": "channel",
                                                                                "type": "text",
                                                                                "label": "Channel"
                                                                            },
                                                                            {
                                                                                "name": "source",
                                                                                "type": "text",
                                                                                "label": "Source"
                                                                            },
                                                                            {
                                                                                "name": "sourceName",
                                                                                "type": "text",
                                                                                "label": "Source Name"
                                                                            },
                                                                            {
                                                                                "name": "timestamp",
                                                                                "type": "date",
                                                                                "label": "Timestamp"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Created By"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "array",
                                                                        "label": "Tags"
                                                                    },
                                                                    {
                                                                        "name": "dateAdded",
                                                                        "type": "date",
                                                                        "label": "Date Added"
                                                                    },
                                                                    {
                                                                        "name": "additionalEmails",
                                                                        "type": "array",
                                                                        "label": "Additional Emails"
                                                                    },
                                                                    {
                                                                        "name": "additionalPhones",
                                                                        "type": "array",
                                                                        "label": "Additional Phones"
                                                                    },
                                                                    {
                                                                        "name": "country",
                                                                        "type": "text",
                                                                        "label": "Country"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "lastNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Last Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "emailLowerCase",
                                                                        "type": "text",
                                                                        "label": "Email Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "text",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "postalCode",
                                                                        "type": "text",
                                                                        "label": "Postal Code"
                                                                    },
                                                                    {
                                                                        "name": "dateUpdated",
                                                                        "type": "date",
                                                                        "label": "Date Updated"
                                                                    },
                                                                    {
                                                                        "name": "fullNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Full Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "firstNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "First Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "text",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "text",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "text",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "text",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "text",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "text",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "array",
                                                                                "label": "Custom Status: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_043",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Find"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "text",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "text",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_042",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Research Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "text",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_032",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Research Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "text",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_065",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Send Letter"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "text",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "text",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "text",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "text",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "text",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "text",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "text",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "text",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "text",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_046",
                                                                                "type": "text",
                                                                                "label": "Test"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "text",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "text",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "text",
                                                                                "label": "Priority"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ]
                                                            },
                                                            "onerror": [
                                                                {
                                                                    "id": 140,
                                                                    "module": "builtin:Ignore",
                                                                    "version": 1,
                                                                    "metadata": {
                                                                        "designer": {
                                                                            "x": 3136,
                                                                            "y": 5230
                                                                        }
                                                                    }
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                },
                                                {
                                                    "flow": [
                                                        {
                                                            "id": 141,
                                                            "module": "highlevel:updateAContact",
                                                            "version": 1,
                                                            "parameters": {
                                                                "__IMTCONN__": 1000003
                                                            },
                                                            "filter": {
                                                                "name": "Email: accept_all_unverifiable",
                                                                "conditions": [
                                                                    [
                                                                        {
                                                                            "a": "{{134.result}}",
                                                                            "b": "accept_all_unverifiable",
                                                                            "o": "text:equal"
                                                                        }
                                                                    ]
                                                                ]
                                                            },
                                                            "mapper": {
                                                                "address": {},
                                                                "contact": "{{14.contact_id}}",
                                                                "customField": {
                                                                    "custom_field_082": "accept_all_unverifiable"
                                                                }
                                                            },
                                                            "metadata": {
                                                                "designer": {
                                                                    "x": 2866,
                                                                    "y": 4343
                                                                },
                                                                "restore": {
                                                                    "expect": {
                                                                        "dnd": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "tags": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "address": {
                                                                            "nested": {
                                                                                "country": {
                                                                                    "mode": "chose"
                                                                                }
                                                                            }
                                                                        },
                                                                        "contact": {
                                                                            "mode": "edit"
                                                                        },
                                                                        "timezone": {
                                                                            "mode": "chose",
                                                                            "label": "Empty"
                                                                        },
                                                                        "customField": {
                                                                            "nested": {
                                                                                "custom_field_006": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_007": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_009": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_012": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_014": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_015": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_024": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_026": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_028": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_030": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_032": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_033": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_034": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_035": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_039": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_042": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_043": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_049": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_054": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_055": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_060": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_065": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_067": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_069": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_071": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_072": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_075": {
                                                                                    "mode": "chose"
                                                                                },
                                                                                "custom_field_082": {
                                                                                    "mode": "chose",
                                                                                    "label": "accept_all_unverifiable"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "parameters": {
                                                                        "__IMTCONN__": {
                                                                            "data": {
                                                                                "scoped": "true",
                                                                                "connection": "highlevel3"
                                                                            },
                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                        }
                                                                    }
                                                                },
                                                                "parameters": [
                                                                    {
                                                                        "name": "__IMTCONN__",
                                                                        "type": "account:highlevel,highlevel3",
                                                                        "label": "Connection",
                                                                        "required": true
                                                                    }
                                                                ],
                                                                "expect": [
                                                                    {
                                                                        "mode": "edit",
                                                                        "name": "contact",
                                                                        "type": "select",
                                                                        "label": "Contact ID",
                                                                        "required": true
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "email",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "dateOfBirth",
                                                                        "time": false,
                                                                        "type": "date",
                                                                        "label": "Date of Birth"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "url",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "select",
                                                                        "label": "Tags",
                                                                        "multiple": true
                                                                    },
                                                                    {
                                                                        "name": "address",
                                                                        "spec": [
                                                                            {
                                                                                "name": "address1",
                                                                                "type": "text",
                                                                                "label": "Street"
                                                                            },
                                                                            {
                                                                                "name": "city",
                                                                                "type": "text",
                                                                                "label": "City"
                                                                            },
                                                                            {
                                                                                "name": "state",
                                                                                "type": "text",
                                                                                "label": "State"
                                                                            },
                                                                            {
                                                                                "name": "postalCode",
                                                                                "type": "text",
                                                                                "label": "PostalCode"
                                                                            },
                                                                            {
                                                                                "name": "country",
                                                                                "type": "select",
                                                                                "label": "Country"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Address"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "select",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "select",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "select",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "select",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "select",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "select",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "select",
                                                                                "label": "Custom Status: WhatsApp",
                                                                                "multiple": true,
                                                                                "validate": {
                                                                                    "enum": [
                                                                                        "Valid"
                                                                                    ]
                                                                                }
                                                                            },
                                                                            {
                                                                                "name": "custom_field_043",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Find"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "select",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "select",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_042",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Research Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "select",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_032",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Research Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "select",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_065",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Send Letter"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "select",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "select",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "select",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "select",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "select",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "select",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "select",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "select",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "select",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_046",
                                                                                "type": "text",
                                                                                "label": "Test"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "select",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "select",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "select",
                                                                                "label": "Priority"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ],
                                                                "interface": [
                                                                    {
                                                                        "name": "id",
                                                                        "type": "text",
                                                                        "label": "Contact ID"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "text",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "type",
                                                                        "type": "text",
                                                                        "label": "Type"
                                                                    },
                                                                    {
                                                                        "name": "locationId",
                                                                        "type": "text",
                                                                        "label": "Location ID"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "inboundDndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "all",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "All"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Inbound Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "dndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "Call",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Call"
                                                                            },
                                                                            {
                                                                                "name": "Email",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Email"
                                                                            },
                                                                            {
                                                                                "name": "SMS",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "SMS"
                                                                            },
                                                                            {
                                                                                "name": "WhatsApp",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "GMB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "GMB"
                                                                            },
                                                                            {
                                                                                "name": "FB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "FB"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "createdBy",
                                                                        "spec": [
                                                                            {
                                                                                "name": "sourceId",
                                                                                "type": "text",
                                                                                "label": "Source ID"
                                                                            },
                                                                            {
                                                                                "name": "channel",
                                                                                "type": "text",
                                                                                "label": "Channel"
                                                                            },
                                                                            {
                                                                                "name": "source",
                                                                                "type": "text",
                                                                                "label": "Source"
                                                                            },
                                                                            {
                                                                                "name": "sourceName",
                                                                                "type": "text",
                                                                                "label": "Source Name"
                                                                            },
                                                                            {
                                                                                "name": "timestamp",
                                                                                "type": "date",
                                                                                "label": "Timestamp"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Created By"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "array",
                                                                        "label": "Tags"
                                                                    },
                                                                    {
                                                                        "name": "dateAdded",
                                                                        "type": "date",
                                                                        "label": "Date Added"
                                                                    },
                                                                    {
                                                                        "name": "additionalEmails",
                                                                        "type": "array",
                                                                        "label": "Additional Emails"
                                                                    },
                                                                    {
                                                                        "name": "additionalPhones",
                                                                        "type": "array",
                                                                        "label": "Additional Phones"
                                                                    },
                                                                    {
                                                                        "name": "country",
                                                                        "type": "text",
                                                                        "label": "Country"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "lastNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Last Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "emailLowerCase",
                                                                        "type": "text",
                                                                        "label": "Email Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "text",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "postalCode",
                                                                        "type": "text",
                                                                        "label": "Postal Code"
                                                                    },
                                                                    {
                                                                        "name": "dateUpdated",
                                                                        "type": "date",
                                                                        "label": "Date Updated"
                                                                    },
                                                                    {
                                                                        "name": "fullNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Full Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "firstNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "First Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "text",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "text",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "text",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "text",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "text",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "text",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "array",
                                                                                "label": "Custom Status: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_043",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Find"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "text",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "text",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_042",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Research Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "text",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_032",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Research Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "text",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_065",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Send Letter"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "text",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "text",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "text",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "text",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "text",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "text",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "text",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "text",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "text",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_046",
                                                                                "type": "text",
                                                                                "label": "Test"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "text",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "text",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "text",
                                                                                "label": "Priority"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ]
                                                            },
                                                            "onerror": [
                                                                {
                                                                    "id": 142,
                                                                    "module": "builtin:Ignore",
                                                                    "version": 1,
                                                                    "metadata": {
                                                                        "designer": {
                                                                            "x": 3181,
                                                                            "y": 4484
                                                                        }
                                                                    }
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                },
                                                {
                                                    "flow": [
                                                        {
                                                            "id": 143,
                                                            "module": "highlevel:updateAContact",
                                                            "version": 1,
                                                            "parameters": {
                                                                "__IMTCONN__": 1000003
                                                            },
                                                            "filter": {
                                                                "name": "Email: unknown",
                                                                "conditions": [
                                                                    [
                                                                        {
                                                                            "a": "{{134.result}}",
                                                                            "b": "unknown",
                                                                            "o": "text:equal"
                                                                        }
                                                                    ]
                                                                ]
                                                            },
                                                            "mapper": {
                                                                "address": {},
                                                                "contact": "{{14.contact_id}}",
                                                                "customField": {
                                                                    "custom_field_082": "unknown"
                                                                }
                                                            },
                                                            "metadata": {
                                                                "designer": {
                                                                    "x": 2851,
                                                                    "y": 4643
                                                                },
                                                                "restore": {
                                                                    "expect": {
                                                                        "dnd": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "tags": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "address": {
                                                                            "nested": {
                                                                                "country": {
                                                                                    "mode": "chose"
                                                                                }
                                                                            }
                                                                        },
                                                                        "contact": {
                                                                            "mode": "edit"
                                                                        },
                                                                        "timezone": {
                                                                            "mode": "chose",
                                                                            "label": "Empty"
                                                                        },
                                                                        "customField": {
                                                                            "nested": {
                                                                                "custom_field_006": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_007": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_009": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_012": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_014": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_015": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_024": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_026": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_028": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_030": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_032": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_033": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_034": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_035": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_039": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_042": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_043": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_049": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_054": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_055": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_060": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_065": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_067": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_069": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_071": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_072": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_075": {
                                                                                    "mode": "chose"
                                                                                },
                                                                                "custom_field_082": {
                                                                                    "mode": "chose",
                                                                                    "label": "unknown"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "parameters": {
                                                                        "__IMTCONN__": {
                                                                            "data": {
                                                                                "scoped": "true",
                                                                                "connection": "highlevel3"
                                                                            },
                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                        }
                                                                    }
                                                                },
                                                                "parameters": [
                                                                    {
                                                                        "name": "__IMTCONN__",
                                                                        "type": "account:highlevel,highlevel3",
                                                                        "label": "Connection",
                                                                        "required": true
                                                                    }
                                                                ],
                                                                "expect": [
                                                                    {
                                                                        "mode": "edit",
                                                                        "name": "contact",
                                                                        "type": "select",
                                                                        "label": "Contact ID",
                                                                        "required": true
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "email",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "dateOfBirth",
                                                                        "time": false,
                                                                        "type": "date",
                                                                        "label": "Date of Birth"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "url",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "select",
                                                                        "label": "Tags",
                                                                        "multiple": true
                                                                    },
                                                                    {
                                                                        "name": "address",
                                                                        "spec": [
                                                                            {
                                                                                "name": "address1",
                                                                                "type": "text",
                                                                                "label": "Street"
                                                                            },
                                                                            {
                                                                                "name": "city",
                                                                                "type": "text",
                                                                                "label": "City"
                                                                            },
                                                                            {
                                                                                "name": "state",
                                                                                "type": "text",
                                                                                "label": "State"
                                                                            },
                                                                            {
                                                                                "name": "postalCode",
                                                                                "type": "text",
                                                                                "label": "PostalCode"
                                                                            },
                                                                            {
                                                                                "name": "country",
                                                                                "type": "select",
                                                                                "label": "Country"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Address"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "select",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "select",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "select",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "select",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "select",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "select",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "select",
                                                                                "label": "Custom Status: WhatsApp",
                                                                                "multiple": true,
                                                                                "validate": {
                                                                                    "enum": [
                                                                                        "Valid"
                                                                                    ]
                                                                                }
                                                                            },
                                                                            {
                                                                                "name": "custom_field_043",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Find"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "select",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "select",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_042",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Research Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "select",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_032",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Research Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "select",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_065",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Send Letter"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "select",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "select",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "select",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "select",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "select",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "select",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "select",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "select",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "select",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_046",
                                                                                "type": "text",
                                                                                "label": "Test"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "select",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "select",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "select",
                                                                                "label": "Priority"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ],
                                                                "interface": [
                                                                    {
                                                                        "name": "id",
                                                                        "type": "text",
                                                                        "label": "Contact ID"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "text",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "type",
                                                                        "type": "text",
                                                                        "label": "Type"
                                                                    },
                                                                    {
                                                                        "name": "locationId",
                                                                        "type": "text",
                                                                        "label": "Location ID"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "inboundDndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "all",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "All"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Inbound Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "dndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "Call",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Call"
                                                                            },
                                                                            {
                                                                                "name": "Email",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Email"
                                                                            },
                                                                            {
                                                                                "name": "SMS",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "SMS"
                                                                            },
                                                                            {
                                                                                "name": "WhatsApp",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "GMB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "GMB"
                                                                            },
                                                                            {
                                                                                "name": "FB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "FB"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "createdBy",
                                                                        "spec": [
                                                                            {
                                                                                "name": "sourceId",
                                                                                "type": "text",
                                                                                "label": "Source ID"
                                                                            },
                                                                            {
                                                                                "name": "channel",
                                                                                "type": "text",
                                                                                "label": "Channel"
                                                                            },
                                                                            {
                                                                                "name": "source",
                                                                                "type": "text",
                                                                                "label": "Source"
                                                                            },
                                                                            {
                                                                                "name": "sourceName",
                                                                                "type": "text",
                                                                                "label": "Source Name"
                                                                            },
                                                                            {
                                                                                "name": "timestamp",
                                                                                "type": "date",
                                                                                "label": "Timestamp"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Created By"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "array",
                                                                        "label": "Tags"
                                                                    },
                                                                    {
                                                                        "name": "dateAdded",
                                                                        "type": "date",
                                                                        "label": "Date Added"
                                                                    },
                                                                    {
                                                                        "name": "additionalEmails",
                                                                        "type": "array",
                                                                        "label": "Additional Emails"
                                                                    },
                                                                    {
                                                                        "name": "additionalPhones",
                                                                        "type": "array",
                                                                        "label": "Additional Phones"
                                                                    },
                                                                    {
                                                                        "name": "country",
                                                                        "type": "text",
                                                                        "label": "Country"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "lastNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Last Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "emailLowerCase",
                                                                        "type": "text",
                                                                        "label": "Email Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "text",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "postalCode",
                                                                        "type": "text",
                                                                        "label": "Postal Code"
                                                                    },
                                                                    {
                                                                        "name": "dateUpdated",
                                                                        "type": "date",
                                                                        "label": "Date Updated"
                                                                    },
                                                                    {
                                                                        "name": "fullNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Full Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "firstNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "First Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "text",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "text",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "text",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "text",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "text",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "text",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "array",
                                                                                "label": "Custom Status: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_043",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Find"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "text",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "text",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_042",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Research Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "text",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_032",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Research Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "text",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_065",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Send Letter"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "text",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "text",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "text",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "text",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "text",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "text",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "text",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "text",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "text",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_046",
                                                                                "type": "text",
                                                                                "label": "Test"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "text",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "text",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "text",
                                                                                "label": "Priority"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ]
                                                            },
                                                            "onerror": [
                                                                {
                                                                    "id": 144,
                                                                    "module": "builtin:Ignore",
                                                                    "version": 1,
                                                                    "metadata": {
                                                                        "designer": {
                                                                            "x": 3155,
                                                                            "y": 4862
                                                                        }
                                                                    }
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "flow": [
                                        {
                                            "id": 105,
                                            "module": "highlevel:getAContact",
                                            "version": 1,
                                            "parameters": {
                                                "__IMTCONN__": 1000003
                                            },
                                            "mapper": {
                                                "contact": "{{14.contact_id}}"
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": 703,
                                                    "y": 4907
                                                },
                                                "restore": {
                                                    "expect": {
                                                        "contact": {
                                                            "mode": "edit"
                                                        }
                                                    },
                                                    "parameters": {
                                                        "__IMTCONN__": {
                                                            "data": {
                                                                "scoped": "true",
                                                                "connection": "highlevel3"
                                                            },
                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                        }
                                                    }
                                                },
                                                "parameters": [
                                                    {
                                                        "name": "__IMTCONN__",
                                                        "type": "account:highlevel,highlevel3",
                                                        "label": "Connection",
                                                        "required": true
                                                    }
                                                ],
                                                "expect": [
                                                    {
                                                        "mode": "edit",
                                                        "name": "contact",
                                                        "type": "select",
                                                        "label": "Contact ID",
                                                        "required": true
                                                    }
                                                ],
                                                "interface": [
                                                    {
                                                        "name": "id",
                                                        "type": "text",
                                                        "label": "Contact ID"
                                                    },
                                                    {
                                                        "name": "locationId",
                                                        "type": "text",
                                                        "label": "Location ID"
                                                    },
                                                    {
                                                        "name": "dateOfBirth",
                                                        "type": "date",
                                                        "label": "Date Of Birth"
                                                    },
                                                    {
                                                        "name": "email",
                                                        "type": "text",
                                                        "label": "Email"
                                                    },
                                                    {
                                                        "name": "birthMonth",
                                                        "type": "number",
                                                        "label": "Birth Month"
                                                    },
                                                    {
                                                        "name": "firstName",
                                                        "type": "text",
                                                        "label": "First Name"
                                                    },
                                                    {
                                                        "name": "fullNameLowerCase",
                                                        "type": "text",
                                                        "label": "Full Name Lower Case"
                                                    },
                                                    {
                                                        "name": "firstNameLowerCase",
                                                        "type": "text",
                                                        "label": "First Name Lower Case"
                                                    },
                                                    {
                                                        "name": "state",
                                                        "type": "text",
                                                        "label": "State"
                                                    },
                                                    {
                                                        "name": "timezone",
                                                        "type": "text",
                                                        "label": "Timezone"
                                                    },
                                                    {
                                                        "name": "country",
                                                        "type": "text",
                                                        "label": "Country"
                                                    },
                                                    {
                                                        "name": "lastName",
                                                        "type": "text",
                                                        "label": "Last Name"
                                                    },
                                                    {
                                                        "name": "emailLowerCase",
                                                        "type": "text",
                                                        "label": "Email Lower Case"
                                                    },
                                                    {
                                                        "name": "postalCode",
                                                        "type": "text",
                                                        "label": "Postal Code"
                                                    },
                                                    {
                                                        "name": "city",
                                                        "type": "text",
                                                        "label": "City"
                                                    },
                                                    {
                                                        "name": "lastNameLowerCase",
                                                        "type": "text",
                                                        "label": "Last Name Lower Case"
                                                    },
                                                    {
                                                        "name": "birthDay",
                                                        "type": "number",
                                                        "label": "Birth Day"
                                                    },
                                                    {
                                                        "name": "address1",
                                                        "type": "text",
                                                        "label": "Address 1"
                                                    },
                                                    {
                                                        "name": "companyName",
                                                        "type": "text",
                                                        "label": "Company Name"
                                                    },
                                                    {
                                                        "name": "website",
                                                        "type": "text",
                                                        "label": "Website"
                                                    },
                                                    {
                                                        "name": "phone",
                                                        "type": "text",
                                                        "label": "Phone"
                                                    },
                                                    {
                                                        "name": "dndDate",
                                                        "spec": [
                                                            {
                                                                "name": "_seconds",
                                                                "type": "number",
                                                                "label": " Seconds"
                                                            },
                                                            {
                                                                "name": "_nanoseconds",
                                                                "type": "number",
                                                                "label": " Nanoseconds"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Dnd Date"
                                                    },
                                                    {
                                                        "name": "conversations",
                                                        "spec": {
                                                            "spec": [
                                                                {
                                                                    "name": "id",
                                                                    "type": "text",
                                                                    "label": "ID"
                                                                }
                                                            ],
                                                            "type": "collection"
                                                        },
                                                        "type": "array",
                                                        "label": "Conversations"
                                                    },
                                                    {
                                                        "name": "tags",
                                                        "spec": {
                                                            "type": "text"
                                                        },
                                                        "type": "array",
                                                        "label": "Tags"
                                                    },
                                                    {
                                                        "name": "dateUpdated",
                                                        "type": "date",
                                                        "label": "Date Updated"
                                                    },
                                                    {
                                                        "name": "source",
                                                        "type": "text",
                                                        "label": "Source"
                                                    },
                                                    {
                                                        "name": "type",
                                                        "type": "text",
                                                        "label": "Type"
                                                    },
                                                    {
                                                        "name": "dnd",
                                                        "type": "boolean",
                                                        "label": "Dnd"
                                                    },
                                                    {
                                                        "name": "dndSettings",
                                                        "spec": [
                                                            {
                                                                "name": "Call",
                                                                "spec": [
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection"
                                                            },
                                                            {
                                                                "name": "Email",
                                                                "spec": [
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection"
                                                            },
                                                            {
                                                                "name": "SMS",
                                                                "spec": [
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection"
                                                            },
                                                            {
                                                                "name": "FB",
                                                                "spec": [
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection"
                                                            },
                                                            {
                                                                "name": "GMB",
                                                                "spec": [
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection"
                                                            },
                                                            {
                                                                "name": "WhatsApp",
                                                                "spec": [
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Dnd Settings"
                                                    },
                                                    {
                                                        "name": "createdBy",
                                                        "spec": [
                                                            {
                                                                "name": "sourceId",
                                                                "type": "text",
                                                                "label": "Source ID"
                                                            },
                                                            {
                                                                "name": "channel",
                                                                "type": "text",
                                                                "label": "Channel"
                                                            },
                                                            {
                                                                "name": "source",
                                                                "type": "text",
                                                                "label": "Source"
                                                            },
                                                            {
                                                                "name": "timestamp",
                                                                "type": "date",
                                                                "label": "Timestamp"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Created By"
                                                    },
                                                    {
                                                        "name": "dateAdded",
                                                        "type": "date",
                                                        "label": "Date Added"
                                                    },
                                                    {
                                                        "name": "additionalEmails",
                                                        "type": "array",
                                                        "label": "Additional Emails"
                                                    },
                                                    {
                                                        "name": "customField",
                                                        "spec": [
                                                            {
                                                                "name": "custom_field_019",
                                                                "type": "text",
                                                                "label": "AI Call Summary",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_014",
                                                                "type": "text",
                                                                "label": "What is your company’s annual revenue?"
                                                            },
                                                            {
                                                                "name": "custom_field_026",
                                                                "type": "text",
                                                                "label": "Instantly: Campaign"
                                                            },
                                                            {
                                                                "name": "custom_field_052",
                                                                "type": "text",
                                                                "label": "AI Call Transcript",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_060",
                                                                "type": "text",
                                                                "label": "Company Industry"
                                                            },
                                                            {
                                                                "name": "custom_field_072",
                                                                "type": "text",
                                                                "label": "Custom Status: Website"
                                                            },
                                                            {
                                                                "name": "custom_field_074",
                                                                "type": "text",
                                                                "label": "Custom Message: WhatsApp",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_082",
                                                                "type": "text",
                                                                "label": "Custom Status: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_021",
                                                                "type": "text",
                                                                "label": "Ownership Status"
                                                            },
                                                            {
                                                                "name": "custom_field_028",
                                                                "type": "text",
                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                            },
                                                            {
                                                                "name": "custom_field_040",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 1",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_049",
                                                                "type": "text",
                                                                "label": "Instantly: Latest Status"
                                                            },
                                                            {
                                                                "name": "custom_field_075",
                                                                "type": "array",
                                                                "label": "Custom Status: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_077",
                                                                "type": "number",
                                                                "label": "Company Last Headcount"
                                                            },
                                                            {
                                                                "name": "custom_field_007",
                                                                "type": "text",
                                                                "label": "Instantly: Email Events"
                                                            },
                                                            {
                                                                "name": "custom_field_009",
                                                                "type": "text",
                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                            },
                                                            {
                                                                "name": "custom_field_010",
                                                                "type": "text",
                                                                "label": "Gatekeeper Name"
                                                            },
                                                            {
                                                                "name": "custom_field_084",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 2",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_020",
                                                                "type": "number",
                                                                "label": "Company Estimated Turnover"
                                                            },
                                                            {
                                                                "name": "custom_field_017",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 3",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_038",
                                                                "type": "text",
                                                                "label": "Contact Permission"
                                                            },
                                                            {
                                                                "name": "custom_field_069",
                                                                "type": "text",
                                                                "label": "Instantly: Lead Status"
                                                            },
                                                            {
                                                                "name": "custom_field_011",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Universal",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_044",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Email",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_061",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: WhatsApp",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_005",
                                                                "type": "text",
                                                                "label": "Google Place ID"
                                                            },
                                                            {
                                                                "name": "custom_field_024",
                                                                "type": "text",
                                                                "label": "Instantly: Meeting Events"
                                                            },
                                                            {
                                                                "name": "custom_field_063",
                                                                "type": "text",
                                                                "label": "Decision Maker Name"
                                                            },
                                                            {
                                                                "name": "custom_field_085",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: SMS",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_029",
                                                                "type": "number",
                                                                "label": "Company Age (In Years)"
                                                            },
                                                            {
                                                                "name": "custom_field_030",
                                                                "type": "text",
                                                                "label": "Instantly: Other Lead Events"
                                                            },
                                                            {
                                                                "name": "custom_field_054",
                                                                "type": "text",
                                                                "label": "What type of customers make up the majority of your revenue?"
                                                            },
                                                            {
                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                "type": "text",
                                                                "label": "Valuation Interest"
                                                            },
                                                            {
                                                                "name": "custom_field_081",
                                                                "type": "text",
                                                                "label": "Google CID"
                                                            },
                                                            {
                                                                "name": "custom_field_008",
                                                                "type": "text",
                                                                "label": "Business Size Indicator"
                                                            },
                                                            {
                                                                "name": "custom_field_034",
                                                                "type": "text",
                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                            },
                                                            {
                                                                "name": "custom_field_036",
                                                                "type": "text",
                                                                "label": "Company Google Plus Code"
                                                            },
                                                            {
                                                                "name": "custom_field_083",
                                                                "type": "text",
                                                                "label": "Company Age (In years & Months)"
                                                            },
                                                            {
                                                                "name": "custom_field_087",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: AI Calls",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_035",
                                                                "type": "text",
                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                            },
                                                            {
                                                                "name": "custom_field_057",
                                                                "type": "text",
                                                                "label": "Contact Details Captured"
                                                            },
                                                            {
                                                                "name": "custom_field_059",
                                                                "type": "text",
                                                                "label": "Company number"
                                                            },
                                                            {
                                                                "name": "custom_field_013",
                                                                "type": "number",
                                                                "label": "Company SIC Code"
                                                            },
                                                            {
                                                                "name": "custom_field_023",
                                                                "type": "text",
                                                                "label": "Personalised Context: AI Calls",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_031",
                                                                "type": "text",
                                                                "label": "Company Overview",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_033",
                                                                "type": "text",
                                                                "label": "How long have you been operating the business?"
                                                            },
                                                            {
                                                                "name": "custom_field_050",
                                                                "type": "text",
                                                                "label": "Contact Details Provided"
                                                            },
                                                            {
                                                                "name": "custom_field_071",
                                                                "type": "text",
                                                                "label": "Email Type"
                                                            },
                                                            {
                                                                "name": "custom_field_004",
                                                                "type": "text",
                                                                "label": "Company Financials",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_006",
                                                                "type": "text",
                                                                "label": "Phone Type"
                                                            },
                                                            {
                                                                "name": "custom_field_015",
                                                                "type": "text",
                                                                "label": "What would be your ideal outcome if you sold?"
                                                            },
                                                            {
                                                                "name": "custom_field_064",
                                                                "type": "text",
                                                                "label": "Contact Method Preference"
                                                            },
                                                            {
                                                                "name": "custom_field_066",
                                                                "type": "text",
                                                                "label": "Personalised Homepage URL"
                                                            },
                                                            {
                                                                "name": "custom_field_053",
                                                                "type": "text",
                                                                "label": "Google Maps Place URL"
                                                            },
                                                            {
                                                                "name": "custom_field_056",
                                                                "type": "text",
                                                                "label": "Engagement Interest Level"
                                                            },
                                                            {
                                                                "name": "custom_field_067",
                                                                "type": "text",
                                                                "label": "Valid Email (Manual)"
                                                            },
                                                            {
                                                                "name": "custom_field_025",
                                                                "type": "text",
                                                                "label": "Instantly \"event_type\""
                                                            },
                                                            {
                                                                "name": "custom_field_078",
                                                                "type": "text",
                                                                "label": "Personalised Grow Page URL"
                                                            },
                                                            {
                                                                "name": "custom_field_080",
                                                                "type": "text",
                                                                "label": "Decision Maker Availability"
                                                            },
                                                            {
                                                                "name": "custom_field_037",
                                                                "type": "text",
                                                                "label": "Company Services",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_046",
                                                                "type": "text",
                                                                "label": "Test"
                                                            },
                                                            {
                                                                "name": "custom_field_073",
                                                                "type": "text",
                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                            },
                                                            {
                                                                "name": "custom_field_027",
                                                                "type": "number",
                                                                "label": "Company Google Rating"
                                                            },
                                                            {
                                                                "name": "custom_field_051",
                                                                "type": "text",
                                                                "label": "AI Research: Company",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_062",
                                                                "type": "text",
                                                                "label": "AI Research: Person",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_079",
                                                                "type": "number",
                                                                "label": "Company Google Review Count"
                                                            },
                                                            {
                                                                "name": "custom_field_018",
                                                                "type": "text",
                                                                "label": "Legal Company Name"
                                                            },
                                                            {
                                                                "name": "custom_field_058",
                                                                "type": "date",
                                                                "label": "Company Incorporation Date"
                                                            },
                                                            {
                                                                "name": "custom_field_041",
                                                                "type": "text",
                                                                "label": "Job Title"
                                                            },
                                                            {
                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                "type": "text",
                                                                "label": "LinkedIn Personal URL"
                                                            },
                                                            {
                                                                "name": "custom_field_002",
                                                                "type": "text",
                                                                "label": "LinkedIn Company URL"
                                                            },
                                                            {
                                                                "name": "custom_field_045",
                                                                "type": "text",
                                                                "label": "Message",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_055",
                                                                "type": "text",
                                                                "label": "Company type"
                                                            },
                                                            {
                                                                "name": "custom_field_012",
                                                                "type": "text",
                                                                "label": "Company status"
                                                            },
                                                            {
                                                                "name": "custom_field_070",
                                                                "type": "number",
                                                                "label": "Officers Age (in years)"
                                                            },
                                                            {
                                                                "name": "custom_field_016",
                                                                "type": "text",
                                                                "label": "AI Find: Contact Data & Notes",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_086",
                                                                "type": "text",
                                                                "label": "AI Find: Original Backup Contact Data",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_039",
                                                                "type": "text",
                                                                "label": "Priority"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Custom Fields"
                                                    }
                                                ]
                                            }
                                        },
                                        {
                                            "id": 87,
                                            "module": "highlevel:updateAContact",
                                            "version": 1,
                                            "parameters": {
                                                "__IMTCONN__": 1000003
                                            },
                                            "filter": {
                                                "name": "LinkedIn Company URL: found and empty on CRM",
                                                "conditions": [
                                                    [
                                                        {
                                                            "a": "{{83.linkedinCompanyUrl}}",
                                                            "b": "Not found",
                                                            "o": "text:notcontain:ci"
                                                        },
                                                        {
                                                            "a": "{{105.customField.`custom_field_002`}}",
                                                            "o": "notexist"
                                                        }
                                                    ]
                                                ]
                                            },
                                            "mapper": {
                                                "address": {},
                                                "contact": "{{14.contact_id}}",
                                                "customField": {
                                                    "custom_field_002": "{{83.linkedinCompanyUrl}}"
                                                }
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": 1276,
                                                    "y": 4911
                                                },
                                                "restore": {
                                                    "expect": {
                                                        "dnd": {
                                                            "mode": "chose"
                                                        },
                                                        "tags": {
                                                            "mode": "chose"
                                                        },
                                                        "address": {
                                                            "nested": {
                                                                "country": {
                                                                    "mode": "chose"
                                                                }
                                                            }
                                                        },
                                                        "contact": {
                                                            "mode": "edit"
                                                        },
                                                        "timezone": {
                                                            "mode": "chose",
                                                            "label": "Empty"
                                                        },
                                                        "customField": {
                                                            "nested": {
                                                                "custom_field_006": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_007": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_009": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_012": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_014": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_015": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_024": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_026": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_028": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_030": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_033": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_034": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_035": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_039": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_049": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_054": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_055": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_060": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_067": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_069": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_071": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_072": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_075": {
                                                                    "mode": "chose"
                                                                },
                                                                "custom_field_082": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "parameters": {
                                                        "__IMTCONN__": {
                                                            "data": {
                                                                "scoped": "true",
                                                                "connection": "highlevel3"
                                                            },
                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                        }
                                                    }
                                                },
                                                "parameters": [
                                                    {
                                                        "name": "__IMTCONN__",
                                                        "type": "account:highlevel,highlevel3",
                                                        "label": "Connection",
                                                        "required": true
                                                    }
                                                ],
                                                "expect": [
                                                    {
                                                        "mode": "edit",
                                                        "name": "contact",
                                                        "type": "select",
                                                        "label": "Contact ID",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "firstName",
                                                        "type": "text",
                                                        "label": "First Name"
                                                    },
                                                    {
                                                        "name": "lastName",
                                                        "type": "text",
                                                        "label": "Last Name"
                                                    },
                                                    {
                                                        "name": "email",
                                                        "type": "email",
                                                        "label": "Email"
                                                    },
                                                    {
                                                        "name": "phone",
                                                        "type": "text",
                                                        "label": "Phone"
                                                    },
                                                    {
                                                        "name": "dateOfBirth",
                                                        "time": false,
                                                        "type": "date",
                                                        "label": "Date of Birth"
                                                    },
                                                    {
                                                        "name": "companyName",
                                                        "type": "text",
                                                        "label": "Company Name"
                                                    },
                                                    {
                                                        "name": "website",
                                                        "type": "url",
                                                        "label": "Website"
                                                    },
                                                    {
                                                        "name": "tags",
                                                        "type": "select",
                                                        "label": "Tags",
                                                        "multiple": true
                                                    },
                                                    {
                                                        "name": "address",
                                                        "spec": [
                                                            {
                                                                "name": "address1",
                                                                "type": "text",
                                                                "label": "Street"
                                                            },
                                                            {
                                                                "name": "city",
                                                                "type": "text",
                                                                "label": "City"
                                                            },
                                                            {
                                                                "name": "state",
                                                                "type": "text",
                                                                "label": "State"
                                                            },
                                                            {
                                                                "name": "postalCode",
                                                                "type": "text",
                                                                "label": "PostalCode"
                                                            },
                                                            {
                                                                "name": "country",
                                                                "type": "select",
                                                                "label": "Country"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Address"
                                                    },
                                                    {
                                                        "name": "source",
                                                        "type": "text",
                                                        "label": "Source"
                                                    },
                                                    {
                                                        "name": "timezone",
                                                        "type": "select",
                                                        "label": "Timezone"
                                                    },
                                                    {
                                                        "name": "dnd",
                                                        "type": "boolean",
                                                        "label": "Dnd"
                                                    },
                                                    {
                                                        "name": "customField",
                                                        "spec": [
                                                            {
                                                                "name": "custom_field_019",
                                                                "type": "text",
                                                                "label": "AI Call Summary"
                                                            },
                                                            {
                                                                "name": "custom_field_014",
                                                                "type": "select",
                                                                "label": "What is your company’s annual revenue?"
                                                            },
                                                            {
                                                                "name": "custom_field_026",
                                                                "type": "select",
                                                                "label": "Instantly: Campaign"
                                                            },
                                                            {
                                                                "name": "custom_field_052",
                                                                "type": "text",
                                                                "label": "AI Call Transcript"
                                                            },
                                                            {
                                                                "name": "custom_field_060",
                                                                "type": "select",
                                                                "label": "Company Industry"
                                                            },
                                                            {
                                                                "name": "custom_field_072",
                                                                "type": "select",
                                                                "label": "Custom Status: Website"
                                                            },
                                                            {
                                                                "name": "custom_field_074",
                                                                "type": "text",
                                                                "label": "Custom Message: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_082",
                                                                "type": "select",
                                                                "label": "Custom Status: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_021",
                                                                "type": "text",
                                                                "label": "Ownership Status"
                                                            },
                                                            {
                                                                "name": "custom_field_028",
                                                                "type": "select",
                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                            },
                                                            {
                                                                "name": "custom_field_040",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 1"
                                                            },
                                                            {
                                                                "name": "custom_field_049",
                                                                "type": "select",
                                                                "label": "Instantly: Latest Status"
                                                            },
                                                            {
                                                                "name": "custom_field_075",
                                                                "type": "select",
                                                                "label": "Custom Status: WhatsApp",
                                                                "multiple": true,
                                                                "validate": {
                                                                    "enum": [
                                                                        "Valid"
                                                                    ]
                                                                }
                                                            },
                                                            {
                                                                "name": "custom_field_077",
                                                                "type": "number",
                                                                "label": "Company Last Headcount"
                                                            },
                                                            {
                                                                "name": "custom_field_007",
                                                                "type": "select",
                                                                "label": "Instantly: Email Events"
                                                            },
                                                            {
                                                                "name": "custom_field_009",
                                                                "type": "select",
                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                            },
                                                            {
                                                                "name": "custom_field_010",
                                                                "type": "text",
                                                                "label": "Gatekeeper Name"
                                                            },
                                                            {
                                                                "name": "custom_field_084",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 2"
                                                            },
                                                            {
                                                                "name": "custom_field_020",
                                                                "type": "number",
                                                                "label": "Company Estimated Turnover"
                                                            },
                                                            {
                                                                "name": "custom_field_017",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 3"
                                                            },
                                                            {
                                                                "name": "custom_field_038",
                                                                "type": "text",
                                                                "label": "Contact Permission"
                                                            },
                                                            {
                                                                "name": "custom_field_069",
                                                                "type": "select",
                                                                "label": "Instantly: Lead Status"
                                                            },
                                                            {
                                                                "name": "custom_field_011",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Universal"
                                                            },
                                                            {
                                                                "name": "custom_field_044",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_061",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_005",
                                                                "type": "text",
                                                                "label": "Google Place ID"
                                                            },
                                                            {
                                                                "name": "custom_field_024",
                                                                "type": "select",
                                                                "label": "Instantly: Meeting Events"
                                                            },
                                                            {
                                                                "name": "custom_field_063",
                                                                "type": "text",
                                                                "label": "Decision Maker Name"
                                                            },
                                                            {
                                                                "name": "custom_field_085",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: SMS"
                                                            },
                                                            {
                                                                "name": "custom_field_029",
                                                                "type": "number",
                                                                "label": "Company Age (In Years)"
                                                            },
                                                            {
                                                                "name": "custom_field_030",
                                                                "type": "select",
                                                                "label": "Instantly: Other Lead Events"
                                                            },
                                                            {
                                                                "name": "custom_field_054",
                                                                "type": "select",
                                                                "label": "What type of customers make up the majority of your revenue?"
                                                            },
                                                            {
                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                "type": "text",
                                                                "label": "Valuation Interest"
                                                            },
                                                            {
                                                                "name": "custom_field_081",
                                                                "type": "text",
                                                                "label": "Google CID"
                                                            },
                                                            {
                                                                "name": "custom_field_008",
                                                                "type": "text",
                                                                "label": "Business Size Indicator"
                                                            },
                                                            {
                                                                "name": "custom_field_034",
                                                                "type": "select",
                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                            },
                                                            {
                                                                "name": "custom_field_036",
                                                                "type": "text",
                                                                "label": "Company Google Plus Code"
                                                            },
                                                            {
                                                                "name": "custom_field_083",
                                                                "type": "text",
                                                                "label": "Company Age (In years & Months)"
                                                            },
                                                            {
                                                                "name": "custom_field_087",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: AI Calls"
                                                            },
                                                            {
                                                                "name": "custom_field_035",
                                                                "type": "select",
                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                            },
                                                            {
                                                                "name": "custom_field_057",
                                                                "type": "text",
                                                                "label": "Contact Details Captured"
                                                            },
                                                            {
                                                                "name": "custom_field_059",
                                                                "type": "text",
                                                                "label": "Company number"
                                                            },
                                                            {
                                                                "name": "custom_field_013",
                                                                "type": "number",
                                                                "label": "Company SIC Code"
                                                            },
                                                            {
                                                                "name": "custom_field_023",
                                                                "type": "text",
                                                                "label": "Personalised Context: AI Calls"
                                                            },
                                                            {
                                                                "name": "custom_field_031",
                                                                "type": "text",
                                                                "label": "Company Overview"
                                                            },
                                                            {
                                                                "name": "custom_field_033",
                                                                "type": "select",
                                                                "label": "How long have you been operating the business?"
                                                            },
                                                            {
                                                                "name": "custom_field_050",
                                                                "type": "text",
                                                                "label": "Contact Details Provided"
                                                            },
                                                            {
                                                                "name": "custom_field_071",
                                                                "type": "select",
                                                                "label": "Email Type"
                                                            },
                                                            {
                                                                "name": "custom_field_004",
                                                                "type": "text",
                                                                "label": "Company Financials"
                                                            },
                                                            {
                                                                "name": "custom_field_006",
                                                                "type": "select",
                                                                "label": "Phone Type"
                                                            },
                                                            {
                                                                "name": "custom_field_015",
                                                                "type": "select",
                                                                "label": "What would be your ideal outcome if you sold?"
                                                            },
                                                            {
                                                                "name": "custom_field_064",
                                                                "type": "text",
                                                                "label": "Contact Method Preference"
                                                            },
                                                            {
                                                                "name": "custom_field_066",
                                                                "type": "text",
                                                                "label": "Personalised Homepage URL"
                                                            },
                                                            {
                                                                "name": "custom_field_053",
                                                                "type": "text",
                                                                "label": "Google Maps Place URL"
                                                            },
                                                            {
                                                                "name": "custom_field_056",
                                                                "type": "text",
                                                                "label": "Engagement Interest Level"
                                                            },
                                                            {
                                                                "name": "custom_field_067",
                                                                "type": "select",
                                                                "label": "Valid Email (Manual)"
                                                            },
                                                            {
                                                                "name": "custom_field_025",
                                                                "type": "text",
                                                                "label": "Instantly \"event_type\""
                                                            },
                                                            {
                                                                "name": "custom_field_078",
                                                                "type": "text",
                                                                "label": "Personalised Grow Page URL"
                                                            },
                                                            {
                                                                "name": "custom_field_080",
                                                                "type": "text",
                                                                "label": "Decision Maker Availability"
                                                            },
                                                            {
                                                                "name": "custom_field_037",
                                                                "type": "text",
                                                                "label": "Company Services"
                                                            },
                                                            {
                                                                "name": "custom_field_046",
                                                                "type": "text",
                                                                "label": "Test"
                                                            },
                                                            {
                                                                "name": "custom_field_073",
                                                                "type": "text",
                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                            },
                                                            {
                                                                "name": "custom_field_027",
                                                                "type": "number",
                                                                "label": "Company Google Rating"
                                                            },
                                                            {
                                                                "name": "custom_field_051",
                                                                "type": "text",
                                                                "label": "AI Research: Company"
                                                            },
                                                            {
                                                                "name": "custom_field_062",
                                                                "type": "text",
                                                                "label": "AI Research: Person"
                                                            },
                                                            {
                                                                "name": "custom_field_079",
                                                                "type": "number",
                                                                "label": "Company Google Review Count"
                                                            },
                                                            {
                                                                "name": "custom_field_058",
                                                                "type": "date",
                                                                "label": "Company Incorporation Date"
                                                            },
                                                            {
                                                                "name": "custom_field_041",
                                                                "type": "text",
                                                                "label": "Job Title"
                                                            },
                                                            {
                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                "type": "text",
                                                                "label": "LinkedIn Personal URL"
                                                            },
                                                            {
                                                                "name": "custom_field_002",
                                                                "type": "text",
                                                                "label": "LinkedIn Company URL"
                                                            },
                                                            {
                                                                "name": "custom_field_045",
                                                                "type": "text",
                                                                "label": "Message"
                                                            },
                                                            {
                                                                "name": "custom_field_055",
                                                                "type": "select",
                                                                "label": "Company type"
                                                            },
                                                            {
                                                                "name": "custom_field_012",
                                                                "type": "select",
                                                                "label": "Company status"
                                                            },
                                                            {
                                                                "name": "custom_field_070",
                                                                "type": "number",
                                                                "label": "Officers Age (in years)"
                                                            },
                                                            {
                                                                "name": "custom_field_016",
                                                                "type": "text",
                                                                "label": "AI Find: Contact Data & Notes"
                                                            },
                                                            {
                                                                "name": "custom_field_086",
                                                                "type": "text",
                                                                "label": "AI Find: Original Backup Contact Data"
                                                            },
                                                            {
                                                                "name": "custom_field_039",
                                                                "type": "select",
                                                                "label": "Priority"
                                                            },
                                                            {
                                                                "name": "custom_field_018",
                                                                "type": "text",
                                                                "label": "Legal Company Name"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Custom Fields"
                                                    }
                                                ],
                                                "interface": [
                                                    {
                                                        "name": "id",
                                                        "type": "text",
                                                        "label": "Contact ID"
                                                    },
                                                    {
                                                        "name": "timezone",
                                                        "type": "text",
                                                        "label": "Timezone"
                                                    },
                                                    {
                                                        "name": "type",
                                                        "type": "text",
                                                        "label": "Type"
                                                    },
                                                    {
                                                        "name": "locationId",
                                                        "type": "text",
                                                        "label": "Location ID"
                                                    },
                                                    {
                                                        "name": "dnd",
                                                        "type": "boolean",
                                                        "label": "Dnd"
                                                    },
                                                    {
                                                        "name": "inboundDndSettings",
                                                        "spec": [
                                                            {
                                                                "name": "all",
                                                                "spec": [
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "All"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Inbound Dnd Settings"
                                                    },
                                                    {
                                                        "name": "dndSettings",
                                                        "spec": [
                                                            {
                                                                "name": "Call",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Call"
                                                            },
                                                            {
                                                                "name": "Email",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Email"
                                                            },
                                                            {
                                                                "name": "SMS",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "SMS"
                                                            },
                                                            {
                                                                "name": "WhatsApp",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "WhatsApp"
                                                            },
                                                            {
                                                                "name": "GMB",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "GMB"
                                                            },
                                                            {
                                                                "name": "FB",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "FB"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Dnd Settings"
                                                    },
                                                    {
                                                        "name": "createdBy",
                                                        "spec": [
                                                            {
                                                                "name": "sourceId",
                                                                "type": "text",
                                                                "label": "Source ID"
                                                            },
                                                            {
                                                                "name": "channel",
                                                                "type": "text",
                                                                "label": "Channel"
                                                            },
                                                            {
                                                                "name": "source",
                                                                "type": "text",
                                                                "label": "Source"
                                                            },
                                                            {
                                                                "name": "sourceName",
                                                                "type": "text",
                                                                "label": "Source Name"
                                                            },
                                                            {
                                                                "name": "timestamp",
                                                                "type": "date",
                                                                "label": "Timestamp"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Created By"
                                                    },
                                                    {
                                                        "name": "tags",
                                                        "type": "array",
                                                        "label": "Tags"
                                                    },
                                                    {
                                                        "name": "dateAdded",
                                                        "type": "date",
                                                        "label": "Date Added"
                                                    },
                                                    {
                                                        "name": "additionalEmails",
                                                        "type": "array",
                                                        "label": "Additional Emails"
                                                    },
                                                    {
                                                        "name": "additionalPhones",
                                                        "type": "array",
                                                        "label": "Additional Phones"
                                                    },
                                                    {
                                                        "name": "country",
                                                        "type": "text",
                                                        "label": "Country"
                                                    },
                                                    {
                                                        "name": "lastName",
                                                        "type": "text",
                                                        "label": "Last Name"
                                                    },
                                                    {
                                                        "name": "lastNameLowerCase",
                                                        "type": "text",
                                                        "label": "Last Name Lower Case"
                                                    },
                                                    {
                                                        "name": "emailLowerCase",
                                                        "type": "text",
                                                        "label": "Email Lower Case"
                                                    },
                                                    {
                                                        "name": "email",
                                                        "type": "text",
                                                        "label": "Email"
                                                    },
                                                    {
                                                        "name": "postalCode",
                                                        "type": "text",
                                                        "label": "Postal Code"
                                                    },
                                                    {
                                                        "name": "dateUpdated",
                                                        "type": "date",
                                                        "label": "Date Updated"
                                                    },
                                                    {
                                                        "name": "fullNameLowerCase",
                                                        "type": "text",
                                                        "label": "Full Name Lower Case"
                                                    },
                                                    {
                                                        "name": "firstName",
                                                        "type": "text",
                                                        "label": "First Name"
                                                    },
                                                    {
                                                        "name": "firstNameLowerCase",
                                                        "type": "text",
                                                        "label": "First Name Lower Case"
                                                    },
                                                    {
                                                        "name": "source",
                                                        "type": "text",
                                                        "label": "Source"
                                                    },
                                                    {
                                                        "name": "companyName",
                                                        "type": "text",
                                                        "label": "Company Name"
                                                    },
                                                    {
                                                        "name": "website",
                                                        "type": "text",
                                                        "label": "Website"
                                                    },
                                                    {
                                                        "name": "phone",
                                                        "type": "text",
                                                        "label": "Phone"
                                                    },
                                                    {
                                                        "name": "customField",
                                                        "spec": [
                                                            {
                                                                "name": "custom_field_019",
                                                                "type": "text",
                                                                "label": "AI Call Summary",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_014",
                                                                "type": "text",
                                                                "label": "What is your company’s annual revenue?"
                                                            },
                                                            {
                                                                "name": "custom_field_026",
                                                                "type": "text",
                                                                "label": "Instantly: Campaign"
                                                            },
                                                            {
                                                                "name": "custom_field_052",
                                                                "type": "text",
                                                                "label": "AI Call Transcript",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_060",
                                                                "type": "text",
                                                                "label": "Company Industry"
                                                            },
                                                            {
                                                                "name": "custom_field_072",
                                                                "type": "text",
                                                                "label": "Custom Status: Website"
                                                            },
                                                            {
                                                                "name": "custom_field_074",
                                                                "type": "text",
                                                                "label": "Custom Message: WhatsApp",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_082",
                                                                "type": "text",
                                                                "label": "Custom Status: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_021",
                                                                "type": "text",
                                                                "label": "Ownership Status"
                                                            },
                                                            {
                                                                "name": "custom_field_028",
                                                                "type": "text",
                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                            },
                                                            {
                                                                "name": "custom_field_040",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 1",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_049",
                                                                "type": "text",
                                                                "label": "Instantly: Latest Status"
                                                            },
                                                            {
                                                                "name": "custom_field_075",
                                                                "type": "array",
                                                                "label": "Custom Status: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_077",
                                                                "type": "number",
                                                                "label": "Company Last Headcount"
                                                            },
                                                            {
                                                                "name": "custom_field_007",
                                                                "type": "text",
                                                                "label": "Instantly: Email Events"
                                                            },
                                                            {
                                                                "name": "custom_field_009",
                                                                "type": "text",
                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                            },
                                                            {
                                                                "name": "custom_field_010",
                                                                "type": "text",
                                                                "label": "Gatekeeper Name"
                                                            },
                                                            {
                                                                "name": "custom_field_084",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 2",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_020",
                                                                "type": "number",
                                                                "label": "Company Estimated Turnover"
                                                            },
                                                            {
                                                                "name": "custom_field_017",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 3",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_038",
                                                                "type": "text",
                                                                "label": "Contact Permission"
                                                            },
                                                            {
                                                                "name": "custom_field_069",
                                                                "type": "text",
                                                                "label": "Instantly: Lead Status"
                                                            },
                                                            {
                                                                "name": "custom_field_011",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Universal",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_044",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Email",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_061",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: WhatsApp",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_005",
                                                                "type": "text",
                                                                "label": "Google Place ID"
                                                            },
                                                            {
                                                                "name": "custom_field_024",
                                                                "type": "text",
                                                                "label": "Instantly: Meeting Events"
                                                            },
                                                            {
                                                                "name": "custom_field_063",
                                                                "type": "text",
                                                                "label": "Decision Maker Name"
                                                            },
                                                            {
                                                                "name": "custom_field_085",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: SMS",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_029",
                                                                "type": "number",
                                                                "label": "Company Age (In Years)"
                                                            },
                                                            {
                                                                "name": "custom_field_030",
                                                                "type": "text",
                                                                "label": "Instantly: Other Lead Events"
                                                            },
                                                            {
                                                                "name": "custom_field_054",
                                                                "type": "text",
                                                                "label": "What type of customers make up the majority of your revenue?"
                                                            },
                                                            {
                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                "type": "text",
                                                                "label": "Valuation Interest"
                                                            },
                                                            {
                                                                "name": "custom_field_081",
                                                                "type": "text",
                                                                "label": "Google CID"
                                                            },
                                                            {
                                                                "name": "custom_field_008",
                                                                "type": "text",
                                                                "label": "Business Size Indicator"
                                                            },
                                                            {
                                                                "name": "custom_field_034",
                                                                "type": "text",
                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                            },
                                                            {
                                                                "name": "custom_field_036",
                                                                "type": "text",
                                                                "label": "Company Google Plus Code"
                                                            },
                                                            {
                                                                "name": "custom_field_083",
                                                                "type": "text",
                                                                "label": "Company Age (In years & Months)"
                                                            },
                                                            {
                                                                "name": "custom_field_087",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: AI Calls",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_035",
                                                                "type": "text",
                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                            },
                                                            {
                                                                "name": "custom_field_057",
                                                                "type": "text",
                                                                "label": "Contact Details Captured"
                                                            },
                                                            {
                                                                "name": "custom_field_059",
                                                                "type": "text",
                                                                "label": "Company number"
                                                            },
                                                            {
                                                                "name": "custom_field_013",
                                                                "type": "number",
                                                                "label": "Company SIC Code"
                                                            },
                                                            {
                                                                "name": "custom_field_023",
                                                                "type": "text",
                                                                "label": "Personalised Context: AI Calls",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_031",
                                                                "type": "text",
                                                                "label": "Company Overview",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_033",
                                                                "type": "text",
                                                                "label": "How long have you been operating the business?"
                                                            },
                                                            {
                                                                "name": "custom_field_050",
                                                                "type": "text",
                                                                "label": "Contact Details Provided"
                                                            },
                                                            {
                                                                "name": "custom_field_071",
                                                                "type": "text",
                                                                "label": "Email Type"
                                                            },
                                                            {
                                                                "name": "custom_field_004",
                                                                "type": "text",
                                                                "label": "Company Financials",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_006",
                                                                "type": "text",
                                                                "label": "Phone Type"
                                                            },
                                                            {
                                                                "name": "custom_field_015",
                                                                "type": "text",
                                                                "label": "What would be your ideal outcome if you sold?"
                                                            },
                                                            {
                                                                "name": "custom_field_064",
                                                                "type": "text",
                                                                "label": "Contact Method Preference"
                                                            },
                                                            {
                                                                "name": "custom_field_066",
                                                                "type": "text",
                                                                "label": "Personalised Homepage URL"
                                                            },
                                                            {
                                                                "name": "custom_field_053",
                                                                "type": "text",
                                                                "label": "Google Maps Place URL"
                                                            },
                                                            {
                                                                "name": "custom_field_056",
                                                                "type": "text",
                                                                "label": "Engagement Interest Level"
                                                            },
                                                            {
                                                                "name": "custom_field_067",
                                                                "type": "text",
                                                                "label": "Valid Email (Manual)"
                                                            },
                                                            {
                                                                "name": "custom_field_025",
                                                                "type": "text",
                                                                "label": "Instantly \"event_type\""
                                                            },
                                                            {
                                                                "name": "custom_field_078",
                                                                "type": "text",
                                                                "label": "Personalised Grow Page URL"
                                                            },
                                                            {
                                                                "name": "custom_field_080",
                                                                "type": "text",
                                                                "label": "Decision Maker Availability"
                                                            },
                                                            {
                                                                "name": "custom_field_037",
                                                                "type": "text",
                                                                "label": "Company Services",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_046",
                                                                "type": "text",
                                                                "label": "Test"
                                                            },
                                                            {
                                                                "name": "custom_field_073",
                                                                "type": "text",
                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                            },
                                                            {
                                                                "name": "custom_field_027",
                                                                "type": "number",
                                                                "label": "Company Google Rating"
                                                            },
                                                            {
                                                                "name": "custom_field_051",
                                                                "type": "text",
                                                                "label": "AI Research: Company",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_062",
                                                                "type": "text",
                                                                "label": "AI Research: Person",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_079",
                                                                "type": "number",
                                                                "label": "Company Google Review Count"
                                                            },
                                                            {
                                                                "name": "custom_field_058",
                                                                "type": "date",
                                                                "label": "Company Incorporation Date"
                                                            },
                                                            {
                                                                "name": "custom_field_041",
                                                                "type": "text",
                                                                "label": "Job Title"
                                                            },
                                                            {
                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                "type": "text",
                                                                "label": "LinkedIn Personal URL"
                                                            },
                                                            {
                                                                "name": "custom_field_002",
                                                                "type": "text",
                                                                "label": "LinkedIn Company URL"
                                                            },
                                                            {
                                                                "name": "custom_field_045",
                                                                "type": "text",
                                                                "label": "Message",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_055",
                                                                "type": "text",
                                                                "label": "Company type"
                                                            },
                                                            {
                                                                "name": "custom_field_012",
                                                                "type": "text",
                                                                "label": "Company status"
                                                            },
                                                            {
                                                                "name": "custom_field_070",
                                                                "type": "number",
                                                                "label": "Officers Age (in years)"
                                                            },
                                                            {
                                                                "name": "custom_field_016",
                                                                "type": "text",
                                                                "label": "AI Find: Contact Data & Notes",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_086",
                                                                "type": "text",
                                                                "label": "AI Find: Original Backup Contact Data",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_039",
                                                                "type": "text",
                                                                "label": "Priority"
                                                            },
                                                            {
                                                                "name": "custom_field_018",
                                                                "type": "text",
                                                                "label": "Legal Company Name"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Custom Fields"
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                {
                                    "flow": [
                                        {
                                            "id": 106,
                                            "module": "highlevel:getAContact",
                                            "version": 1,
                                            "parameters": {
                                                "__IMTCONN__": 1000003
                                            },
                                            "mapper": {
                                                "contact": "{{14.contact_id}}"
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": 710,
                                                    "y": 5238
                                                },
                                                "restore": {
                                                    "expect": {
                                                        "contact": {
                                                            "mode": "edit"
                                                        }
                                                    },
                                                    "parameters": {
                                                        "__IMTCONN__": {
                                                            "data": {
                                                                "scoped": "true",
                                                                "connection": "highlevel3"
                                                            },
                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                        }
                                                    }
                                                },
                                                "parameters": [
                                                    {
                                                        "name": "__IMTCONN__",
                                                        "type": "account:highlevel,highlevel3",
                                                        "label": "Connection",
                                                        "required": true
                                                    }
                                                ],
                                                "expect": [
                                                    {
                                                        "mode": "edit",
                                                        "name": "contact",
                                                        "type": "select",
                                                        "label": "Contact ID",
                                                        "required": true
                                                    }
                                                ],
                                                "interface": [
                                                    {
                                                        "name": "id",
                                                        "type": "text",
                                                        "label": "Contact ID"
                                                    },
                                                    {
                                                        "name": "locationId",
                                                        "type": "text",
                                                        "label": "Location ID"
                                                    },
                                                    {
                                                        "name": "dateOfBirth",
                                                        "type": "date",
                                                        "label": "Date Of Birth"
                                                    },
                                                    {
                                                        "name": "email",
                                                        "type": "text",
                                                        "label": "Email"
                                                    },
                                                    {
                                                        "name": "birthMonth",
                                                        "type": "number",
                                                        "label": "Birth Month"
                                                    },
                                                    {
                                                        "name": "firstName",
                                                        "type": "text",
                                                        "label": "First Name"
                                                    },
                                                    {
                                                        "name": "fullNameLowerCase",
                                                        "type": "text",
                                                        "label": "Full Name Lower Case"
                                                    },
                                                    {
                                                        "name": "firstNameLowerCase",
                                                        "type": "text",
                                                        "label": "First Name Lower Case"
                                                    },
                                                    {
                                                        "name": "state",
                                                        "type": "text",
                                                        "label": "State"
                                                    },
                                                    {
                                                        "name": "timezone",
                                                        "type": "text",
                                                        "label": "Timezone"
                                                    },
                                                    {
                                                        "name": "country",
                                                        "type": "text",
                                                        "label": "Country"
                                                    },
                                                    {
                                                        "name": "lastName",
                                                        "type": "text",
                                                        "label": "Last Name"
                                                    },
                                                    {
                                                        "name": "emailLowerCase",
                                                        "type": "text",
                                                        "label": "Email Lower Case"
                                                    },
                                                    {
                                                        "name": "postalCode",
                                                        "type": "text",
                                                        "label": "Postal Code"
                                                    },
                                                    {
                                                        "name": "city",
                                                        "type": "text",
                                                        "label": "City"
                                                    },
                                                    {
                                                        "name": "lastNameLowerCase",
                                                        "type": "text",
                                                        "label": "Last Name Lower Case"
                                                    },
                                                    {
                                                        "name": "birthDay",
                                                        "type": "number",
                                                        "label": "Birth Day"
                                                    },
                                                    {
                                                        "name": "address1",
                                                        "type": "text",
                                                        "label": "Address 1"
                                                    },
                                                    {
                                                        "name": "companyName",
                                                        "type": "text",
                                                        "label": "Company Name"
                                                    },
                                                    {
                                                        "name": "website",
                                                        "type": "text",
                                                        "label": "Website"
                                                    },
                                                    {
                                                        "name": "phone",
                                                        "type": "text",
                                                        "label": "Phone"
                                                    },
                                                    {
                                                        "name": "dndDate",
                                                        "spec": [
                                                            {
                                                                "name": "_seconds",
                                                                "type": "number",
                                                                "label": " Seconds"
                                                            },
                                                            {
                                                                "name": "_nanoseconds",
                                                                "type": "number",
                                                                "label": " Nanoseconds"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Dnd Date"
                                                    },
                                                    {
                                                        "name": "conversations",
                                                        "spec": {
                                                            "spec": [
                                                                {
                                                                    "name": "id",
                                                                    "type": "text",
                                                                    "label": "ID"
                                                                }
                                                            ],
                                                            "type": "collection"
                                                        },
                                                        "type": "array",
                                                        "label": "Conversations"
                                                    },
                                                    {
                                                        "name": "tags",
                                                        "spec": {
                                                            "type": "text"
                                                        },
                                                        "type": "array",
                                                        "label": "Tags"
                                                    },
                                                    {
                                                        "name": "dateUpdated",
                                                        "type": "date",
                                                        "label": "Date Updated"
                                                    },
                                                    {
                                                        "name": "source",
                                                        "type": "text",
                                                        "label": "Source"
                                                    },
                                                    {
                                                        "name": "type",
                                                        "type": "text",
                                                        "label": "Type"
                                                    },
                                                    {
                                                        "name": "dnd",
                                                        "type": "boolean",
                                                        "label": "Dnd"
                                                    },
                                                    {
                                                        "name": "dndSettings",
                                                        "spec": [
                                                            {
                                                                "name": "Call",
                                                                "spec": [
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection"
                                                            },
                                                            {
                                                                "name": "Email",
                                                                "spec": [
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection"
                                                            },
                                                            {
                                                                "name": "SMS",
                                                                "spec": [
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection"
                                                            },
                                                            {
                                                                "name": "FB",
                                                                "spec": [
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection"
                                                            },
                                                            {
                                                                "name": "GMB",
                                                                "spec": [
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection"
                                                            },
                                                            {
                                                                "name": "WhatsApp",
                                                                "spec": [
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Dnd Settings"
                                                    },
                                                    {
                                                        "name": "createdBy",
                                                        "spec": [
                                                            {
                                                                "name": "sourceId",
                                                                "type": "text",
                                                                "label": "Source ID"
                                                            },
                                                            {
                                                                "name": "channel",
                                                                "type": "text",
                                                                "label": "Channel"
                                                            },
                                                            {
                                                                "name": "source",
                                                                "type": "text",
                                                                "label": "Source"
                                                            },
                                                            {
                                                                "name": "timestamp",
                                                                "type": "date",
                                                                "label": "Timestamp"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Created By"
                                                    },
                                                    {
                                                        "name": "dateAdded",
                                                        "type": "date",
                                                        "label": "Date Added"
                                                    },
                                                    {
                                                        "name": "additionalEmails",
                                                        "type": "array",
                                                        "label": "Additional Emails"
                                                    },
                                                    {
                                                        "name": "customField",
                                                        "spec": [
                                                            {
                                                                "name": "custom_field_019",
                                                                "type": "text",
                                                                "label": "AI Call Summary",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_014",
                                                                "type": "text",
                                                                "label": "What is your company’s annual revenue?"
                                                            },
                                                            {
                                                                "name": "custom_field_026",
                                                                "type": "text",
                                                                "label": "Instantly: Campaign"
                                                            },
                                                            {
                                                                "name": "custom_field_052",
                                                                "type": "text",
                                                                "label": "AI Call Transcript",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_060",
                                                                "type": "text",
                                                                "label": "Company Industry"
                                                            },
                                                            {
                                                                "name": "custom_field_072",
                                                                "type": "text",
                                                                "label": "Custom Status: Website"
                                                            },
                                                            {
                                                                "name": "custom_field_074",
                                                                "type": "text",
                                                                "label": "Custom Message: WhatsApp",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_082",
                                                                "type": "text",
                                                                "label": "Custom Status: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_021",
                                                                "type": "text",
                                                                "label": "Ownership Status"
                                                            },
                                                            {
                                                                "name": "custom_field_028",
                                                                "type": "text",
                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                            },
                                                            {
                                                                "name": "custom_field_040",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 1",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_049",
                                                                "type": "text",
                                                                "label": "Instantly: Latest Status"
                                                            },
                                                            {
                                                                "name": "custom_field_075",
                                                                "type": "array",
                                                                "label": "Custom Status: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_077",
                                                                "type": "number",
                                                                "label": "Company Last Headcount"
                                                            },
                                                            {
                                                                "name": "custom_field_007",
                                                                "type": "text",
                                                                "label": "Instantly: Email Events"
                                                            },
                                                            {
                                                                "name": "custom_field_009",
                                                                "type": "text",
                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                            },
                                                            {
                                                                "name": "custom_field_010",
                                                                "type": "text",
                                                                "label": "Gatekeeper Name"
                                                            },
                                                            {
                                                                "name": "custom_field_084",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 2",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_020",
                                                                "type": "number",
                                                                "label": "Company Estimated Turnover"
                                                            },
                                                            {
                                                                "name": "custom_field_017",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 3",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_038",
                                                                "type": "text",
                                                                "label": "Contact Permission"
                                                            },
                                                            {
                                                                "name": "custom_field_069",
                                                                "type": "text",
                                                                "label": "Instantly: Lead Status"
                                                            },
                                                            {
                                                                "name": "custom_field_011",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Universal",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_044",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Email",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_061",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: WhatsApp",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_005",
                                                                "type": "text",
                                                                "label": "Google Place ID"
                                                            },
                                                            {
                                                                "name": "custom_field_024",
                                                                "type": "text",
                                                                "label": "Instantly: Meeting Events"
                                                            },
                                                            {
                                                                "name": "custom_field_063",
                                                                "type": "text",
                                                                "label": "Decision Maker Name"
                                                            },
                                                            {
                                                                "name": "custom_field_085",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: SMS",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_029",
                                                                "type": "number",
                                                                "label": "Company Age (In Years)"
                                                            },
                                                            {
                                                                "name": "custom_field_030",
                                                                "type": "text",
                                                                "label": "Instantly: Other Lead Events"
                                                            },
                                                            {
                                                                "name": "custom_field_054",
                                                                "type": "text",
                                                                "label": "What type of customers make up the majority of your revenue?"
                                                            },
                                                            {
                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                "type": "text",
                                                                "label": "Valuation Interest"
                                                            },
                                                            {
                                                                "name": "custom_field_081",
                                                                "type": "text",
                                                                "label": "Google CID"
                                                            },
                                                            {
                                                                "name": "custom_field_008",
                                                                "type": "text",
                                                                "label": "Business Size Indicator"
                                                            },
                                                            {
                                                                "name": "custom_field_034",
                                                                "type": "text",
                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                            },
                                                            {
                                                                "name": "custom_field_036",
                                                                "type": "text",
                                                                "label": "Company Google Plus Code"
                                                            },
                                                            {
                                                                "name": "custom_field_083",
                                                                "type": "text",
                                                                "label": "Company Age (In years & Months)"
                                                            },
                                                            {
                                                                "name": "custom_field_087",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: AI Calls",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_035",
                                                                "type": "text",
                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                            },
                                                            {
                                                                "name": "custom_field_057",
                                                                "type": "text",
                                                                "label": "Contact Details Captured"
                                                            },
                                                            {
                                                                "name": "custom_field_059",
                                                                "type": "text",
                                                                "label": "Company number"
                                                            },
                                                            {
                                                                "name": "custom_field_013",
                                                                "type": "number",
                                                                "label": "Company SIC Code"
                                                            },
                                                            {
                                                                "name": "custom_field_023",
                                                                "type": "text",
                                                                "label": "Personalised Context: AI Calls",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_031",
                                                                "type": "text",
                                                                "label": "Company Overview",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_033",
                                                                "type": "text",
                                                                "label": "How long have you been operating the business?"
                                                            },
                                                            {
                                                                "name": "custom_field_050",
                                                                "type": "text",
                                                                "label": "Contact Details Provided"
                                                            },
                                                            {
                                                                "name": "custom_field_071",
                                                                "type": "text",
                                                                "label": "Email Type"
                                                            },
                                                            {
                                                                "name": "custom_field_004",
                                                                "type": "text",
                                                                "label": "Company Financials",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_006",
                                                                "type": "text",
                                                                "label": "Phone Type"
                                                            },
                                                            {
                                                                "name": "custom_field_015",
                                                                "type": "text",
                                                                "label": "What would be your ideal outcome if you sold?"
                                                            },
                                                            {
                                                                "name": "custom_field_064",
                                                                "type": "text",
                                                                "label": "Contact Method Preference"
                                                            },
                                                            {
                                                                "name": "custom_field_066",
                                                                "type": "text",
                                                                "label": "Personalised Homepage URL"
                                                            },
                                                            {
                                                                "name": "custom_field_053",
                                                                "type": "text",
                                                                "label": "Google Maps Place URL"
                                                            },
                                                            {
                                                                "name": "custom_field_056",
                                                                "type": "text",
                                                                "label": "Engagement Interest Level"
                                                            },
                                                            {
                                                                "name": "custom_field_067",
                                                                "type": "text",
                                                                "label": "Valid Email (Manual)"
                                                            },
                                                            {
                                                                "name": "custom_field_025",
                                                                "type": "text",
                                                                "label": "Instantly \"event_type\""
                                                            },
                                                            {
                                                                "name": "custom_field_078",
                                                                "type": "text",
                                                                "label": "Personalised Grow Page URL"
                                                            },
                                                            {
                                                                "name": "custom_field_080",
                                                                "type": "text",
                                                                "label": "Decision Maker Availability"
                                                            },
                                                            {
                                                                "name": "custom_field_037",
                                                                "type": "text",
                                                                "label": "Company Services",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_046",
                                                                "type": "text",
                                                                "label": "Test"
                                                            },
                                                            {
                                                                "name": "custom_field_073",
                                                                "type": "text",
                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                            },
                                                            {
                                                                "name": "custom_field_027",
                                                                "type": "number",
                                                                "label": "Company Google Rating"
                                                            },
                                                            {
                                                                "name": "custom_field_051",
                                                                "type": "text",
                                                                "label": "AI Research: Company",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_062",
                                                                "type": "text",
                                                                "label": "AI Research: Person",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_079",
                                                                "type": "number",
                                                                "label": "Company Google Review Count"
                                                            },
                                                            {
                                                                "name": "custom_field_018",
                                                                "type": "text",
                                                                "label": "Legal Company Name"
                                                            },
                                                            {
                                                                "name": "custom_field_058",
                                                                "type": "date",
                                                                "label": "Company Incorporation Date"
                                                            },
                                                            {
                                                                "name": "custom_field_041",
                                                                "type": "text",
                                                                "label": "Job Title"
                                                            },
                                                            {
                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                "type": "text",
                                                                "label": "LinkedIn Personal URL"
                                                            },
                                                            {
                                                                "name": "custom_field_002",
                                                                "type": "text",
                                                                "label": "LinkedIn Company URL"
                                                            },
                                                            {
                                                                "name": "custom_field_045",
                                                                "type": "text",
                                                                "label": "Message",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_055",
                                                                "type": "text",
                                                                "label": "Company type"
                                                            },
                                                            {
                                                                "name": "custom_field_012",
                                                                "type": "text",
                                                                "label": "Company status"
                                                            },
                                                            {
                                                                "name": "custom_field_070",
                                                                "type": "number",
                                                                "label": "Officers Age (in years)"
                                                            },
                                                            {
                                                                "name": "custom_field_016",
                                                                "type": "text",
                                                                "label": "AI Find: Contact Data & Notes",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_086",
                                                                "type": "text",
                                                                "label": "AI Find: Original Backup Contact Data",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_039",
                                                                "type": "text",
                                                                "label": "Priority"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Custom Fields"
                                                    }
                                                ]
                                            }
                                        },
                                        {
                                            "id": 88,
                                            "module": "phonenumber:TransformerParseNumber",
                                            "version": 1,
                                            "parameters": {},
                                            "filter": {
                                                "name": "Phone: found and empty on CRM",
                                                "conditions": [
                                                    [
                                                        {
                                                            "a": "{{83.phone}}",
                                                            "b": "Not found",
                                                            "o": "text:notcontain:ci"
                                                        },
                                                        {
                                                            "a": "{{106.phone}}",
                                                            "o": "notexist"
                                                        }
                                                    ]
                                                ]
                                            },
                                            "mapper": {
                                                "number": "{{83.phone}}",
                                                "defaultCountry": "GB"
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": 1279,
                                                    "y": 5255
                                                },
                                                "restore": {
                                                    "expect": {
                                                        "defaultCountry": {
                                                            "mode": "chose",
                                                            "label": "Great Britain and Northern Ireland - United Kingdom (GB)"
                                                        }
                                                    }
                                                },
                                                "expect": [
                                                    {
                                                        "name": "number",
                                                        "type": "text",
                                                        "label": "Phone number",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "defaultCountry",
                                                        "type": "select",
                                                        "label": "Default country for parsing",
                                                        "required": true,
                                                        "validate": {
                                                            "enum": [
                                                                "AC",
                                                                "AD",
                                                                "AE",
                                                                "AF",
                                                                "AG",
                                                                "AI",
                                                                "AL",
                                                                "AM",
                                                                "AO",
                                                                "AQ",
                                                                "AR",
                                                                "AS",
                                                                "AT",
                                                                "AU",
                                                                "AW",
                                                                "AX",
                                                                "AZ",
                                                                "BA",
                                                                "BB",
                                                                "BD",
                                                                "BE",
                                                                "BF",
                                                                "BG",
                                                                "BH",
                                                                "BI",
                                                                "BJ",
                                                                "BL",
                                                                "BM",
                                                                "BN",
                                                                "BO",
                                                                "BQ",
                                                                "BR",
                                                                "BS",
                                                                "BT",
                                                                "BV",
                                                                "BW",
                                                                "BY",
                                                                "BZ",
                                                                "CA",
                                                                "CC",
                                                                "CD",
                                                                "CF",
                                                                "CG",
                                                                "CH",
                                                                "CI",
                                                                "CK",
                                                                "CL",
                                                                "CM",
                                                                "CN",
                                                                "CO",
                                                                "CP",
                                                                "CR",
                                                                "CU",
                                                                "CV",
                                                                "CW",
                                                                "CX",
                                                                "CY",
                                                                "CZ",
                                                                "DE",
                                                                "DG",
                                                                "DJ",
                                                                "DK",
                                                                "DM",
                                                                "DO",
                                                                "DZ",
                                                                "EA",
                                                                "EC",
                                                                "EE",
                                                                "EG",
                                                                "EH",
                                                                "ER",
                                                                "ES",
                                                                "ET",
                                                                "EU",
                                                                "FI",
                                                                "FJ",
                                                                "FK",
                                                                "FM",
                                                                "FO",
                                                                "FR",
                                                                "FX",
                                                                "GA",
                                                                "GB",
                                                                "GD",
                                                                "GE",
                                                                "GF",
                                                                "GG",
                                                                "GH",
                                                                "GI",
                                                                "GL",
                                                                "GM",
                                                                "GN",
                                                                "GP",
                                                                "GQ",
                                                                "GR",
                                                                "GS",
                                                                "GT",
                                                                "GU",
                                                                "GW",
                                                                "GY",
                                                                "HK",
                                                                "HM",
                                                                "HN",
                                                                "HR",
                                                                "HT",
                                                                "HU",
                                                                "IC",
                                                                "ID",
                                                                "IE",
                                                                "IL",
                                                                "IM",
                                                                "IN",
                                                                "IO",
                                                                "IQ",
                                                                "IR",
                                                                "IS",
                                                                "IT",
                                                                "JE",
                                                                "JM",
                                                                "JO",
                                                                "JP",
                                                                "KE",
                                                                "KG",
                                                                "KH",
                                                                "KI",
                                                                "KM",
                                                                "KN",
                                                                "KP",
                                                                "KR",
                                                                "KW",
                                                                "KY",
                                                                "KZ",
                                                                "LA",
                                                                "LB",
                                                                "LC",
                                                                "LI",
                                                                "LK",
                                                                "LR",
                                                                "LS",
                                                                "LT",
                                                                "LU",
                                                                "LV",
                                                                "LY",
                                                                "MA",
                                                                "MC",
                                                                "MD",
                                                                "ME",
                                                                "MF",
                                                                "MG",
                                                                "MH",
                                                                "MK",
                                                                "ML",
                                                                "MM",
                                                                "MN",
                                                                "MO",
                                                                "MP",
                                                                "MQ",
                                                                "MR",
                                                                "MS",
                                                                "MT",
                                                                "MU",
                                                                "MV",
                                                                "MW",
                                                                "MX",
                                                                "MY",
                                                                "MZ",
                                                                "NA",
                                                                "NC",
                                                                "NE",
                                                                "NF",
                                                                "NG",
                                                                "NI",
                                                                "NL",
                                                                "NO",
                                                                "NP",
                                                                "NR",
                                                                "NU",
                                                                "NZ",
                                                                "OM",
                                                                "PA",
                                                                "PE",
                                                                "PF",
                                                                "PG",
                                                                "PH",
                                                                "PK",
                                                                "PL",
                                                                "PM",
                                                                "PN",
                                                                "PR",
                                                                "PS",
                                                                "PT",
                                                                "PW",
                                                                "PY",
                                                                "QA",
                                                                "RE",
                                                                "RO",
                                                                "RS",
                                                                "RU",
                                                                "RW",
                                                                "SA",
                                                                "SB",
                                                                "SC",
                                                                "SD",
                                                                "SE",
                                                                "SG",
                                                                "SH",
                                                                "SI",
                                                                "SJ",
                                                                "SK",
                                                                "SL",
                                                                "SM",
                                                                "SN",
                                                                "SO",
                                                                "SR",
                                                                "SS",
                                                                "ST",
                                                                "SU",
                                                                "SV",
                                                                "SX",
                                                                "SY",
                                                                "SZ",
                                                                "TA",
                                                                "TC",
                                                                "TD",
                                                                "TF",
                                                                "TG",
                                                                "TH",
                                                                "TJ",
                                                                "TK",
                                                                "TL",
                                                                "TM",
                                                                "TN",
                                                                "TO",
                                                                "TR",
                                                                "TT",
                                                                "TV",
                                                                "TW",
                                                                "TZ",
                                                                "UA",
                                                                "UG",
                                                                "UM",
                                                                "US",
                                                                "UY",
                                                                "UZ",
                                                                "VA",
                                                                "VC",
                                                                "VE",
                                                                "VG",
                                                                "VI",
                                                                "VN",
                                                                "VU",
                                                                "WF",
                                                                "WS",
                                                                "YE",
                                                                "YT",
                                                                "ZA",
                                                                "ZM",
                                                                "ZW"
                                                            ]
                                                        }
                                                    }
                                                ]
                                            },
                                            "onerror": [
                                                {
                                                    "id": 189,
                                                    "module": "builtin:Ignore",
                                                    "version": 1,
                                                    "metadata": {
                                                        "designer": {
                                                            "x": 1290,
                                                            "y": 5602
                                                        }
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "id": 150,
                                            "module": "builtin:BasicRouter",
                                            "version": 1,
                                            "mapper": null,
                                            "metadata": {
                                                "designer": {
                                                    "x": 1682,
                                                    "y": 5269
                                                }
                                            },
                                            "routes": [
                                                {
                                                    "flow": [
                                                        {
                                                            "id": 85,
                                                            "module": "highlevel:updateAContact",
                                                            "version": 1,
                                                            "parameters": {
                                                                "__IMTCONN__": 1000003
                                                            },
                                                            "mapper": {
                                                                "phone": "{{88.e164}}",
                                                                "address": {},
                                                                "contact": "{{14.contact_id}}",
                                                                "customField": {}
                                                            },
                                                            "metadata": {
                                                                "designer": {
                                                                    "x": 2046,
                                                                    "y": 5115
                                                                },
                                                                "restore": {
                                                                    "expect": {
                                                                        "dnd": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "tags": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "address": {
                                                                            "nested": {
                                                                                "country": {
                                                                                    "mode": "chose"
                                                                                }
                                                                            }
                                                                        },
                                                                        "contact": {
                                                                            "mode": "edit"
                                                                        },
                                                                        "timezone": {
                                                                            "mode": "chose",
                                                                            "label": "Empty"
                                                                        },
                                                                        "customField": {
                                                                            "nested": {
                                                                                "custom_field_006": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_007": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_009": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_012": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_014": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_015": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_024": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_026": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_028": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_030": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_033": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_034": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_035": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_039": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_049": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_054": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_055": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_060": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_067": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_069": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_071": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_072": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_075": {
                                                                                    "mode": "chose"
                                                                                },
                                                                                "custom_field_082": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "parameters": {
                                                                        "__IMTCONN__": {
                                                                            "data": {
                                                                                "scoped": "true",
                                                                                "connection": "highlevel3"
                                                                            },
                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                        }
                                                                    }
                                                                },
                                                                "parameters": [
                                                                    {
                                                                        "name": "__IMTCONN__",
                                                                        "type": "account:highlevel,highlevel3",
                                                                        "label": "Connection",
                                                                        "required": true
                                                                    }
                                                                ],
                                                                "expect": [
                                                                    {
                                                                        "mode": "edit",
                                                                        "name": "contact",
                                                                        "type": "select",
                                                                        "label": "Contact ID",
                                                                        "required": true
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "email",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "dateOfBirth",
                                                                        "time": false,
                                                                        "type": "date",
                                                                        "label": "Date of Birth"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "url",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "select",
                                                                        "label": "Tags",
                                                                        "multiple": true
                                                                    },
                                                                    {
                                                                        "name": "address",
                                                                        "spec": [
                                                                            {
                                                                                "name": "address1",
                                                                                "type": "text",
                                                                                "label": "Street"
                                                                            },
                                                                            {
                                                                                "name": "city",
                                                                                "type": "text",
                                                                                "label": "City"
                                                                            },
                                                                            {
                                                                                "name": "state",
                                                                                "type": "text",
                                                                                "label": "State"
                                                                            },
                                                                            {
                                                                                "name": "postalCode",
                                                                                "type": "text",
                                                                                "label": "PostalCode"
                                                                            },
                                                                            {
                                                                                "name": "country",
                                                                                "type": "select",
                                                                                "label": "Country"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Address"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "select",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "select",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "select",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "select",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "select",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "select",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "select",
                                                                                "label": "Custom Status: WhatsApp",
                                                                                "multiple": true,
                                                                                "validate": {
                                                                                    "enum": [
                                                                                        "Valid"
                                                                                    ]
                                                                                }
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "select",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "select",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "select",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "select",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "select",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "select",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "select",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "select",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "select",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "select",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "select",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "select",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "select",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_046",
                                                                                "type": "text",
                                                                                "label": "Test"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "select",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "select",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "select",
                                                                                "label": "Priority"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ],
                                                                "interface": [
                                                                    {
                                                                        "name": "id",
                                                                        "type": "text",
                                                                        "label": "Contact ID"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "text",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "type",
                                                                        "type": "text",
                                                                        "label": "Type"
                                                                    },
                                                                    {
                                                                        "name": "locationId",
                                                                        "type": "text",
                                                                        "label": "Location ID"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "inboundDndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "all",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "All"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Inbound Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "dndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "Call",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Call"
                                                                            },
                                                                            {
                                                                                "name": "Email",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Email"
                                                                            },
                                                                            {
                                                                                "name": "SMS",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "SMS"
                                                                            },
                                                                            {
                                                                                "name": "WhatsApp",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "GMB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "GMB"
                                                                            },
                                                                            {
                                                                                "name": "FB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "FB"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "createdBy",
                                                                        "spec": [
                                                                            {
                                                                                "name": "sourceId",
                                                                                "type": "text",
                                                                                "label": "Source ID"
                                                                            },
                                                                            {
                                                                                "name": "channel",
                                                                                "type": "text",
                                                                                "label": "Channel"
                                                                            },
                                                                            {
                                                                                "name": "source",
                                                                                "type": "text",
                                                                                "label": "Source"
                                                                            },
                                                                            {
                                                                                "name": "sourceName",
                                                                                "type": "text",
                                                                                "label": "Source Name"
                                                                            },
                                                                            {
                                                                                "name": "timestamp",
                                                                                "type": "date",
                                                                                "label": "Timestamp"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Created By"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "array",
                                                                        "label": "Tags"
                                                                    },
                                                                    {
                                                                        "name": "dateAdded",
                                                                        "type": "date",
                                                                        "label": "Date Added"
                                                                    },
                                                                    {
                                                                        "name": "additionalEmails",
                                                                        "type": "array",
                                                                        "label": "Additional Emails"
                                                                    },
                                                                    {
                                                                        "name": "additionalPhones",
                                                                        "type": "array",
                                                                        "label": "Additional Phones"
                                                                    },
                                                                    {
                                                                        "name": "country",
                                                                        "type": "text",
                                                                        "label": "Country"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "lastNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Last Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "emailLowerCase",
                                                                        "type": "text",
                                                                        "label": "Email Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "text",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "postalCode",
                                                                        "type": "text",
                                                                        "label": "Postal Code"
                                                                    },
                                                                    {
                                                                        "name": "dateUpdated",
                                                                        "type": "date",
                                                                        "label": "Date Updated"
                                                                    },
                                                                    {
                                                                        "name": "fullNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Full Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "firstNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "First Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "text",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "text",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "text",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "text",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "text",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "text",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "array",
                                                                                "label": "Custom Status: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "text",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "text",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "text",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "text",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "text",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "text",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "text",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "text",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "text",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "text",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "text",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "text",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "text",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_046",
                                                                                "type": "text",
                                                                                "label": "Test"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "text",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "text",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "text",
                                                                                "label": "Priority"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ]
                                                            },
                                                            "onerror": [
                                                                {
                                                                    "id": 89,
                                                                    "module": "builtin:Ignore",
                                                                    "version": 1,
                                                                    "metadata": {
                                                                        "designer": {
                                                                            "x": 2380,
                                                                            "y": 5228
                                                                        }
                                                                    }
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                },
                                                {
                                                    "flow": [
                                                        {
                                                            "id": 149,
                                                            "module": "highlevel:updateAContact",
                                                            "version": 1,
                                                            "parameters": {
                                                                "__IMTCONN__": 1000003
                                                            },
                                                            "filter": {
                                                                "name": "Type: mobile",
                                                                "conditions": [
                                                                    [
                                                                        {
                                                                            "a": "{{88.type}}",
                                                                            "b": "MOBILE",
                                                                            "o": "text:equal"
                                                                        }
                                                                    ]
                                                                ]
                                                            },
                                                            "mapper": {
                                                                "address": {},
                                                                "contact": "{{14.contact_id}}",
                                                                "customField": {
                                                                    "custom_field_006": "Mobile"
                                                                }
                                                            },
                                                            "metadata": {
                                                                "designer": {
                                                                    "x": 2058,
                                                                    "y": 5463
                                                                },
                                                                "restore": {
                                                                    "expect": {
                                                                        "dnd": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "tags": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "address": {
                                                                            "nested": {
                                                                                "country": {
                                                                                    "mode": "chose"
                                                                                }
                                                                            }
                                                                        },
                                                                        "contact": {
                                                                            "mode": "edit"
                                                                        },
                                                                        "timezone": {
                                                                            "mode": "chose",
                                                                            "label": "Empty"
                                                                        },
                                                                        "customField": {
                                                                            "nested": {
                                                                                "custom_field_006": {
                                                                                    "mode": "chose",
                                                                                    "label": "Mobile"
                                                                                },
                                                                                "custom_field_007": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_009": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_012": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_014": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_015": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_024": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_026": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_028": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_030": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_032": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_033": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_034": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_035": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_039": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_042": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_043": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_049": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_054": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_055": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_060": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_065": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_067": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_069": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_071": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_072": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_075": {
                                                                                    "mode": "chose"
                                                                                },
                                                                                "custom_field_082": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "parameters": {
                                                                        "__IMTCONN__": {
                                                                            "data": {
                                                                                "scoped": "true",
                                                                                "connection": "highlevel3"
                                                                            },
                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                        }
                                                                    }
                                                                },
                                                                "parameters": [
                                                                    {
                                                                        "name": "__IMTCONN__",
                                                                        "type": "account:highlevel,highlevel3",
                                                                        "label": "Connection",
                                                                        "required": true
                                                                    }
                                                                ],
                                                                "expect": [
                                                                    {
                                                                        "mode": "edit",
                                                                        "name": "contact",
                                                                        "type": "select",
                                                                        "label": "Contact ID",
                                                                        "required": true
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "email",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "dateOfBirth",
                                                                        "time": false,
                                                                        "type": "date",
                                                                        "label": "Date of Birth"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "url",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "select",
                                                                        "label": "Tags",
                                                                        "multiple": true
                                                                    },
                                                                    {
                                                                        "name": "address",
                                                                        "spec": [
                                                                            {
                                                                                "name": "address1",
                                                                                "type": "text",
                                                                                "label": "Street"
                                                                            },
                                                                            {
                                                                                "name": "city",
                                                                                "type": "text",
                                                                                "label": "City"
                                                                            },
                                                                            {
                                                                                "name": "state",
                                                                                "type": "text",
                                                                                "label": "State"
                                                                            },
                                                                            {
                                                                                "name": "postalCode",
                                                                                "type": "text",
                                                                                "label": "PostalCode"
                                                                            },
                                                                            {
                                                                                "name": "country",
                                                                                "type": "select",
                                                                                "label": "Country"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Address"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "select",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "select",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "select",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "select",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "select",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "select",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "select",
                                                                                "label": "Custom Status: WhatsApp",
                                                                                "multiple": true,
                                                                                "validate": {
                                                                                    "enum": [
                                                                                        "Valid"
                                                                                    ]
                                                                                }
                                                                            },
                                                                            {
                                                                                "name": "custom_field_043",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Find"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "select",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "select",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_042",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Research Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "select",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_032",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Research Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "select",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_065",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Send Letter"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "select",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "select",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "select",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "select",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "select",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "select",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "select",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "select",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "select",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_046",
                                                                                "type": "text",
                                                                                "label": "Test"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "select",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "select",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "select",
                                                                                "label": "Priority"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ],
                                                                "interface": [
                                                                    {
                                                                        "name": "id",
                                                                        "type": "text",
                                                                        "label": "Contact ID"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "text",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "type",
                                                                        "type": "text",
                                                                        "label": "Type"
                                                                    },
                                                                    {
                                                                        "name": "locationId",
                                                                        "type": "text",
                                                                        "label": "Location ID"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "inboundDndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "all",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "All"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Inbound Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "dndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "Call",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Call"
                                                                            },
                                                                            {
                                                                                "name": "Email",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Email"
                                                                            },
                                                                            {
                                                                                "name": "SMS",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "SMS"
                                                                            },
                                                                            {
                                                                                "name": "WhatsApp",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "GMB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "GMB"
                                                                            },
                                                                            {
                                                                                "name": "FB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "FB"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "createdBy",
                                                                        "spec": [
                                                                            {
                                                                                "name": "sourceId",
                                                                                "type": "text",
                                                                                "label": "Source ID"
                                                                            },
                                                                            {
                                                                                "name": "channel",
                                                                                "type": "text",
                                                                                "label": "Channel"
                                                                            },
                                                                            {
                                                                                "name": "source",
                                                                                "type": "text",
                                                                                "label": "Source"
                                                                            },
                                                                            {
                                                                                "name": "sourceName",
                                                                                "type": "text",
                                                                                "label": "Source Name"
                                                                            },
                                                                            {
                                                                                "name": "timestamp",
                                                                                "type": "date",
                                                                                "label": "Timestamp"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Created By"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "array",
                                                                        "label": "Tags"
                                                                    },
                                                                    {
                                                                        "name": "dateAdded",
                                                                        "type": "date",
                                                                        "label": "Date Added"
                                                                    },
                                                                    {
                                                                        "name": "additionalEmails",
                                                                        "type": "array",
                                                                        "label": "Additional Emails"
                                                                    },
                                                                    {
                                                                        "name": "additionalPhones",
                                                                        "type": "array",
                                                                        "label": "Additional Phones"
                                                                    },
                                                                    {
                                                                        "name": "country",
                                                                        "type": "text",
                                                                        "label": "Country"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "lastNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Last Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "emailLowerCase",
                                                                        "type": "text",
                                                                        "label": "Email Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "text",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "postalCode",
                                                                        "type": "text",
                                                                        "label": "Postal Code"
                                                                    },
                                                                    {
                                                                        "name": "dateUpdated",
                                                                        "type": "date",
                                                                        "label": "Date Updated"
                                                                    },
                                                                    {
                                                                        "name": "fullNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Full Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "firstNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "First Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "text",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "text",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "text",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "text",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "text",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "text",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "array",
                                                                                "label": "Custom Status: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_043",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Find"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "text",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "text",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_042",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Research Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "text",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_032",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Research Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "text",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_065",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Send Letter"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "text",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "text",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "text",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "text",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "text",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "text",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "text",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "text",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "text",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_046",
                                                                                "type": "text",
                                                                                "label": "Test"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "text",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "text",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "text",
                                                                                "label": "Priority"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ]
                                                            },
                                                            "onerror": [
                                                                {
                                                                    "id": 151,
                                                                    "module": "builtin:Ignore",
                                                                    "version": 1,
                                                                    "metadata": {
                                                                        "designer": {
                                                                            "x": 2386,
                                                                            "y": 5667
                                                                        }
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "id": 165,
                                                            "module": "green-api:CheckWhatsapp",
                                                            "version": 1,
                                                            "parameters": {
                                                                "__IMTCONN__": 1000007
                                                            },
                                                            "mapper": {
                                                                "phoneNumber": "{{88.e164}}"
                                                            },
                                                            "metadata": {
                                                                "designer": {
                                                                    "x": 2629,
                                                                    "y": 5446
                                                                },
                                                                "restore": {
                                                                    "parameters": {
                                                                        "__IMTCONN__": {
                                                                            "data": {
                                                                                "scoped": "true",
                                                                                "connection": "green-api"
                                                                            },
                                                                            "label": "My GREEN-API connection (7105275104 - 971504671618@c.us)"
                                                                        }
                                                                    }
                                                                },
                                                                "parameters": [
                                                                    {
                                                                        "name": "__IMTCONN__",
                                                                        "type": "account:green-api",
                                                                        "label": "Connection",
                                                                        "required": true
                                                                    }
                                                                ],
                                                                "expect": [
                                                                    {
                                                                        "name": "phoneNumber",
                                                                        "type": "integer",
                                                                        "required": true
                                                                    }
                                                                ]
                                                            },
                                                            "onerror": [
                                                                {
                                                                    "id": 185,
                                                                    "module": "builtin:Break",
                                                                    "version": 1,
                                                                    "parameters": {},
                                                                    "mapper": {
                                                                        "count": "14",
                                                                        "retry": true,
                                                                        "interval": "720"
                                                                    },
                                                                    "metadata": {
                                                                        "designer": {
                                                                            "x": 2653,
                                                                            "y": 5743
                                                                        },
                                                                        "restore": {
                                                                            "expect": {
                                                                                "retry": {
                                                                                    "mode": "chose"
                                                                                }
                                                                            }
                                                                        },
                                                                        "expect": [
                                                                            {
                                                                                "name": "retry",
                                                                                "type": "boolean",
                                                                                "label": "Automatically complete execution",
                                                                                "required": true
                                                                            },
                                                                            {
                                                                                "name": "count",
                                                                                "type": "uinteger",
                                                                                "label": "Number of attempts",
                                                                                "required": true,
                                                                                "validate": {
                                                                                    "max": 10000,
                                                                                    "min": 1
                                                                                }
                                                                            },
                                                                            {
                                                                                "name": "interval",
                                                                                "type": "uinteger",
                                                                                "label": "Interval between attempts",
                                                                                "required": true,
                                                                                "validate": {
                                                                                    "max": 44640,
                                                                                    "min": 1
                                                                                }
                                                                            }
                                                                        ]
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "id": 168,
                                                            "module": "highlevel:updateAContact",
                                                            "version": 1,
                                                            "parameters": {
                                                                "__IMTCONN__": 1000003
                                                            },
                                                            "filter": {
                                                                "name": "WhatsApp: valid",
                                                                "conditions": [
                                                                    [
                                                                        {
                                                                            "a": "{{165.existsWhatsapp}}",
                                                                            "b": "true",
                                                                            "o": "text:equal"
                                                                        }
                                                                    ]
                                                                ]
                                                            },
                                                            "mapper": {
                                                                "address": {},
                                                                "contact": "{{14.contact_id}}",
                                                                "customField": {
                                                                    "custom_field_075": [
                                                                        "Valid"
                                                                    ]
                                                                }
                                                            },
                                                            "metadata": {
                                                                "designer": {
                                                                    "x": 3070,
                                                                    "y": 5467
                                                                },
                                                                "restore": {
                                                                    "expect": {
                                                                        "dnd": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "tags": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "address": {
                                                                            "nested": {
                                                                                "country": {
                                                                                    "mode": "chose"
                                                                                }
                                                                            }
                                                                        },
                                                                        "contact": {
                                                                            "mode": "edit"
                                                                        },
                                                                        "timezone": {
                                                                            "mode": "chose",
                                                                            "label": "Empty"
                                                                        },
                                                                        "customField": {
                                                                            "nested": {
                                                                                "custom_field_006": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_007": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_009": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_012": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_014": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_015": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_024": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_026": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_028": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_030": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_032": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_033": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_034": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_035": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_039": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_042": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_043": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_049": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_054": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_055": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_060": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_065": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_067": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_069": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_071": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_072": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_075": {
                                                                                    "mode": "chose"
                                                                                },
                                                                                "custom_field_082": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "parameters": {
                                                                        "__IMTCONN__": {
                                                                            "data": {
                                                                                "scoped": "true",
                                                                                "connection": "highlevel3"
                                                                            },
                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                        }
                                                                    }
                                                                },
                                                                "parameters": [
                                                                    {
                                                                        "name": "__IMTCONN__",
                                                                        "type": "account:highlevel,highlevel3",
                                                                        "label": "Connection",
                                                                        "required": true
                                                                    }
                                                                ],
                                                                "expect": [
                                                                    {
                                                                        "mode": "edit",
                                                                        "name": "contact",
                                                                        "type": "select",
                                                                        "label": "Contact ID",
                                                                        "required": true
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "email",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "dateOfBirth",
                                                                        "time": false,
                                                                        "type": "date",
                                                                        "label": "Date of Birth"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "url",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "select",
                                                                        "label": "Tags",
                                                                        "multiple": true
                                                                    },
                                                                    {
                                                                        "name": "address",
                                                                        "spec": [
                                                                            {
                                                                                "name": "address1",
                                                                                "type": "text",
                                                                                "label": "Street"
                                                                            },
                                                                            {
                                                                                "name": "city",
                                                                                "type": "text",
                                                                                "label": "City"
                                                                            },
                                                                            {
                                                                                "name": "state",
                                                                                "type": "text",
                                                                                "label": "State"
                                                                            },
                                                                            {
                                                                                "name": "postalCode",
                                                                                "type": "text",
                                                                                "label": "PostalCode"
                                                                            },
                                                                            {
                                                                                "name": "country",
                                                                                "type": "select",
                                                                                "label": "Country"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Address"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "select",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "select",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "select",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "select",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "select",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "select",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "select",
                                                                                "label": "Custom Status: WhatsApp",
                                                                                "multiple": true,
                                                                                "validate": {
                                                                                    "enum": [
                                                                                        "Valid"
                                                                                    ]
                                                                                }
                                                                            },
                                                                            {
                                                                                "name": "custom_field_043",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Find"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "select",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "select",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_042",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Research Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "select",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_032",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Research Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "select",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_065",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Send Letter"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "select",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "select",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "select",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "select",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "select",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "select",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "select",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "select",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "select",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_046",
                                                                                "type": "text",
                                                                                "label": "Test"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "select",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "select",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "select",
                                                                                "label": "Priority"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ],
                                                                "interface": [
                                                                    {
                                                                        "name": "id",
                                                                        "type": "text",
                                                                        "label": "Contact ID"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "text",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "type",
                                                                        "type": "text",
                                                                        "label": "Type"
                                                                    },
                                                                    {
                                                                        "name": "locationId",
                                                                        "type": "text",
                                                                        "label": "Location ID"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "inboundDndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "all",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "All"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Inbound Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "dndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "Call",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Call"
                                                                            },
                                                                            {
                                                                                "name": "Email",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Email"
                                                                            },
                                                                            {
                                                                                "name": "SMS",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "SMS"
                                                                            },
                                                                            {
                                                                                "name": "WhatsApp",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "GMB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "GMB"
                                                                            },
                                                                            {
                                                                                "name": "FB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "FB"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "createdBy",
                                                                        "spec": [
                                                                            {
                                                                                "name": "sourceId",
                                                                                "type": "text",
                                                                                "label": "Source ID"
                                                                            },
                                                                            {
                                                                                "name": "channel",
                                                                                "type": "text",
                                                                                "label": "Channel"
                                                                            },
                                                                            {
                                                                                "name": "source",
                                                                                "type": "text",
                                                                                "label": "Source"
                                                                            },
                                                                            {
                                                                                "name": "sourceName",
                                                                                "type": "text",
                                                                                "label": "Source Name"
                                                                            },
                                                                            {
                                                                                "name": "timestamp",
                                                                                "type": "date",
                                                                                "label": "Timestamp"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Created By"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "array",
                                                                        "label": "Tags"
                                                                    },
                                                                    {
                                                                        "name": "dateAdded",
                                                                        "type": "date",
                                                                        "label": "Date Added"
                                                                    },
                                                                    {
                                                                        "name": "additionalEmails",
                                                                        "type": "array",
                                                                        "label": "Additional Emails"
                                                                    },
                                                                    {
                                                                        "name": "additionalPhones",
                                                                        "type": "array",
                                                                        "label": "Additional Phones"
                                                                    },
                                                                    {
                                                                        "name": "country",
                                                                        "type": "text",
                                                                        "label": "Country"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "lastNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Last Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "emailLowerCase",
                                                                        "type": "text",
                                                                        "label": "Email Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "text",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "postalCode",
                                                                        "type": "text",
                                                                        "label": "Postal Code"
                                                                    },
                                                                    {
                                                                        "name": "dateUpdated",
                                                                        "type": "date",
                                                                        "label": "Date Updated"
                                                                    },
                                                                    {
                                                                        "name": "fullNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Full Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "firstNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "First Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "text",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "text",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "text",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "text",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "text",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "text",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "array",
                                                                                "label": "Custom Status: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_043",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Find"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "text",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "text",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_042",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Research Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "text",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_032",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Research Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "text",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_065",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Send Letter"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "text",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "text",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "text",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "text",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "text",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "text",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "text",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "text",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "text",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_046",
                                                                                "type": "text",
                                                                                "label": "Test"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "text",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "text",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "text",
                                                                                "label": "Priority"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ]
                                                            },
                                                            "onerror": [
                                                                {
                                                                    "id": 169,
                                                                    "module": "builtin:Ignore",
                                                                    "version": 1,
                                                                    "metadata": {
                                                                        "designer": {
                                                                            "x": 3394,
                                                                            "y": 5661
                                                                        }
                                                                    }
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                },
                                                {
                                                    "flow": [
                                                        {
                                                            "id": 152,
                                                            "module": "highlevel:updateAContact",
                                                            "version": 1,
                                                            "parameters": {
                                                                "__IMTCONN__": 1000003
                                                            },
                                                            "filter": {
                                                                "name": "Type: toll-free",
                                                                "conditions": [
                                                                    [
                                                                        {
                                                                            "a": "{{88.type}}",
                                                                            "b": "TOLL_FREE",
                                                                            "o": "text:equal"
                                                                        }
                                                                    ]
                                                                ]
                                                            },
                                                            "mapper": {
                                                                "address": {},
                                                                "contact": "{{14.contact_id}}",
                                                                "customField": {
                                                                    "custom_field_006": "Toll-Free"
                                                                }
                                                            },
                                                            "metadata": {
                                                                "designer": {
                                                                    "x": 2093,
                                                                    "y": 5829
                                                                },
                                                                "restore": {
                                                                    "expect": {
                                                                        "dnd": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "tags": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "address": {
                                                                            "nested": {
                                                                                "country": {
                                                                                    "mode": "chose"
                                                                                }
                                                                            }
                                                                        },
                                                                        "contact": {
                                                                            "mode": "edit"
                                                                        },
                                                                        "timezone": {
                                                                            "mode": "chose",
                                                                            "label": "Empty"
                                                                        },
                                                                        "customField": {
                                                                            "nested": {
                                                                                "custom_field_006": {
                                                                                    "mode": "chose",
                                                                                    "label": "Toll-Free"
                                                                                },
                                                                                "custom_field_007": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_009": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_012": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_014": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_015": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_024": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_026": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_028": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_030": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_032": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_033": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_034": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_035": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_039": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_042": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_043": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_049": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_054": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_055": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_060": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_065": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_067": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_069": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_071": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_072": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_075": {
                                                                                    "mode": "chose"
                                                                                },
                                                                                "custom_field_082": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "parameters": {
                                                                        "__IMTCONN__": {
                                                                            "data": {
                                                                                "scoped": "true",
                                                                                "connection": "highlevel3"
                                                                            },
                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                        }
                                                                    }
                                                                },
                                                                "parameters": [
                                                                    {
                                                                        "name": "__IMTCONN__",
                                                                        "type": "account:highlevel,highlevel3",
                                                                        "label": "Connection",
                                                                        "required": true
                                                                    }
                                                                ],
                                                                "expect": [
                                                                    {
                                                                        "mode": "edit",
                                                                        "name": "contact",
                                                                        "type": "select",
                                                                        "label": "Contact ID",
                                                                        "required": true
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "email",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "dateOfBirth",
                                                                        "time": false,
                                                                        "type": "date",
                                                                        "label": "Date of Birth"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "url",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "select",
                                                                        "label": "Tags",
                                                                        "multiple": true
                                                                    },
                                                                    {
                                                                        "name": "address",
                                                                        "spec": [
                                                                            {
                                                                                "name": "address1",
                                                                                "type": "text",
                                                                                "label": "Street"
                                                                            },
                                                                            {
                                                                                "name": "city",
                                                                                "type": "text",
                                                                                "label": "City"
                                                                            },
                                                                            {
                                                                                "name": "state",
                                                                                "type": "text",
                                                                                "label": "State"
                                                                            },
                                                                            {
                                                                                "name": "postalCode",
                                                                                "type": "text",
                                                                                "label": "PostalCode"
                                                                            },
                                                                            {
                                                                                "name": "country",
                                                                                "type": "select",
                                                                                "label": "Country"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Address"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "select",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "select",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "select",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "select",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "select",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "select",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "select",
                                                                                "label": "Custom Status: WhatsApp",
                                                                                "multiple": true,
                                                                                "validate": {
                                                                                    "enum": [
                                                                                        "Valid"
                                                                                    ]
                                                                                }
                                                                            },
                                                                            {
                                                                                "name": "custom_field_043",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Find"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "select",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "select",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_042",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Research Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "select",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_032",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Research Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "select",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_065",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Send Letter"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "select",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "select",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "select",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "select",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "select",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "select",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "select",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "select",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "select",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_046",
                                                                                "type": "text",
                                                                                "label": "Test"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "select",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "select",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "select",
                                                                                "label": "Priority"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ],
                                                                "interface": [
                                                                    {
                                                                        "name": "id",
                                                                        "type": "text",
                                                                        "label": "Contact ID"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "text",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "type",
                                                                        "type": "text",
                                                                        "label": "Type"
                                                                    },
                                                                    {
                                                                        "name": "locationId",
                                                                        "type": "text",
                                                                        "label": "Location ID"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "inboundDndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "all",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "All"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Inbound Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "dndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "Call",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Call"
                                                                            },
                                                                            {
                                                                                "name": "Email",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Email"
                                                                            },
                                                                            {
                                                                                "name": "SMS",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "SMS"
                                                                            },
                                                                            {
                                                                                "name": "WhatsApp",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "GMB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "GMB"
                                                                            },
                                                                            {
                                                                                "name": "FB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "FB"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "createdBy",
                                                                        "spec": [
                                                                            {
                                                                                "name": "sourceId",
                                                                                "type": "text",
                                                                                "label": "Source ID"
                                                                            },
                                                                            {
                                                                                "name": "channel",
                                                                                "type": "text",
                                                                                "label": "Channel"
                                                                            },
                                                                            {
                                                                                "name": "source",
                                                                                "type": "text",
                                                                                "label": "Source"
                                                                            },
                                                                            {
                                                                                "name": "sourceName",
                                                                                "type": "text",
                                                                                "label": "Source Name"
                                                                            },
                                                                            {
                                                                                "name": "timestamp",
                                                                                "type": "date",
                                                                                "label": "Timestamp"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Created By"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "array",
                                                                        "label": "Tags"
                                                                    },
                                                                    {
                                                                        "name": "dateAdded",
                                                                        "type": "date",
                                                                        "label": "Date Added"
                                                                    },
                                                                    {
                                                                        "name": "additionalEmails",
                                                                        "type": "array",
                                                                        "label": "Additional Emails"
                                                                    },
                                                                    {
                                                                        "name": "additionalPhones",
                                                                        "type": "array",
                                                                        "label": "Additional Phones"
                                                                    },
                                                                    {
                                                                        "name": "country",
                                                                        "type": "text",
                                                                        "label": "Country"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "lastNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Last Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "emailLowerCase",
                                                                        "type": "text",
                                                                        "label": "Email Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "text",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "postalCode",
                                                                        "type": "text",
                                                                        "label": "Postal Code"
                                                                    },
                                                                    {
                                                                        "name": "dateUpdated",
                                                                        "type": "date",
                                                                        "label": "Date Updated"
                                                                    },
                                                                    {
                                                                        "name": "fullNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Full Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "firstNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "First Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "text",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "text",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "text",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "text",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "text",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "text",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "array",
                                                                                "label": "Custom Status: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_043",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Find"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "text",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "text",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_042",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Research Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "text",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_032",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Research Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "text",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_065",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Send Letter"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "text",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "text",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "text",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "text",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "text",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "text",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "text",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "text",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "text",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_046",
                                                                                "type": "text",
                                                                                "label": "Test"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "text",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "text",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "text",
                                                                                "label": "Priority"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ]
                                                            },
                                                            "onerror": [
                                                                {
                                                                    "id": 153,
                                                                    "module": "builtin:Ignore",
                                                                    "version": 1,
                                                                    "metadata": {
                                                                        "designer": {
                                                                            "x": 2391,
                                                                            "y": 6017
                                                                        }
                                                                    }
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                },
                                                {
                                                    "flow": [
                                                        {
                                                            "id": 156,
                                                            "module": "highlevel:updateAContact",
                                                            "version": 1,
                                                            "parameters": {
                                                                "__IMTCONN__": 1000003
                                                            },
                                                            "filter": {
                                                                "name": "Type: landline",
                                                                "conditions": [
                                                                    [
                                                                        {
                                                                            "a": "{{88.type}}",
                                                                            "b": "FIXED_LINE",
                                                                            "o": "text:equal"
                                                                        }
                                                                    ]
                                                                ]
                                                            },
                                                            "mapper": {
                                                                "address": {},
                                                                "contact": "{{14.contact_id}}",
                                                                "customField": {
                                                                    "custom_field_006": "Landline"
                                                                }
                                                            },
                                                            "metadata": {
                                                                "designer": {
                                                                    "x": 2053,
                                                                    "y": 6217
                                                                },
                                                                "restore": {
                                                                    "expect": {
                                                                        "dnd": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "tags": {
                                                                            "mode": "chose"
                                                                        },
                                                                        "address": {
                                                                            "nested": {
                                                                                "country": {
                                                                                    "mode": "chose"
                                                                                }
                                                                            }
                                                                        },
                                                                        "contact": {
                                                                            "mode": "edit"
                                                                        },
                                                                        "timezone": {
                                                                            "mode": "chose",
                                                                            "label": "Empty"
                                                                        },
                                                                        "customField": {
                                                                            "nested": {
                                                                                "custom_field_006": {
                                                                                    "mode": "chose",
                                                                                    "label": "Landline"
                                                                                },
                                                                                "custom_field_007": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_009": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_012": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_014": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_015": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_024": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_026": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_028": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_030": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_032": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_033": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_034": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_035": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_039": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_042": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_043": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_049": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_054": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_055": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_060": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_065": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_067": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_069": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_071": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_072": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                },
                                                                                "custom_field_075": {
                                                                                    "mode": "chose"
                                                                                },
                                                                                "custom_field_082": {
                                                                                    "mode": "chose",
                                                                                    "label": "Empty"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "parameters": {
                                                                        "__IMTCONN__": {
                                                                            "data": {
                                                                                "scoped": "true",
                                                                                "connection": "highlevel3"
                                                                            },
                                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                                        }
                                                                    }
                                                                },
                                                                "parameters": [
                                                                    {
                                                                        "name": "__IMTCONN__",
                                                                        "type": "account:highlevel,highlevel3",
                                                                        "label": "Connection",
                                                                        "required": true
                                                                    }
                                                                ],
                                                                "expect": [
                                                                    {
                                                                        "mode": "edit",
                                                                        "name": "contact",
                                                                        "type": "select",
                                                                        "label": "Contact ID",
                                                                        "required": true
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "email",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "dateOfBirth",
                                                                        "time": false,
                                                                        "type": "date",
                                                                        "label": "Date of Birth"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "url",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "select",
                                                                        "label": "Tags",
                                                                        "multiple": true
                                                                    },
                                                                    {
                                                                        "name": "address",
                                                                        "spec": [
                                                                            {
                                                                                "name": "address1",
                                                                                "type": "text",
                                                                                "label": "Street"
                                                                            },
                                                                            {
                                                                                "name": "city",
                                                                                "type": "text",
                                                                                "label": "City"
                                                                            },
                                                                            {
                                                                                "name": "state",
                                                                                "type": "text",
                                                                                "label": "State"
                                                                            },
                                                                            {
                                                                                "name": "postalCode",
                                                                                "type": "text",
                                                                                "label": "PostalCode"
                                                                            },
                                                                            {
                                                                                "name": "country",
                                                                                "type": "select",
                                                                                "label": "Country"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Address"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "select",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "select",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "select",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "select",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "select",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "select",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "select",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "select",
                                                                                "label": "Custom Status: WhatsApp",
                                                                                "multiple": true,
                                                                                "validate": {
                                                                                    "enum": [
                                                                                        "Valid"
                                                                                    ]
                                                                                }
                                                                            },
                                                                            {
                                                                                "name": "custom_field_043",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Find"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "select",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "select",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_042",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Research Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "select",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_032",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Research Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "select",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_065",
                                                                                "type": "select",
                                                                                "label": "Workflow Status: AI Send Letter"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "select",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "select",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "select",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "select",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "select",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "select",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "select",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "select",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "select",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_046",
                                                                                "type": "text",
                                                                                "label": "Test"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "select",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "select",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "select",
                                                                                "label": "Priority"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ],
                                                                "interface": [
                                                                    {
                                                                        "name": "id",
                                                                        "type": "text",
                                                                        "label": "Contact ID"
                                                                    },
                                                                    {
                                                                        "name": "timezone",
                                                                        "type": "text",
                                                                        "label": "Timezone"
                                                                    },
                                                                    {
                                                                        "name": "type",
                                                                        "type": "text",
                                                                        "label": "Type"
                                                                    },
                                                                    {
                                                                        "name": "locationId",
                                                                        "type": "text",
                                                                        "label": "Location ID"
                                                                    },
                                                                    {
                                                                        "name": "dnd",
                                                                        "type": "boolean",
                                                                        "label": "Dnd"
                                                                    },
                                                                    {
                                                                        "name": "inboundDndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "all",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "All"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Inbound Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "dndSettings",
                                                                        "spec": [
                                                                            {
                                                                                "name": "Call",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Call"
                                                                            },
                                                                            {
                                                                                "name": "Email",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Email"
                                                                            },
                                                                            {
                                                                                "name": "SMS",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "SMS"
                                                                            },
                                                                            {
                                                                                "name": "WhatsApp",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "GMB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "GMB"
                                                                            },
                                                                            {
                                                                                "name": "FB",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "code",
                                                                                        "type": "text",
                                                                                        "label": "Code"
                                                                                    },
                                                                                    {
                                                                                        "name": "message",
                                                                                        "type": "text",
                                                                                        "label": "Message"
                                                                                    },
                                                                                    {
                                                                                        "name": "status",
                                                                                        "type": "text",
                                                                                        "label": "Status"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "FB"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Dnd Settings"
                                                                    },
                                                                    {
                                                                        "name": "createdBy",
                                                                        "spec": [
                                                                            {
                                                                                "name": "sourceId",
                                                                                "type": "text",
                                                                                "label": "Source ID"
                                                                            },
                                                                            {
                                                                                "name": "channel",
                                                                                "type": "text",
                                                                                "label": "Channel"
                                                                            },
                                                                            {
                                                                                "name": "source",
                                                                                "type": "text",
                                                                                "label": "Source"
                                                                            },
                                                                            {
                                                                                "name": "sourceName",
                                                                                "type": "text",
                                                                                "label": "Source Name"
                                                                            },
                                                                            {
                                                                                "name": "timestamp",
                                                                                "type": "date",
                                                                                "label": "Timestamp"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Created By"
                                                                    },
                                                                    {
                                                                        "name": "tags",
                                                                        "type": "array",
                                                                        "label": "Tags"
                                                                    },
                                                                    {
                                                                        "name": "dateAdded",
                                                                        "type": "date",
                                                                        "label": "Date Added"
                                                                    },
                                                                    {
                                                                        "name": "additionalEmails",
                                                                        "type": "array",
                                                                        "label": "Additional Emails"
                                                                    },
                                                                    {
                                                                        "name": "additionalPhones",
                                                                        "type": "array",
                                                                        "label": "Additional Phones"
                                                                    },
                                                                    {
                                                                        "name": "country",
                                                                        "type": "text",
                                                                        "label": "Country"
                                                                    },
                                                                    {
                                                                        "name": "lastName",
                                                                        "type": "text",
                                                                        "label": "Last Name"
                                                                    },
                                                                    {
                                                                        "name": "lastNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Last Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "emailLowerCase",
                                                                        "type": "text",
                                                                        "label": "Email Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "email",
                                                                        "type": "text",
                                                                        "label": "Email"
                                                                    },
                                                                    {
                                                                        "name": "postalCode",
                                                                        "type": "text",
                                                                        "label": "Postal Code"
                                                                    },
                                                                    {
                                                                        "name": "dateUpdated",
                                                                        "type": "date",
                                                                        "label": "Date Updated"
                                                                    },
                                                                    {
                                                                        "name": "fullNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "Full Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "firstName",
                                                                        "type": "text",
                                                                        "label": "First Name"
                                                                    },
                                                                    {
                                                                        "name": "firstNameLowerCase",
                                                                        "type": "text",
                                                                        "label": "First Name Lower Case"
                                                                    },
                                                                    {
                                                                        "name": "source",
                                                                        "type": "text",
                                                                        "label": "Source"
                                                                    },
                                                                    {
                                                                        "name": "companyName",
                                                                        "type": "text",
                                                                        "label": "Company Name"
                                                                    },
                                                                    {
                                                                        "name": "website",
                                                                        "type": "text",
                                                                        "label": "Website"
                                                                    },
                                                                    {
                                                                        "name": "phone",
                                                                        "type": "text",
                                                                        "label": "Phone"
                                                                    },
                                                                    {
                                                                        "name": "customField",
                                                                        "spec": [
                                                                            {
                                                                                "name": "custom_field_019",
                                                                                "type": "text",
                                                                                "label": "AI Call Summary",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_014",
                                                                                "type": "text",
                                                                                "label": "What is your company’s annual revenue?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_026",
                                                                                "type": "text",
                                                                                "label": "Instantly: Campaign"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_052",
                                                                                "type": "text",
                                                                                "label": "AI Call Transcript",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_060",
                                                                                "type": "text",
                                                                                "label": "Company Industry"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_072",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Website"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_074",
                                                                                "type": "text",
                                                                                "label": "Custom Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_082",
                                                                                "type": "text",
                                                                                "label": "Custom Status: Email"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_021",
                                                                                "type": "text",
                                                                                "label": "Ownership Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_028",
                                                                                "type": "text",
                                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_040",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 1",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_049",
                                                                                "type": "text",
                                                                                "label": "Instantly: Latest Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_075",
                                                                                "type": "array",
                                                                                "label": "Custom Status: WhatsApp"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_043",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Find"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_077",
                                                                                "type": "number",
                                                                                "label": "Company Last Headcount"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_007",
                                                                                "type": "text",
                                                                                "label": "Instantly: Email Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_009",
                                                                                "type": "text",
                                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_010",
                                                                                "type": "text",
                                                                                "label": "Gatekeeper Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_084",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 2",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_042",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Research Person"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_020",
                                                                                "type": "number",
                                                                                "label": "Company Estimated Turnover"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_017",
                                                                                "type": "text",
                                                                                "label": "Personalised Business Compliment 3",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_038",
                                                                                "type": "text",
                                                                                "label": "Contact Permission"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_069",
                                                                                "type": "text",
                                                                                "label": "Instantly: Lead Status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_032",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Research Company"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_011",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Universal",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_044",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: Email",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_061",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: WhatsApp",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_005",
                                                                                "type": "text",
                                                                                "label": "Google Place ID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_024",
                                                                                "type": "text",
                                                                                "label": "Instantly: Meeting Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_063",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_085",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: SMS",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_065",
                                                                                "type": "text",
                                                                                "label": "Workflow Status: AI Send Letter"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_029",
                                                                                "type": "number",
                                                                                "label": "Company Age (In Years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_030",
                                                                                "type": "text",
                                                                                "label": "Instantly: Other Lead Events"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_054",
                                                                                "type": "text",
                                                                                "label": "What type of customers make up the majority of your revenue?"
                                                                            },
                                                                            {
                                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                                "type": "text",
                                                                                "label": "Valuation Interest"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_081",
                                                                                "type": "text",
                                                                                "label": "Google CID"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_008",
                                                                                "type": "text",
                                                                                "label": "Business Size Indicator"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_034",
                                                                                "type": "text",
                                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_036",
                                                                                "type": "text",
                                                                                "label": "Company Google Plus Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_083",
                                                                                "type": "text",
                                                                                "label": "Company Age (In years & Months)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_087",
                                                                                "type": "text",
                                                                                "label": "AI Personalised Message: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_035",
                                                                                "type": "text",
                                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_057",
                                                                                "type": "text",
                                                                                "label": "Contact Details Captured"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_059",
                                                                                "type": "text",
                                                                                "label": "Company number"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_013",
                                                                                "type": "number",
                                                                                "label": "Company SIC Code"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_023",
                                                                                "type": "text",
                                                                                "label": "Personalised Context: AI Calls",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_031",
                                                                                "type": "text",
                                                                                "label": "Company Overview",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_033",
                                                                                "type": "text",
                                                                                "label": "How long have you been operating the business?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_050",
                                                                                "type": "text",
                                                                                "label": "Contact Details Provided"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_071",
                                                                                "type": "text",
                                                                                "label": "Email Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_004",
                                                                                "type": "text",
                                                                                "label": "Company Financials",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_006",
                                                                                "type": "text",
                                                                                "label": "Phone Type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_015",
                                                                                "type": "text",
                                                                                "label": "What would be your ideal outcome if you sold?"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_064",
                                                                                "type": "text",
                                                                                "label": "Contact Method Preference"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_066",
                                                                                "type": "text",
                                                                                "label": "Personalised Homepage URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_053",
                                                                                "type": "text",
                                                                                "label": "Google Maps Place URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_056",
                                                                                "type": "text",
                                                                                "label": "Engagement Interest Level"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_067",
                                                                                "type": "text",
                                                                                "label": "Valid Email (Manual)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_025",
                                                                                "type": "text",
                                                                                "label": "Instantly \"event_type\""
                                                                            },
                                                                            {
                                                                                "name": "custom_field_078",
                                                                                "type": "text",
                                                                                "label": "Personalised Grow Page URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_080",
                                                                                "type": "text",
                                                                                "label": "Decision Maker Availability"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_037",
                                                                                "type": "text",
                                                                                "label": "Company Services",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_046",
                                                                                "type": "text",
                                                                                "label": "Test"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_073",
                                                                                "type": "text",
                                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_027",
                                                                                "type": "number",
                                                                                "label": "Company Google Rating"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_051",
                                                                                "type": "text",
                                                                                "label": "AI Research: Company",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_062",
                                                                                "type": "text",
                                                                                "label": "AI Research: Person",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_079",
                                                                                "type": "number",
                                                                                "label": "Company Google Review Count"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_018",
                                                                                "type": "text",
                                                                                "label": "Legal Company Name"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_058",
                                                                                "type": "date",
                                                                                "label": "Company Incorporation Date"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_041",
                                                                                "type": "text",
                                                                                "label": "Job Title"
                                                                            },
                                                                            {
                                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Personal URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_002",
                                                                                "type": "text",
                                                                                "label": "LinkedIn Company URL"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_045",
                                                                                "type": "text",
                                                                                "label": "Message",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_055",
                                                                                "type": "text",
                                                                                "label": "Company type"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_012",
                                                                                "type": "text",
                                                                                "label": "Company status"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_070",
                                                                                "type": "number",
                                                                                "label": "Officers Age (in years)"
                                                                            },
                                                                            {
                                                                                "name": "custom_field_016",
                                                                                "type": "text",
                                                                                "label": "AI Find: Contact Data & Notes",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_086",
                                                                                "type": "text",
                                                                                "label": "AI Find: Original Backup Contact Data",
                                                                                "multiline": true
                                                                            },
                                                                            {
                                                                                "name": "custom_field_039",
                                                                                "type": "text",
                                                                                "label": "Priority"
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Custom Fields"
                                                                    }
                                                                ]
                                                            },
                                                            "onerror": [
                                                                {
                                                                    "id": 157,
                                                                    "module": "builtin:Ignore",
                                                                    "version": 1,
                                                                    "metadata": {
                                                                        "designer": {
                                                                            "x": 2390,
                                                                            "y": 6399
                                                                        }
                                                                    }
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "flow": [
                        {
                            "id": 93,
                            "module": "highlevel:getAContact",
                            "version": 1,
                            "parameters": {
                                "__IMTCONN__": 1000003
                            },
                            "mapper": {
                                "contact": "{{14.contact_id}}"
                            },
                            "metadata": {
                                "designer": {
                                    "x": -1030,
                                    "y": 6054
                                },
                                "restore": {
                                    "expect": {
                                        "contact": {
                                            "mode": "edit"
                                        }
                                    },
                                    "parameters": {
                                        "__IMTCONN__": {
                                            "data": {
                                                "scoped": "true",
                                                "connection": "highlevel3"
                                            },
                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                        }
                                    }
                                },
                                "parameters": [
                                    {
                                        "name": "__IMTCONN__",
                                        "type": "account:highlevel,highlevel3",
                                        "label": "Connection",
                                        "required": true
                                    }
                                ],
                                "expect": [
                                    {
                                        "mode": "edit",
                                        "name": "contact",
                                        "type": "select",
                                        "label": "Contact ID",
                                        "required": true
                                    }
                                ],
                                "interface": [
                                    {
                                        "name": "id",
                                        "type": "text",
                                        "label": "Contact ID"
                                    },
                                    {
                                        "name": "locationId",
                                        "type": "text",
                                        "label": "Location ID"
                                    },
                                    {
                                        "name": "dateOfBirth",
                                        "type": "date",
                                        "label": "Date Of Birth"
                                    },
                                    {
                                        "name": "email",
                                        "type": "text",
                                        "label": "Email"
                                    },
                                    {
                                        "name": "birthMonth",
                                        "type": "number",
                                        "label": "Birth Month"
                                    },
                                    {
                                        "name": "firstName",
                                        "type": "text",
                                        "label": "First Name"
                                    },
                                    {
                                        "name": "fullNameLowerCase",
                                        "type": "text",
                                        "label": "Full Name Lower Case"
                                    },
                                    {
                                        "name": "firstNameLowerCase",
                                        "type": "text",
                                        "label": "First Name Lower Case"
                                    },
                                    {
                                        "name": "state",
                                        "type": "text",
                                        "label": "State"
                                    },
                                    {
                                        "name": "timezone",
                                        "type": "text",
                                        "label": "Timezone"
                                    },
                                    {
                                        "name": "country",
                                        "type": "text",
                                        "label": "Country"
                                    },
                                    {
                                        "name": "lastName",
                                        "type": "text",
                                        "label": "Last Name"
                                    },
                                    {
                                        "name": "emailLowerCase",
                                        "type": "text",
                                        "label": "Email Lower Case"
                                    },
                                    {
                                        "name": "postalCode",
                                        "type": "text",
                                        "label": "Postal Code"
                                    },
                                    {
                                        "name": "city",
                                        "type": "text",
                                        "label": "City"
                                    },
                                    {
                                        "name": "lastNameLowerCase",
                                        "type": "text",
                                        "label": "Last Name Lower Case"
                                    },
                                    {
                                        "name": "birthDay",
                                        "type": "number",
                                        "label": "Birth Day"
                                    },
                                    {
                                        "name": "address1",
                                        "type": "text",
                                        "label": "Address 1"
                                    },
                                    {
                                        "name": "companyName",
                                        "type": "text",
                                        "label": "Company Name"
                                    },
                                    {
                                        "name": "website",
                                        "type": "text",
                                        "label": "Website"
                                    },
                                    {
                                        "name": "phone",
                                        "type": "text",
                                        "label": "Phone"
                                    },
                                    {
                                        "name": "dndDate",
                                        "spec": [
                                            {
                                                "name": "_seconds",
                                                "type": "number",
                                                "label": " Seconds"
                                            },
                                            {
                                                "name": "_nanoseconds",
                                                "type": "number",
                                                "label": " Nanoseconds"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Dnd Date"
                                    },
                                    {
                                        "name": "conversations",
                                        "spec": {
                                            "spec": [
                                                {
                                                    "name": "id",
                                                    "type": "text",
                                                    "label": "ID"
                                                }
                                            ],
                                            "type": "collection"
                                        },
                                        "type": "array",
                                        "label": "Conversations"
                                    },
                                    {
                                        "name": "tags",
                                        "spec": {
                                            "type": "text"
                                        },
                                        "type": "array",
                                        "label": "Tags"
                                    },
                                    {
                                        "name": "dateUpdated",
                                        "type": "date",
                                        "label": "Date Updated"
                                    },
                                    {
                                        "name": "source",
                                        "type": "text",
                                        "label": "Source"
                                    },
                                    {
                                        "name": "type",
                                        "type": "text",
                                        "label": "Type"
                                    },
                                    {
                                        "name": "dnd",
                                        "type": "boolean",
                                        "label": "Dnd"
                                    },
                                    {
                                        "name": "dndSettings",
                                        "spec": [
                                            {
                                                "name": "Call",
                                                "spec": [
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection"
                                            },
                                            {
                                                "name": "Email",
                                                "spec": [
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection"
                                            },
                                            {
                                                "name": "SMS",
                                                "spec": [
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection"
                                            },
                                            {
                                                "name": "FB",
                                                "spec": [
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection"
                                            },
                                            {
                                                "name": "GMB",
                                                "spec": [
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection"
                                            },
                                            {
                                                "name": "WhatsApp",
                                                "spec": [
                                                    {
                                                        "name": "status",
                                                        "type": "text",
                                                        "label": "Status"
                                                    }
                                                ],
                                                "type": "collection"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Dnd Settings"
                                    },
                                    {
                                        "name": "createdBy",
                                        "spec": [
                                            {
                                                "name": "sourceId",
                                                "type": "text",
                                                "label": "Source ID"
                                            },
                                            {
                                                "name": "channel",
                                                "type": "text",
                                                "label": "Channel"
                                            },
                                            {
                                                "name": "source",
                                                "type": "text",
                                                "label": "Source"
                                            },
                                            {
                                                "name": "timestamp",
                                                "type": "date",
                                                "label": "Timestamp"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Created By"
                                    },
                                    {
                                        "name": "dateAdded",
                                        "type": "date",
                                        "label": "Date Added"
                                    },
                                    {
                                        "name": "additionalEmails",
                                        "type": "array",
                                        "label": "Additional Emails"
                                    },
                                    {
                                        "name": "customField",
                                        "spec": [
                                            {
                                                "name": "custom_field_019",
                                                "type": "text",
                                                "label": "AI Call Summary",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_014",
                                                "type": "text",
                                                "label": "What is your company’s annual revenue?"
                                            },
                                            {
                                                "name": "custom_field_026",
                                                "type": "text",
                                                "label": "Instantly: Campaign"
                                            },
                                            {
                                                "name": "custom_field_052",
                                                "type": "text",
                                                "label": "AI Call Transcript",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_060",
                                                "type": "text",
                                                "label": "Company Industry"
                                            },
                                            {
                                                "name": "custom_field_072",
                                                "type": "text",
                                                "label": "Custom Status: Website"
                                            },
                                            {
                                                "name": "custom_field_074",
                                                "type": "text",
                                                "label": "Custom Message: WhatsApp",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_082",
                                                "type": "text",
                                                "label": "Custom Status: Email"
                                            },
                                            {
                                                "name": "custom_field_021",
                                                "type": "text",
                                                "label": "Ownership Status"
                                            },
                                            {
                                                "name": "custom_field_028",
                                                "type": "text",
                                                "label": "Are you open to selling your business in the next 12 months?"
                                            },
                                            {
                                                "name": "custom_field_040",
                                                "type": "text",
                                                "label": "Personalised Business Compliment 1",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_049",
                                                "type": "text",
                                                "label": "Instantly: Latest Status"
                                            },
                                            {
                                                "name": "custom_field_075",
                                                "type": "array",
                                                "label": "Custom Status: WhatsApp"
                                            },
                                            {
                                                "name": "custom_field_077",
                                                "type": "number",
                                                "label": "Company Last Headcount"
                                            },
                                            {
                                                "name": "custom_field_007",
                                                "type": "text",
                                                "label": "Instantly: Email Events"
                                            },
                                            {
                                                "name": "custom_field_009",
                                                "type": "text",
                                                "label": "How many employees does your company currently have (excluding owners)?"
                                            },
                                            {
                                                "name": "custom_field_010",
                                                "type": "text",
                                                "label": "Gatekeeper Name"
                                            },
                                            {
                                                "name": "custom_field_084",
                                                "type": "text",
                                                "label": "Personalised Business Compliment 2",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_020",
                                                "type": "number",
                                                "label": "Company Estimated Turnover"
                                            },
                                            {
                                                "name": "custom_field_017",
                                                "type": "text",
                                                "label": "Personalised Business Compliment 3",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_038",
                                                "type": "text",
                                                "label": "Contact Permission"
                                            },
                                            {
                                                "name": "custom_field_069",
                                                "type": "text",
                                                "label": "Instantly: Lead Status"
                                            },
                                            {
                                                "name": "custom_field_011",
                                                "type": "text",
                                                "label": "AI Personalised Message: Universal",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_044",
                                                "type": "text",
                                                "label": "AI Personalised Message: Email",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_061",
                                                "type": "text",
                                                "label": "AI Personalised Message: WhatsApp",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_005",
                                                "type": "text",
                                                "label": "Google Place ID"
                                            },
                                            {
                                                "name": "custom_field_024",
                                                "type": "text",
                                                "label": "Instantly: Meeting Events"
                                            },
                                            {
                                                "name": "custom_field_063",
                                                "type": "text",
                                                "label": "Decision Maker Name"
                                            },
                                            {
                                                "name": "custom_field_085",
                                                "type": "text",
                                                "label": "AI Personalised Message: SMS",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_029",
                                                "type": "number",
                                                "label": "Company Age (In Years)"
                                            },
                                            {
                                                "name": "custom_field_030",
                                                "type": "text",
                                                "label": "Instantly: Other Lead Events"
                                            },
                                            {
                                                "name": "custom_field_054",
                                                "type": "text",
                                                "label": "What type of customers make up the majority of your revenue?"
                                            },
                                            {
                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                "type": "text",
                                                "label": "Valuation Interest"
                                            },
                                            {
                                                "name": "custom_field_081",
                                                "type": "text",
                                                "label": "Google CID"
                                            },
                                            {
                                                "name": "custom_field_008",
                                                "type": "text",
                                                "label": "Business Size Indicator"
                                            },
                                            {
                                                "name": "custom_field_034",
                                                "type": "text",
                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                            },
                                            {
                                                "name": "custom_field_036",
                                                "type": "text",
                                                "label": "Company Google Plus Code"
                                            },
                                            {
                                                "name": "custom_field_083",
                                                "type": "text",
                                                "label": "Company Age (In years & Months)"
                                            },
                                            {
                                                "name": "custom_field_087",
                                                "type": "text",
                                                "label": "AI Personalised Message: AI Calls",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_035",
                                                "type": "text",
                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                            },
                                            {
                                                "name": "custom_field_057",
                                                "type": "text",
                                                "label": "Contact Details Captured"
                                            },
                                            {
                                                "name": "custom_field_059",
                                                "type": "text",
                                                "label": "Company number"
                                            },
                                            {
                                                "name": "custom_field_013",
                                                "type": "number",
                                                "label": "Company SIC Code"
                                            },
                                            {
                                                "name": "custom_field_023",
                                                "type": "text",
                                                "label": "Personalised Context: AI Calls",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_031",
                                                "type": "text",
                                                "label": "Company Overview",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_033",
                                                "type": "text",
                                                "label": "How long have you been operating the business?"
                                            },
                                            {
                                                "name": "custom_field_050",
                                                "type": "text",
                                                "label": "Contact Details Provided"
                                            },
                                            {
                                                "name": "custom_field_071",
                                                "type": "text",
                                                "label": "Email Type"
                                            },
                                            {
                                                "name": "custom_field_004",
                                                "type": "text",
                                                "label": "Company Financials",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_006",
                                                "type": "text",
                                                "label": "Phone Type"
                                            },
                                            {
                                                "name": "custom_field_015",
                                                "type": "text",
                                                "label": "What would be your ideal outcome if you sold?"
                                            },
                                            {
                                                "name": "custom_field_064",
                                                "type": "text",
                                                "label": "Contact Method Preference"
                                            },
                                            {
                                                "name": "custom_field_066",
                                                "type": "text",
                                                "label": "Personalised Homepage URL"
                                            },
                                            {
                                                "name": "custom_field_053",
                                                "type": "text",
                                                "label": "Google Maps Place URL"
                                            },
                                            {
                                                "name": "custom_field_056",
                                                "type": "text",
                                                "label": "Engagement Interest Level"
                                            },
                                            {
                                                "name": "custom_field_067",
                                                "type": "text",
                                                "label": "Valid Email (Manual)"
                                            },
                                            {
                                                "name": "custom_field_025",
                                                "type": "text",
                                                "label": "Instantly \"event_type\""
                                            },
                                            {
                                                "name": "custom_field_078",
                                                "type": "text",
                                                "label": "Personalised Grow Page URL"
                                            },
                                            {
                                                "name": "custom_field_080",
                                                "type": "text",
                                                "label": "Decision Maker Availability"
                                            },
                                            {
                                                "name": "custom_field_037",
                                                "type": "text",
                                                "label": "Company Services",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_046",
                                                "type": "text",
                                                "label": "Test"
                                            },
                                            {
                                                "name": "custom_field_073",
                                                "type": "text",
                                                "label": "Personalised Universal URL (for WhatsApp)"
                                            },
                                            {
                                                "name": "custom_field_027",
                                                "type": "number",
                                                "label": "Company Google Rating"
                                            },
                                            {
                                                "name": "custom_field_051",
                                                "type": "text",
                                                "label": "AI Research: Company",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_062",
                                                "type": "text",
                                                "label": "AI Research: Person",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_079",
                                                "type": "number",
                                                "label": "Company Google Review Count"
                                            },
                                            {
                                                "name": "custom_field_018",
                                                "type": "text",
                                                "label": "Legal Company Name"
                                            },
                                            {
                                                "name": "custom_field_058",
                                                "type": "date",
                                                "label": "Company Incorporation Date"
                                            },
                                            {
                                                "name": "custom_field_041",
                                                "type": "text",
                                                "label": "Job Title"
                                            },
                                            {
                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                "type": "text",
                                                "label": "LinkedIn Personal URL"
                                            },
                                            {
                                                "name": "custom_field_002",
                                                "type": "text",
                                                "label": "LinkedIn Company URL"
                                            },
                                            {
                                                "name": "custom_field_045",
                                                "type": "text",
                                                "label": "Message",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_055",
                                                "type": "text",
                                                "label": "Company type"
                                            },
                                            {
                                                "name": "custom_field_012",
                                                "type": "text",
                                                "label": "Company status"
                                            },
                                            {
                                                "name": "custom_field_070",
                                                "type": "number",
                                                "label": "Officers Age (in years)"
                                            },
                                            {
                                                "name": "custom_field_016",
                                                "type": "text",
                                                "label": "AI Find: Contact Data & Notes",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_086",
                                                "type": "text",
                                                "label": "AI Find: Original Backup Contact Data",
                                                "multiline": true
                                            },
                                            {
                                                "name": "custom_field_039",
                                                "type": "text",
                                                "label": "Priority"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Custom Fields"
                                    }
                                ]
                            }
                        },
                        {
                            "id": 191,
                            "module": "builtin:BasicRouter",
                            "version": 1,
                            "mapper": null,
                            "metadata": {
                                "designer": {
                                    "x": -679,
                                    "y": 6061
                                }
                            },
                            "routes": [
                                {
                                    "flow": [
                                        {
                                            "id": 71,
                                            "module": "browserflow-io:scrapeProfilesFromSearch",
                                            "version": 1,
                                            "parameters": {
                                                "__IMTCONN__": 1000005
                                            },
                                            "filter": {
                                                "name": "LinkedIn Company URL:  Empty on CRM or Not Found",
                                                "conditions": [
                                                    [
                                                        {
                                                            "a": "{{93.customField.`custom_field_002`}}",
                                                            "o": "notexist"
                                                        },
                                                        {
                                                            "a": "{{93.companyName}}",
                                                            "o": "exist"
                                                        }
                                                    ]
                                                ]
                                            },
                                            "mapper": {
                                                "category": "companies",
                                                "location": {},
                                                "nrOfPages": "1",
                                                "startPage": "1",
                                                "searchTerm": "{{93.companyName}}",
                                                "searchMethod": "filters"
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": -247,
                                                    "y": 5779
                                                },
                                                "restore": {
                                                    "expect": {
                                                        "category": {
                                                            "mode": "chose",
                                                            "label": "Companies"
                                                        },
                                                        "searchMethod": {
                                                            "mode": "chose",
                                                            "label": "Use Filters (Manual Search)"
                                                        }
                                                    },
                                                    "parameters": {
                                                        "__IMTCONN__": {
                                                            "data": {
                                                                "scoped": "true",
                                                                "connection": "browserflow-io2"
                                                            },
                                                            "label": "My Browserflow for LinkedIn connection"
                                                        }
                                                    }
                                                },
                                                "parameters": [
                                                    {
                                                        "name": "__IMTCONN__",
                                                        "type": "account:browserflow-io2",
                                                        "label": "Connection",
                                                        "required": true
                                                    }
                                                ],
                                                "expect": [
                                                    {
                                                        "name": "searchMethod",
                                                        "type": "select",
                                                        "label": "Search Method",
                                                        "required": true,
                                                        "validate": {
                                                            "enum": [
                                                                "url",
                                                                "filters"
                                                            ]
                                                        }
                                                    },
                                                    {
                                                        "name": "startPage",
                                                        "type": "integer",
                                                        "label": "Starting Page",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "nrOfPages",
                                                        "type": "integer",
                                                        "label": "Number Of Pages",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "category",
                                                        "type": "select",
                                                        "label": "Category",
                                                        "required": true,
                                                        "validate": {
                                                            "enum": [
                                                                "persons",
                                                                "companies"
                                                            ]
                                                        }
                                                    },
                                                    {
                                                        "name": "searchTerm",
                                                        "type": "text",
                                                        "label": "Search Term",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "location",
                                                        "spec": [
                                                            {
                                                                "name": "city",
                                                                "type": "text",
                                                                "label": "City"
                                                            },
                                                            {
                                                                "name": "country",
                                                                "type": "text",
                                                                "label": "Country"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Location"
                                                    }
                                                ]
                                            },
                                            "onerror": [
                                                {
                                                    "id": 113,
                                                    "module": "builtin:Break",
                                                    "version": 1,
                                                    "parameters": {},
                                                    "mapper": {
                                                        "count": "14",
                                                        "retry": true,
                                                        "interval": "720"
                                                    },
                                                    "metadata": {
                                                        "designer": {
                                                            "x": -241,
                                                            "y": 6100
                                                        },
                                                        "restore": {
                                                            "expect": {
                                                                "retry": {
                                                                    "mode": "chose"
                                                                }
                                                            }
                                                        },
                                                        "expect": [
                                                            {
                                                                "name": "retry",
                                                                "type": "boolean",
                                                                "label": "Automatically complete execution",
                                                                "required": true
                                                            },
                                                            {
                                                                "name": "count",
                                                                "type": "uinteger",
                                                                "label": "Number of attempts",
                                                                "required": true,
                                                                "validate": {
                                                                    "max": 10000,
                                                                    "min": 1
                                                                }
                                                            },
                                                            {
                                                                "name": "interval",
                                                                "type": "uinteger",
                                                                "label": "Interval between attempts",
                                                                "required": true,
                                                                "validate": {
                                                                    "max": 44640,
                                                                    "min": 1
                                                                }
                                                            }
                                                        ]
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "id": 73,
                                            "module": "json:AggregateToJSON",
                                            "version": 1,
                                            "parameters": {
                                                "type": 346046,
                                                "space": "",
                                                "feeder": 71
                                            },
                                            "mapper": {
                                                "companyArray": "{{71.data}}"
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": 53,
                                                    "y": 5779
                                                },
                                                "restore": {
                                                    "extra": {
                                                        "feeder": {
                                                            "label": "Browserflow for LinkedIn - Scrape Profiles From a LinkedIn Search [71]"
                                                        }
                                                    },
                                                    "expect": {
                                                        "companyArray": {
                                                            "mode": "edit"
                                                        }
                                                    },
                                                    "parameters": {
                                                        "type": {
                                                            "label": "CompanyJSON"
                                                        },
                                                        "space": {
                                                            "label": "Empty"
                                                        }
                                                    }
                                                },
                                                "parameters": [
                                                    {
                                                        "name": "type",
                                                        "type": "udt",
                                                        "label": "Data structure",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "space",
                                                        "type": "select",
                                                        "label": "Indentation",
                                                        "validate": {
                                                            "enum": [
                                                                "tab",
                                                                "2",
                                                                "4"
                                                            ]
                                                        }
                                                    }
                                                ],
                                                "expect": [
                                                    {
                                                        "name": "companyArray",
                                                        "spec": {
                                                            "name": "value",
                                                            "spec": [
                                                                {
                                                                    "name": "name",
                                                                    "type": "text",
                                                                    "label": null
                                                                },
                                                                {
                                                                    "name": "tagline",
                                                                    "type": "text",
                                                                    "label": null
                                                                },
                                                                {
                                                                    "name": "linkedinUrl",
                                                                    "type": "text",
                                                                    "label": null
                                                                },
                                                                {
                                                                    "name": "location",
                                                                    "type": "text",
                                                                    "label": null
                                                                },
                                                                {
                                                                    "name": "summary",
                                                                    "type": "text",
                                                                    "label": null
                                                                }
                                                            ],
                                                            "type": "collection"
                                                        },
                                                        "type": "array",
                                                        "label": null
                                                    }
                                                ]
                                            }
                                        },
                                        {
                                            "id": 74,
                                            "module": "openai-gpt-3:CreateCompletion",
                                            "version": 1,
                                            "parameters": {
                                                "__IMTCONN__": 1000001
                                            },
                                            "mapper": {
                                                "model": "gpt-4-turbo",
                                                "top_p": "1",
                                                "select": "chat",
                                                "messages": [
                                                    {
                                                        "role": "system",
                                                        "content": "System: You are a precision extraction assistant that identifies and returns the most relevant company from a JSON array.\n\nYou must:\n- Search for the company whose name best matches the user's input.\n- Return exactly one JSON object with the following keys: `name`, `linkedin_url`, `tagline`, `followers`, `summary`.\n- You may normalize spacing in names for comparison, but do not modify the actual output values.\n- If no close match is found, return `\"Not found\"` for all fields.\n- All keys must be lowercase with underscores.\n- Do not include any markdown, commentary, or additional characters — return only the clean JSON object.\n- The response must begin with `{` and end with `}`.\n\nThe company I'm looking for is: {{93.customField.custom_field_018}} ({{93.companyName}})"
                                                    },
                                                    {
                                                        "role": "user",
                                                        "content": "User: These are the results:  \n{{73.json}}\n\nJSON Example:  \n{\n  \"name\": \"value\",\n  \"linkedin_url\": \"value\",\n  \"tagline\": \"value\",\n  \"followers\": \"value\",\n  \"summary\": \"value\"\n}",
                                                        "imageDetail": "auto"
                                                    }
                                                ],
                                                "max_tokens": "4096",
                                                "temperature": "0.4",
                                                "n_completions": "1",
                                                "response_format": "json_object",
                                                "parseJSONResponse": true
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": 353,
                                                    "y": 5779
                                                },
                                                "restore": {
                                                    "expect": {
                                                        "stop": {
                                                            "mode": "chose"
                                                        },
                                                        "model": {
                                                            "mode": "chose",
                                                            "label": "gpt-4-turbo (system)"
                                                        },
                                                        "select": {
                                                            "label": "Create a Chat Completion (GPT and o1 models)"
                                                        },
                                                        "messages": {
                                                            "mode": "chose",
                                                            "items": [
                                                                {
                                                                    "role": {
                                                                        "mode": "chose",
                                                                        "label": "Developer / System"
                                                                    }
                                                                },
                                                                {
                                                                    "role": {
                                                                        "mode": "chose",
                                                                        "label": "User"
                                                                    },
                                                                    "imageDetail": {
                                                                        "mode": "chose",
                                                                        "label": "Auto"
                                                                    },
                                                                    "imageInputType": {
                                                                        "mode": "chose",
                                                                        "label": "Empty"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "logit_bias": {
                                                            "mode": "chose"
                                                        },
                                                        "tool_choice": {
                                                            "mode": "chose",
                                                            "label": "Empty"
                                                        },
                                                        "response_format": {
                                                            "mode": "chose",
                                                            "label": "JSON Object"
                                                        },
                                                        "parseJSONResponse": {
                                                            "mode": "chose"
                                                        },
                                                        "additionalParameters": {
                                                            "mode": "chose"
                                                        }
                                                    },
                                                    "parameters": {
                                                        "__IMTCONN__": {
                                                            "data": {
                                                                "scoped": "true",
                                                                "connection": "openai-gpt-3"
                                                            },
                                                            "label": "My OpenAI connection"
                                                        }
                                                    }
                                                },
                                                "parameters": [
                                                    {
                                                        "name": "__IMTCONN__",
                                                        "type": "account:openai-gpt-3",
                                                        "label": "Connection",
                                                        "required": true
                                                    }
                                                ],
                                                "expect": [
                                                    {
                                                        "name": "select",
                                                        "type": "select",
                                                        "label": "Select Method",
                                                        "required": true,
                                                        "validate": {
                                                            "enum": [
                                                                "chat",
                                                                "prompt"
                                                            ]
                                                        }
                                                    },
                                                    {
                                                        "name": "temperature",
                                                        "type": "number",
                                                        "label": "Temperature",
                                                        "validate": {
                                                            "max": 2,
                                                            "min": 0
                                                        }
                                                    },
                                                    {
                                                        "name": "top_p",
                                                        "type": "number",
                                                        "label": "Top P",
                                                        "validate": {
                                                            "max": 1,
                                                            "min": 0
                                                        }
                                                    },
                                                    {
                                                        "name": "n_completions",
                                                        "type": "number",
                                                        "label": "Number"
                                                    },
                                                    {
                                                        "name": "frequency_penalty",
                                                        "type": "number",
                                                        "label": "Frequency Penalty",
                                                        "validate": {
                                                            "max": 2,
                                                            "min": -2
                                                        }
                                                    },
                                                    {
                                                        "name": "presence_penalty",
                                                        "type": "number",
                                                        "label": "Presence Penalty",
                                                        "validate": {
                                                            "max": 2,
                                                            "min": -2
                                                        }
                                                    },
                                                    {
                                                        "name": "logit_bias",
                                                        "spec": {
                                                            "name": "value",
                                                            "spec": [
                                                                {
                                                                    "name": "token",
                                                                    "type": "text",
                                                                    "label": "Token ID",
                                                                    "required": true
                                                                },
                                                                {
                                                                    "name": "probability",
                                                                    "type": "number",
                                                                    "label": "Probability",
                                                                    "required": true,
                                                                    "validate": {
                                                                        "max": 100,
                                                                        "min": -100
                                                                    }
                                                                }
                                                            ],
                                                            "type": "collection",
                                                            "label": "Token Probability"
                                                        },
                                                        "type": "array",
                                                        "label": "Token Probability"
                                                    },
                                                    {
                                                        "name": "seed",
                                                        "type": "integer",
                                                        "label": "Seed"
                                                    },
                                                    {
                                                        "name": "tool_choice",
                                                        "type": "select",
                                                        "label": "Tool Choice",
                                                        "validate": {
                                                            "enum": [
                                                                "none",
                                                                "auto",
                                                                "required"
                                                            ]
                                                        }
                                                    },
                                                    {
                                                        "name": "stop",
                                                        "spec": {
                                                            "name": "value",
                                                            "type": "text",
                                                            "label": "Stop Sequence"
                                                        },
                                                        "type": "array",
                                                        "label": "Stop Sequences",
                                                        "validate": {
                                                            "maxItems": 4
                                                        }
                                                    },
                                                    {
                                                        "name": "additionalParameters",
                                                        "spec": {
                                                            "name": "value",
                                                            "spec": [
                                                                {
                                                                    "name": "key",
                                                                    "type": "text",
                                                                    "label": "Parameter Name",
                                                                    "required": true
                                                                },
                                                                {
                                                                    "name": "type",
                                                                    "type": "select",
                                                                    "label": "Input Type",
                                                                    "options": [
                                                                        {
                                                                            "label": "Text",
                                                                            "value": "text",
                                                                            "nested": [
                                                                                {
                                                                                    "name": "value",
                                                                                    "type": "text",
                                                                                    "label": "Parameter Value"
                                                                                }
                                                                            ],
                                                                            "default": true
                                                                        },
                                                                        {
                                                                            "label": "Number",
                                                                            "value": "number",
                                                                            "nested": [
                                                                                {
                                                                                    "name": "value",
                                                                                    "type": "number",
                                                                                    "label": "Parameter Value"
                                                                                }
                                                                            ]
                                                                        },
                                                                        {
                                                                            "label": "Boolean",
                                                                            "value": "boolean",
                                                                            "nested": [
                                                                                {
                                                                                    "name": "value",
                                                                                    "type": "boolean",
                                                                                    "label": "Parameter Value"
                                                                                }
                                                                            ]
                                                                        },
                                                                        {
                                                                            "label": "Date",
                                                                            "value": "date",
                                                                            "nested": [
                                                                                {
                                                                                    "name": "value",
                                                                                    "type": "date",
                                                                                    "label": "Parameter Value"
                                                                                }
                                                                            ]
                                                                        },
                                                                        {
                                                                            "label": "Any",
                                                                            "value": "any",
                                                                            "nested": [
                                                                                {
                                                                                    "name": "value",
                                                                                    "type": "any",
                                                                                    "label": "Parameter Value"
                                                                                }
                                                                            ]
                                                                        }
                                                                    ]
                                                                }
                                                            ],
                                                            "type": "collection",
                                                            "label": "Input Parameter"
                                                        },
                                                        "type": "array",
                                                        "label": "Other Input Parameters"
                                                    },
                                                    {
                                                        "name": "model",
                                                        "type": "select",
                                                        "label": "Model",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "max_tokens",
                                                        "type": "uinteger",
                                                        "label": "Max Completion Tokens"
                                                    },
                                                    {
                                                        "name": "messages",
                                                        "spec": {
                                                            "name": "value",
                                                            "spec": [
                                                                {
                                                                    "name": "role",
                                                                    "type": "select",
                                                                    "label": "Role",
                                                                    "options": {
                                                                        "store": [
                                                                            {
                                                                                "label": "User",
                                                                                "value": "user",
                                                                                "nested": [
                                                                                    {
                                                                                        "help": "Text content of the message on behalf of the selected __Role__.",
                                                                                        "name": "content",
                                                                                        "type": "text",
                                                                                        "label": "Text Content"
                                                                                    },
                                                                                    {
                                                                                        "name": "imageInputType",
                                                                                        "type": "select",
                                                                                        "label": "Image Input Type",
                                                                                        "options": [
                                                                                            {
                                                                                                "label": "URL",
                                                                                                "value": "url",
                                                                                                "nested": [
                                                                                                    {
                                                                                                        "help": "Make sure to use a publicly accessible URL.\nYou can test if your image is publicly accessible by opening the link in an incognito tab.",
                                                                                                        "name": "imageUrl",
                                                                                                        "type": "url",
                                                                                                        "label": "Image URL"
                                                                                                    }
                                                                                                ]
                                                                                            },
                                                                                            {
                                                                                                "label": "Image File",
                                                                                                "value": "file",
                                                                                                "nested": [
                                                                                                    {
                                                                                                        "name": "imageFile",
                                                                                                        "spec": [
                                                                                                            {
                                                                                                                "help": "Accepted extensions: `.jpg`, `.jpeg`, `.png`, `.webp` and `.gif`.",
                                                                                                                "name": "imageFilename",
                                                                                                                "type": "filename",
                                                                                                                "label": "Image Filename",
                                                                                                                "semantic": "file:name",
                                                                                                                "extension": [
                                                                                                                    "jpg",
                                                                                                                    "jpeg",
                                                                                                                    "png",
                                                                                                                    "webp",
                                                                                                                    "gif"
                                                                                                                ]
                                                                                                            },
                                                                                                            {
                                                                                                                "name": "imageData",
                                                                                                                "type": "buffer",
                                                                                                                "label": "Image Data",
                                                                                                                "semantic": "file:data"
                                                                                                            }
                                                                                                        ],
                                                                                                        "type": "collection",
                                                                                                        "label": "Image"
                                                                                                    }
                                                                                                ]
                                                                                            }
                                                                                        ],
                                                                                        "mappable": false
                                                                                    },
                                                                                    {
                                                                                        "help": "Recommended value: `Auto`",
                                                                                        "name": "imageDetail",
                                                                                        "type": "select",
                                                                                        "label": "Image Detail",
                                                                                        "options": [
                                                                                            {
                                                                                                "label": "Auto",
                                                                                                "value": "auto",
                                                                                                "default": true
                                                                                            },
                                                                                            {
                                                                                                "label": "High",
                                                                                                "value": "high"
                                                                                            },
                                                                                            {
                                                                                                "label": "Low",
                                                                                                "value": "low"
                                                                                            }
                                                                                        ]
                                                                                    }
                                                                                ]
                                                                            },
                                                                            {
                                                                                "label": "Assistant",
                                                                                "value": "assistant",
                                                                                "nested": [
                                                                                    {
                                                                                        "help": "Text content of the message on behalf of the selected __Role__.",
                                                                                        "name": "content",
                                                                                        "type": "text",
                                                                                        "label": "Text Content"
                                                                                    },
                                                                                    {
                                                                                        "mode": "edit",
                                                                                        "name": "tool_calls",
                                                                                        "spec": {
                                                                                            "spec": [
                                                                                                {
                                                                                                    "name": "type",
                                                                                                    "type": "hidden",
                                                                                                    "default": "function"
                                                                                                },
                                                                                                {
                                                                                                    "help": "Map this directly from the output of a previous **Create a Completion** module. Look for `Choices[]: Message.Tool Calls[]: ID`.",
                                                                                                    "name": "id",
                                                                                                    "type": "text",
                                                                                                    "label": "Tool call ID"
                                                                                                },
                                                                                                {
                                                                                                    "name": "function",
                                                                                                    "spec": [
                                                                                                        {
                                                                                                            "help": "The name of the function previously called.",
                                                                                                            "name": "name",
                                                                                                            "type": "text",
                                                                                                            "label": "Name",
                                                                                                            "required": true
                                                                                                        },
                                                                                                        {
                                                                                                            "help": "The arguments previously output by the AI.",
                                                                                                            "name": "arguments",
                                                                                                            "type": "text",
                                                                                                            "label": "Arguments",
                                                                                                            "required": true
                                                                                                        }
                                                                                                    ],
                                                                                                    "type": "collection",
                                                                                                    "label": "Function"
                                                                                                }
                                                                                            ],
                                                                                            "type": "collection",
                                                                                            "label": "Tool Call"
                                                                                        },
                                                                                        "type": "array",
                                                                                        "label": "Tool Calls",
                                                                                        "labels": {
                                                                                            "add": "Add tool call"
                                                                                        },
                                                                                        "mappable": {
                                                                                            "help": "You can map the entire `Choices[]: Message.Tool Calls` array from a previous Create a Completion module here."
                                                                                        }
                                                                                    }
                                                                                ]
                                                                            },
                                                                            {
                                                                                "label": "Developer / System",
                                                                                "value": "system",
                                                                                "nested": [
                                                                                    {
                                                                                        "help": "Text content of the message on behalf of the selected __Role__.",
                                                                                        "name": "content",
                                                                                        "type": "text",
                                                                                        "label": "Text Content"
                                                                                    }
                                                                                ]
                                                                            },
                                                                            {
                                                                                "label": "Tool",
                                                                                "value": "tool",
                                                                                "nested": [
                                                                                    {
                                                                                        "help": "The return of the function. This role should only be used when you have processed a previous function call and want to send the output of the function execution back to the AI.",
                                                                                        "name": "content",
                                                                                        "type": "text",
                                                                                        "label": "Text Content",
                                                                                        "required": true
                                                                                    },
                                                                                    {
                                                                                        "help": "Map this directly from the output of a previous **Create a Completion** module. Look for `Choices[]: Message.Tool Calls[]: ID`.",
                                                                                        "name": "tool_call_id",
                                                                                        "type": "text",
                                                                                        "label": "Tool Call ID.",
                                                                                        "required": true
                                                                                    }
                                                                                ]
                                                                            }
                                                                        ]
                                                                    },
                                                                    "required": true
                                                                }
                                                            ],
                                                            "type": "collection",
                                                            "label": "Message"
                                                        },
                                                        "type": "array",
                                                        "label": "Messages",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "response_format",
                                                        "type": "select",
                                                        "label": "Response Format",
                                                        "validate": {
                                                            "enum": [
                                                                "text",
                                                                "json_object"
                                                            ]
                                                        }
                                                    },
                                                    {
                                                        "name": "parseJSONResponse",
                                                        "type": "boolean",
                                                        "label": "Parse JSON Response",
                                                        "required": true
                                                    }
                                                ],
                                                "interface": [
                                                    {
                                                        "name": "result",
                                                        "type": "any",
                                                        "label": "Result"
                                                    },
                                                    {
                                                        "name": "id",
                                                        "type": "text",
                                                        "label": "ID"
                                                    },
                                                    {
                                                        "name": "object",
                                                        "type": "text",
                                                        "label": "Object"
                                                    },
                                                    {
                                                        "name": "created",
                                                        "type": "date",
                                                        "label": "Created"
                                                    },
                                                    {
                                                        "name": "model",
                                                        "type": "text",
                                                        "label": "Model"
                                                    },
                                                    {
                                                        "name": "choices",
                                                        "spec": [
                                                            {
                                                                "name": "text",
                                                                "type": "text",
                                                                "label": "Text"
                                                            },
                                                            {
                                                                "name": "index",
                                                                "type": "number",
                                                                "label": "Index"
                                                            },
                                                            {
                                                                "name": "logprobs",
                                                                "type": "text",
                                                                "label": "Log Probs"
                                                            },
                                                            {
                                                                "name": "finish_reason",
                                                                "type": "text",
                                                                "label": "Finish Reason"
                                                            },
                                                            {
                                                                "name": "message",
                                                                "spec": [
                                                                    {
                                                                        "name": "role",
                                                                        "type": "text",
                                                                        "label": "Role"
                                                                    },
                                                                    {
                                                                        "name": "content",
                                                                        "type": "text",
                                                                        "label": "Content"
                                                                    },
                                                                    {
                                                                        "name": "tool_calls",
                                                                        "spec": [
                                                                            {
                                                                                "name": "id",
                                                                                "type": "text",
                                                                                "label": "ID"
                                                                            },
                                                                            {
                                                                                "name": "type",
                                                                                "type": "text",
                                                                                "label": "Type"
                                                                            },
                                                                            {
                                                                                "name": "function",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "name",
                                                                                        "type": "text",
                                                                                        "label": "Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "arguments",
                                                                                        "type": "text",
                                                                                        "label": "Arguments"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Function"
                                                                            }
                                                                        ],
                                                                        "type": "array",
                                                                        "label": "Tool Calls"
                                                                    },
                                                                    {
                                                                        "name": "refusal",
                                                                        "type": "text",
                                                                        "label": "Refusal"
                                                                    },
                                                                    {
                                                                        "name": "annotations",
                                                                        "spec": [
                                                                            {
                                                                                "name": "type",
                                                                                "type": "text",
                                                                                "label": "Type"
                                                                            },
                                                                            {
                                                                                "name": "url_citation",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "end_index",
                                                                                        "type": "number",
                                                                                        "label": "End Index"
                                                                                    },
                                                                                    {
                                                                                        "name": "start_index",
                                                                                        "type": "number",
                                                                                        "label": "Start Index"
                                                                                    },
                                                                                    {
                                                                                        "name": "title",
                                                                                        "type": "text",
                                                                                        "label": "Title"
                                                                                    },
                                                                                    {
                                                                                        "name": "url",
                                                                                        "type": "text",
                                                                                        "label": "URL"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "URL Citation"
                                                                            }
                                                                        ],
                                                                        "type": "array",
                                                                        "label": "Annotations"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Message"
                                                            }
                                                        ],
                                                        "type": "array",
                                                        "label": "Choices"
                                                    },
                                                    {
                                                        "name": "usage",
                                                        "spec": [
                                                            {
                                                                "name": "prompt_tokens",
                                                                "type": "number",
                                                                "label": "Prompt Tokens"
                                                            },
                                                            {
                                                                "name": "completion_tokens",
                                                                "type": "text",
                                                                "label": "Completion Tokens"
                                                            },
                                                            {
                                                                "name": "total_tokens",
                                                                "type": "number",
                                                                "label": "Total Tokens"
                                                            },
                                                            {
                                                                "name": "prompt_tokens_details",
                                                                "spec": [
                                                                    {
                                                                        "name": "cached_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Cached Tokens"
                                                                    },
                                                                    {
                                                                        "name": "text_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Text Tokens"
                                                                    },
                                                                    {
                                                                        "name": "image_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Image Tokens"
                                                                    },
                                                                    {
                                                                        "name": "audio_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Audio Tokens"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Prompt Tokens Details"
                                                            },
                                                            {
                                                                "name": "completion_tokens_details",
                                                                "spec": [
                                                                    {
                                                                        "name": "reasoning_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Reasoning Tokens"
                                                                    },
                                                                    {
                                                                        "name": "text_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Text Tokens"
                                                                    },
                                                                    {
                                                                        "name": "audio_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Audio Tokens"
                                                                    },
                                                                    {
                                                                        "name": "accepted_prediction_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Accepted Prediction Tokens"
                                                                    },
                                                                    {
                                                                        "name": "rejected_prediction_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Rejected Prediction Tokens"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Completion Tokens Details"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Usage"
                                                    },
                                                    {
                                                        "name": "service_tier",
                                                        "type": "text",
                                                        "label": "Service Tier"
                                                    },
                                                    {
                                                        "name": "system_fingerprint",
                                                        "type": "text",
                                                        "label": "System Fingerprint"
                                                    }
                                                ],
                                                "advanced": true
                                            },
                                            "onerror": [
                                                {
                                                    "id": 147,
                                                    "module": "builtin:Break",
                                                    "version": 1,
                                                    "parameters": {},
                                                    "mapper": {
                                                        "count": "14",
                                                        "retry": true,
                                                        "interval": "720"
                                                    },
                                                    "metadata": {
                                                        "designer": {
                                                            "x": 367,
                                                            "y": 6110
                                                        },
                                                        "restore": {
                                                            "expect": {
                                                                "retry": {
                                                                    "mode": "chose"
                                                                }
                                                            }
                                                        },
                                                        "expect": [
                                                            {
                                                                "name": "retry",
                                                                "type": "boolean",
                                                                "label": "Automatically complete execution",
                                                                "required": true
                                                            },
                                                            {
                                                                "name": "count",
                                                                "type": "uinteger",
                                                                "label": "Number of attempts",
                                                                "required": true,
                                                                "validate": {
                                                                    "max": 10000,
                                                                    "min": 1
                                                                }
                                                            },
                                                            {
                                                                "name": "interval",
                                                                "type": "uinteger",
                                                                "label": "Interval between attempts",
                                                                "required": true,
                                                                "validate": {
                                                                    "max": 44640,
                                                                    "min": 1
                                                                }
                                                            }
                                                        ]
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "id": 75,
                                            "module": "json:ParseJSON",
                                            "version": 1,
                                            "parameters": {
                                                "type": 343615
                                            },
                                            "mapper": {
                                                "json": "{{74.choices[].message.content}}"
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": 653,
                                                    "y": 5779
                                                },
                                                "restore": {
                                                    "parameters": {
                                                        "type": {
                                                            "label": "AI Find: Website, Email, Phone, LinkedIn, Job Title..."
                                                        }
                                                    }
                                                },
                                                "parameters": [
                                                    {
                                                        "name": "type",
                                                        "type": "udt",
                                                        "label": "Data structure"
                                                    }
                                                ],
                                                "expect": [
                                                    {
                                                        "name": "json",
                                                        "type": "text",
                                                        "label": "JSON string",
                                                        "required": true
                                                    }
                                                ],
                                                "interface": [
                                                    {
                                                        "help": "",
                                                        "name": "website",
                                                        "type": "text",
                                                        "label": "Website",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "email",
                                                        "type": "text",
                                                        "label": "Email",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "phone",
                                                        "type": "text",
                                                        "label": "Phone",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "linkedinCompanyUrl",
                                                        "type": "text",
                                                        "label": "Linkedin Company Url",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "linkedinPersonalUrl",
                                                        "type": "text",
                                                        "label": "Linkedin Personal Url",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "jobTitle",
                                                        "type": "text",
                                                        "label": "Job Title",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "whatsapp",
                                                        "type": "text",
                                                        "label": "Whatsapp",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "telegram",
                                                        "type": "text",
                                                        "label": "Telegram",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "twitter",
                                                        "type": "text",
                                                        "label": "Twitter",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "facebook",
                                                        "type": "text",
                                                        "label": "Facebook",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "alternateEmail",
                                                        "type": "text",
                                                        "label": "Alternate Email",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "alternatePhone",
                                                        "type": "text",
                                                        "label": "Alternate Phone",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "personalWebsite",
                                                        "type": "text",
                                                        "label": "Personal Website",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "source",
                                                        "type": "text",
                                                        "label": "Source",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "notes",
                                                        "type": "text",
                                                        "label": "Notes",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    }
                                                ]
                                            }
                                        },
                                        {
                                            "id": 76,
                                            "module": "highlevel:updateAContact",
                                            "version": 1,
                                            "parameters": {
                                                "__IMTCONN__": 1000003
                                            },
                                            "filter": {
                                                "name": "LinkedIn Company URL: found",
                                                "conditions": [
                                                    [
                                                        {
                                                            "a": "{{75.linkedin_url}}",
                                                            "b": "Not found",
                                                            "o": "text:notcontain:ci"
                                                        }
                                                    ]
                                                ]
                                            },
                                            "mapper": {
                                                "address": {},
                                                "contact": "{{14.contact_id}}",
                                                "customField": {
                                                    "custom_field_002": "{{75.linkedin_url}}"
                                                }
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": 953,
                                                    "y": 5779
                                                },
                                                "restore": {
                                                    "expect": {
                                                        "dnd": {
                                                            "mode": "chose"
                                                        },
                                                        "tags": {
                                                            "mode": "chose"
                                                        },
                                                        "address": {
                                                            "nested": {
                                                                "country": {
                                                                    "mode": "chose"
                                                                }
                                                            }
                                                        },
                                                        "contact": {
                                                            "mode": "edit"
                                                        },
                                                        "timezone": {
                                                            "mode": "chose",
                                                            "label": "Empty"
                                                        },
                                                        "customField": {
                                                            "nested": {
                                                                "custom_field_006": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_007": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_009": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_012": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_014": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_015": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_024": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_026": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_028": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_030": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_033": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_034": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_035": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_039": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_049": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_054": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_055": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_060": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_067": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_069": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_071": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_072": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_075": {
                                                                    "mode": "chose"
                                                                },
                                                                "custom_field_082": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "parameters": {
                                                        "__IMTCONN__": {
                                                            "data": {
                                                                "scoped": "true",
                                                                "connection": "highlevel3"
                                                            },
                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                        }
                                                    }
                                                },
                                                "parameters": [
                                                    {
                                                        "name": "__IMTCONN__",
                                                        "type": "account:highlevel,highlevel3",
                                                        "label": "Connection",
                                                        "required": true
                                                    }
                                                ],
                                                "expect": [
                                                    {
                                                        "mode": "edit",
                                                        "name": "contact",
                                                        "type": "select",
                                                        "label": "Contact ID",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "firstName",
                                                        "type": "text",
                                                        "label": "First Name"
                                                    },
                                                    {
                                                        "name": "lastName",
                                                        "type": "text",
                                                        "label": "Last Name"
                                                    },
                                                    {
                                                        "name": "email",
                                                        "type": "email",
                                                        "label": "Email"
                                                    },
                                                    {
                                                        "name": "phone",
                                                        "type": "text",
                                                        "label": "Phone"
                                                    },
                                                    {
                                                        "name": "dateOfBirth",
                                                        "time": false,
                                                        "type": "date",
                                                        "label": "Date of Birth"
                                                    },
                                                    {
                                                        "name": "companyName",
                                                        "type": "text",
                                                        "label": "Company Name"
                                                    },
                                                    {
                                                        "name": "website",
                                                        "type": "url",
                                                        "label": "Website"
                                                    },
                                                    {
                                                        "name": "tags",
                                                        "type": "select",
                                                        "label": "Tags",
                                                        "multiple": true
                                                    },
                                                    {
                                                        "name": "address",
                                                        "spec": [
                                                            {
                                                                "name": "address1",
                                                                "type": "text",
                                                                "label": "Street"
                                                            },
                                                            {
                                                                "name": "city",
                                                                "type": "text",
                                                                "label": "City"
                                                            },
                                                            {
                                                                "name": "state",
                                                                "type": "text",
                                                                "label": "State"
                                                            },
                                                            {
                                                                "name": "postalCode",
                                                                "type": "text",
                                                                "label": "PostalCode"
                                                            },
                                                            {
                                                                "name": "country",
                                                                "type": "select",
                                                                "label": "Country"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Address"
                                                    },
                                                    {
                                                        "name": "source",
                                                        "type": "text",
                                                        "label": "Source"
                                                    },
                                                    {
                                                        "name": "timezone",
                                                        "type": "select",
                                                        "label": "Timezone"
                                                    },
                                                    {
                                                        "name": "dnd",
                                                        "type": "boolean",
                                                        "label": "Dnd"
                                                    },
                                                    {
                                                        "name": "customField",
                                                        "spec": [
                                                            {
                                                                "name": "custom_field_019",
                                                                "type": "text",
                                                                "label": "AI Call Summary"
                                                            },
                                                            {
                                                                "name": "custom_field_014",
                                                                "type": "select",
                                                                "label": "What is your company’s annual revenue?"
                                                            },
                                                            {
                                                                "name": "custom_field_026",
                                                                "type": "select",
                                                                "label": "Instantly: Campaign"
                                                            },
                                                            {
                                                                "name": "custom_field_052",
                                                                "type": "text",
                                                                "label": "AI Call Transcript"
                                                            },
                                                            {
                                                                "name": "custom_field_060",
                                                                "type": "select",
                                                                "label": "Company Industry"
                                                            },
                                                            {
                                                                "name": "custom_field_072",
                                                                "type": "select",
                                                                "label": "Custom Status: Website"
                                                            },
                                                            {
                                                                "name": "custom_field_074",
                                                                "type": "text",
                                                                "label": "Custom Message: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_082",
                                                                "type": "select",
                                                                "label": "Custom Status: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_021",
                                                                "type": "text",
                                                                "label": "Ownership Status"
                                                            },
                                                            {
                                                                "name": "custom_field_028",
                                                                "type": "select",
                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                            },
                                                            {
                                                                "name": "custom_field_040",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 1"
                                                            },
                                                            {
                                                                "name": "custom_field_049",
                                                                "type": "select",
                                                                "label": "Instantly: Latest Status"
                                                            },
                                                            {
                                                                "name": "custom_field_075",
                                                                "type": "select",
                                                                "label": "Custom Status: WhatsApp",
                                                                "multiple": true,
                                                                "validate": {
                                                                    "enum": [
                                                                        "Valid"
                                                                    ]
                                                                }
                                                            },
                                                            {
                                                                "name": "custom_field_077",
                                                                "type": "number",
                                                                "label": "Company Last Headcount"
                                                            },
                                                            {
                                                                "name": "custom_field_007",
                                                                "type": "select",
                                                                "label": "Instantly: Email Events"
                                                            },
                                                            {
                                                                "name": "custom_field_009",
                                                                "type": "select",
                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                            },
                                                            {
                                                                "name": "custom_field_010",
                                                                "type": "text",
                                                                "label": "Gatekeeper Name"
                                                            },
                                                            {
                                                                "name": "custom_field_084",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 2"
                                                            },
                                                            {
                                                                "name": "custom_field_020",
                                                                "type": "number",
                                                                "label": "Company Estimated Turnover"
                                                            },
                                                            {
                                                                "name": "custom_field_017",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 3"
                                                            },
                                                            {
                                                                "name": "custom_field_038",
                                                                "type": "text",
                                                                "label": "Contact Permission"
                                                            },
                                                            {
                                                                "name": "custom_field_069",
                                                                "type": "select",
                                                                "label": "Instantly: Lead Status"
                                                            },
                                                            {
                                                                "name": "custom_field_011",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Universal"
                                                            },
                                                            {
                                                                "name": "custom_field_044",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_061",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_005",
                                                                "type": "text",
                                                                "label": "Google Place ID"
                                                            },
                                                            {
                                                                "name": "custom_field_024",
                                                                "type": "select",
                                                                "label": "Instantly: Meeting Events"
                                                            },
                                                            {
                                                                "name": "custom_field_063",
                                                                "type": "text",
                                                                "label": "Decision Maker Name"
                                                            },
                                                            {
                                                                "name": "custom_field_085",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: SMS"
                                                            },
                                                            {
                                                                "name": "custom_field_029",
                                                                "type": "number",
                                                                "label": "Company Age (In Years)"
                                                            },
                                                            {
                                                                "name": "custom_field_030",
                                                                "type": "select",
                                                                "label": "Instantly: Other Lead Events"
                                                            },
                                                            {
                                                                "name": "custom_field_054",
                                                                "type": "select",
                                                                "label": "What type of customers make up the majority of your revenue?"
                                                            },
                                                            {
                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                "type": "text",
                                                                "label": "Valuation Interest"
                                                            },
                                                            {
                                                                "name": "custom_field_081",
                                                                "type": "text",
                                                                "label": "Google CID"
                                                            },
                                                            {
                                                                "name": "custom_field_008",
                                                                "type": "text",
                                                                "label": "Business Size Indicator"
                                                            },
                                                            {
                                                                "name": "custom_field_034",
                                                                "type": "select",
                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                            },
                                                            {
                                                                "name": "custom_field_036",
                                                                "type": "text",
                                                                "label": "Company Google Plus Code"
                                                            },
                                                            {
                                                                "name": "custom_field_083",
                                                                "type": "text",
                                                                "label": "Company Age (In years & Months)"
                                                            },
                                                            {
                                                                "name": "custom_field_087",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: AI Calls"
                                                            },
                                                            {
                                                                "name": "custom_field_035",
                                                                "type": "select",
                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                            },
                                                            {
                                                                "name": "custom_field_057",
                                                                "type": "text",
                                                                "label": "Contact Details Captured"
                                                            },
                                                            {
                                                                "name": "custom_field_059",
                                                                "type": "text",
                                                                "label": "Company number"
                                                            },
                                                            {
                                                                "name": "custom_field_013",
                                                                "type": "number",
                                                                "label": "Company SIC Code"
                                                            },
                                                            {
                                                                "name": "custom_field_023",
                                                                "type": "text",
                                                                "label": "Personalised Context: AI Calls"
                                                            },
                                                            {
                                                                "name": "custom_field_031",
                                                                "type": "text",
                                                                "label": "Company Overview"
                                                            },
                                                            {
                                                                "name": "custom_field_033",
                                                                "type": "select",
                                                                "label": "How long have you been operating the business?"
                                                            },
                                                            {
                                                                "name": "custom_field_050",
                                                                "type": "text",
                                                                "label": "Contact Details Provided"
                                                            },
                                                            {
                                                                "name": "custom_field_071",
                                                                "type": "select",
                                                                "label": "Email Type"
                                                            },
                                                            {
                                                                "name": "custom_field_004",
                                                                "type": "text",
                                                                "label": "Company Financials"
                                                            },
                                                            {
                                                                "name": "custom_field_006",
                                                                "type": "select",
                                                                "label": "Phone Type"
                                                            },
                                                            {
                                                                "name": "custom_field_015",
                                                                "type": "select",
                                                                "label": "What would be your ideal outcome if you sold?"
                                                            },
                                                            {
                                                                "name": "custom_field_064",
                                                                "type": "text",
                                                                "label": "Contact Method Preference"
                                                            },
                                                            {
                                                                "name": "custom_field_066",
                                                                "type": "text",
                                                                "label": "Personalised Homepage URL"
                                                            },
                                                            {
                                                                "name": "custom_field_053",
                                                                "type": "text",
                                                                "label": "Google Maps Place URL"
                                                            },
                                                            {
                                                                "name": "custom_field_056",
                                                                "type": "text",
                                                                "label": "Engagement Interest Level"
                                                            },
                                                            {
                                                                "name": "custom_field_067",
                                                                "type": "select",
                                                                "label": "Valid Email (Manual)"
                                                            },
                                                            {
                                                                "name": "custom_field_025",
                                                                "type": "text",
                                                                "label": "Instantly \"event_type\""
                                                            },
                                                            {
                                                                "name": "custom_field_078",
                                                                "type": "text",
                                                                "label": "Personalised Grow Page URL"
                                                            },
                                                            {
                                                                "name": "custom_field_080",
                                                                "type": "text",
                                                                "label": "Decision Maker Availability"
                                                            },
                                                            {
                                                                "name": "custom_field_037",
                                                                "type": "text",
                                                                "label": "Company Services"
                                                            },
                                                            {
                                                                "name": "custom_field_046",
                                                                "type": "text",
                                                                "label": "Test"
                                                            },
                                                            {
                                                                "name": "custom_field_073",
                                                                "type": "text",
                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                            },
                                                            {
                                                                "name": "custom_field_027",
                                                                "type": "number",
                                                                "label": "Company Google Rating"
                                                            },
                                                            {
                                                                "name": "custom_field_051",
                                                                "type": "text",
                                                                "label": "AI Research: Company"
                                                            },
                                                            {
                                                                "name": "custom_field_062",
                                                                "type": "text",
                                                                "label": "AI Research: Person"
                                                            },
                                                            {
                                                                "name": "custom_field_079",
                                                                "type": "number",
                                                                "label": "Company Google Review Count"
                                                            },
                                                            {
                                                                "name": "custom_field_058",
                                                                "type": "date",
                                                                "label": "Company Incorporation Date"
                                                            },
                                                            {
                                                                "name": "custom_field_041",
                                                                "type": "text",
                                                                "label": "Job Title"
                                                            },
                                                            {
                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                "type": "text",
                                                                "label": "LinkedIn Personal URL"
                                                            },
                                                            {
                                                                "name": "custom_field_002",
                                                                "type": "text",
                                                                "label": "LinkedIn Company URL"
                                                            },
                                                            {
                                                                "name": "custom_field_045",
                                                                "type": "text",
                                                                "label": "Message"
                                                            },
                                                            {
                                                                "name": "custom_field_055",
                                                                "type": "select",
                                                                "label": "Company type"
                                                            },
                                                            {
                                                                "name": "custom_field_012",
                                                                "type": "select",
                                                                "label": "Company status"
                                                            },
                                                            {
                                                                "name": "custom_field_070",
                                                                "type": "number",
                                                                "label": "Officers Age (in years)"
                                                            },
                                                            {
                                                                "name": "custom_field_016",
                                                                "type": "text",
                                                                "label": "AI Find: Contact Data & Notes"
                                                            },
                                                            {
                                                                "name": "custom_field_086",
                                                                "type": "text",
                                                                "label": "AI Find: Original Backup Contact Data"
                                                            },
                                                            {
                                                                "name": "custom_field_039",
                                                                "type": "select",
                                                                "label": "Priority"
                                                            },
                                                            {
                                                                "name": "custom_field_018",
                                                                "type": "text",
                                                                "label": "Legal Company Name"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Custom Fields"
                                                    }
                                                ],
                                                "interface": [
                                                    {
                                                        "name": "id",
                                                        "type": "text",
                                                        "label": "Contact ID"
                                                    },
                                                    {
                                                        "name": "timezone",
                                                        "type": "text",
                                                        "label": "Timezone"
                                                    },
                                                    {
                                                        "name": "type",
                                                        "type": "text",
                                                        "label": "Type"
                                                    },
                                                    {
                                                        "name": "locationId",
                                                        "type": "text",
                                                        "label": "Location ID"
                                                    },
                                                    {
                                                        "name": "dnd",
                                                        "type": "boolean",
                                                        "label": "Dnd"
                                                    },
                                                    {
                                                        "name": "inboundDndSettings",
                                                        "spec": [
                                                            {
                                                                "name": "all",
                                                                "spec": [
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "All"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Inbound Dnd Settings"
                                                    },
                                                    {
                                                        "name": "dndSettings",
                                                        "spec": [
                                                            {
                                                                "name": "Call",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Call"
                                                            },
                                                            {
                                                                "name": "Email",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Email"
                                                            },
                                                            {
                                                                "name": "SMS",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "SMS"
                                                            },
                                                            {
                                                                "name": "WhatsApp",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "WhatsApp"
                                                            },
                                                            {
                                                                "name": "GMB",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "GMB"
                                                            },
                                                            {
                                                                "name": "FB",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "FB"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Dnd Settings"
                                                    },
                                                    {
                                                        "name": "createdBy",
                                                        "spec": [
                                                            {
                                                                "name": "sourceId",
                                                                "type": "text",
                                                                "label": "Source ID"
                                                            },
                                                            {
                                                                "name": "channel",
                                                                "type": "text",
                                                                "label": "Channel"
                                                            },
                                                            {
                                                                "name": "source",
                                                                "type": "text",
                                                                "label": "Source"
                                                            },
                                                            {
                                                                "name": "sourceName",
                                                                "type": "text",
                                                                "label": "Source Name"
                                                            },
                                                            {
                                                                "name": "timestamp",
                                                                "type": "date",
                                                                "label": "Timestamp"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Created By"
                                                    },
                                                    {
                                                        "name": "tags",
                                                        "type": "array",
                                                        "label": "Tags"
                                                    },
                                                    {
                                                        "name": "dateAdded",
                                                        "type": "date",
                                                        "label": "Date Added"
                                                    },
                                                    {
                                                        "name": "additionalEmails",
                                                        "type": "array",
                                                        "label": "Additional Emails"
                                                    },
                                                    {
                                                        "name": "additionalPhones",
                                                        "type": "array",
                                                        "label": "Additional Phones"
                                                    },
                                                    {
                                                        "name": "country",
                                                        "type": "text",
                                                        "label": "Country"
                                                    },
                                                    {
                                                        "name": "lastName",
                                                        "type": "text",
                                                        "label": "Last Name"
                                                    },
                                                    {
                                                        "name": "lastNameLowerCase",
                                                        "type": "text",
                                                        "label": "Last Name Lower Case"
                                                    },
                                                    {
                                                        "name": "emailLowerCase",
                                                        "type": "text",
                                                        "label": "Email Lower Case"
                                                    },
                                                    {
                                                        "name": "email",
                                                        "type": "text",
                                                        "label": "Email"
                                                    },
                                                    {
                                                        "name": "postalCode",
                                                        "type": "text",
                                                        "label": "Postal Code"
                                                    },
                                                    {
                                                        "name": "dateUpdated",
                                                        "type": "date",
                                                        "label": "Date Updated"
                                                    },
                                                    {
                                                        "name": "fullNameLowerCase",
                                                        "type": "text",
                                                        "label": "Full Name Lower Case"
                                                    },
                                                    {
                                                        "name": "firstName",
                                                        "type": "text",
                                                        "label": "First Name"
                                                    },
                                                    {
                                                        "name": "firstNameLowerCase",
                                                        "type": "text",
                                                        "label": "First Name Lower Case"
                                                    },
                                                    {
                                                        "name": "source",
                                                        "type": "text",
                                                        "label": "Source"
                                                    },
                                                    {
                                                        "name": "companyName",
                                                        "type": "text",
                                                        "label": "Company Name"
                                                    },
                                                    {
                                                        "name": "website",
                                                        "type": "text",
                                                        "label": "Website"
                                                    },
                                                    {
                                                        "name": "phone",
                                                        "type": "text",
                                                        "label": "Phone"
                                                    },
                                                    {
                                                        "name": "customField",
                                                        "spec": [
                                                            {
                                                                "name": "custom_field_019",
                                                                "type": "text",
                                                                "label": "AI Call Summary",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_014",
                                                                "type": "text",
                                                                "label": "What is your company’s annual revenue?"
                                                            },
                                                            {
                                                                "name": "custom_field_026",
                                                                "type": "text",
                                                                "label": "Instantly: Campaign"
                                                            },
                                                            {
                                                                "name": "custom_field_052",
                                                                "type": "text",
                                                                "label": "AI Call Transcript",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_060",
                                                                "type": "text",
                                                                "label": "Company Industry"
                                                            },
                                                            {
                                                                "name": "custom_field_072",
                                                                "type": "text",
                                                                "label": "Custom Status: Website"
                                                            },
                                                            {
                                                                "name": "custom_field_074",
                                                                "type": "text",
                                                                "label": "Custom Message: WhatsApp",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_082",
                                                                "type": "text",
                                                                "label": "Custom Status: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_021",
                                                                "type": "text",
                                                                "label": "Ownership Status"
                                                            },
                                                            {
                                                                "name": "custom_field_028",
                                                                "type": "text",
                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                            },
                                                            {
                                                                "name": "custom_field_040",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 1",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_049",
                                                                "type": "text",
                                                                "label": "Instantly: Latest Status"
                                                            },
                                                            {
                                                                "name": "custom_field_075",
                                                                "type": "array",
                                                                "label": "Custom Status: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_077",
                                                                "type": "number",
                                                                "label": "Company Last Headcount"
                                                            },
                                                            {
                                                                "name": "custom_field_007",
                                                                "type": "text",
                                                                "label": "Instantly: Email Events"
                                                            },
                                                            {
                                                                "name": "custom_field_009",
                                                                "type": "text",
                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                            },
                                                            {
                                                                "name": "custom_field_010",
                                                                "type": "text",
                                                                "label": "Gatekeeper Name"
                                                            },
                                                            {
                                                                "name": "custom_field_084",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 2",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_020",
                                                                "type": "number",
                                                                "label": "Company Estimated Turnover"
                                                            },
                                                            {
                                                                "name": "custom_field_017",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 3",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_038",
                                                                "type": "text",
                                                                "label": "Contact Permission"
                                                            },
                                                            {
                                                                "name": "custom_field_069",
                                                                "type": "text",
                                                                "label": "Instantly: Lead Status"
                                                            },
                                                            {
                                                                "name": "custom_field_011",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Universal",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_044",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Email",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_061",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: WhatsApp",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_005",
                                                                "type": "text",
                                                                "label": "Google Place ID"
                                                            },
                                                            {
                                                                "name": "custom_field_024",
                                                                "type": "text",
                                                                "label": "Instantly: Meeting Events"
                                                            },
                                                            {
                                                                "name": "custom_field_063",
                                                                "type": "text",
                                                                "label": "Decision Maker Name"
                                                            },
                                                            {
                                                                "name": "custom_field_085",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: SMS",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_029",
                                                                "type": "number",
                                                                "label": "Company Age (In Years)"
                                                            },
                                                            {
                                                                "name": "custom_field_030",
                                                                "type": "text",
                                                                "label": "Instantly: Other Lead Events"
                                                            },
                                                            {
                                                                "name": "custom_field_054",
                                                                "type": "text",
                                                                "label": "What type of customers make up the majority of your revenue?"
                                                            },
                                                            {
                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                "type": "text",
                                                                "label": "Valuation Interest"
                                                            },
                                                            {
                                                                "name": "custom_field_081",
                                                                "type": "text",
                                                                "label": "Google CID"
                                                            },
                                                            {
                                                                "name": "custom_field_008",
                                                                "type": "text",
                                                                "label": "Business Size Indicator"
                                                            },
                                                            {
                                                                "name": "custom_field_034",
                                                                "type": "text",
                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                            },
                                                            {
                                                                "name": "custom_field_036",
                                                                "type": "text",
                                                                "label": "Company Google Plus Code"
                                                            },
                                                            {
                                                                "name": "custom_field_083",
                                                                "type": "text",
                                                                "label": "Company Age (In years & Months)"
                                                            },
                                                            {
                                                                "name": "custom_field_087",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: AI Calls",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_035",
                                                                "type": "text",
                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                            },
                                                            {
                                                                "name": "custom_field_057",
                                                                "type": "text",
                                                                "label": "Contact Details Captured"
                                                            },
                                                            {
                                                                "name": "custom_field_059",
                                                                "type": "text",
                                                                "label": "Company number"
                                                            },
                                                            {
                                                                "name": "custom_field_013",
                                                                "type": "number",
                                                                "label": "Company SIC Code"
                                                            },
                                                            {
                                                                "name": "custom_field_023",
                                                                "type": "text",
                                                                "label": "Personalised Context: AI Calls",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_031",
                                                                "type": "text",
                                                                "label": "Company Overview",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_033",
                                                                "type": "text",
                                                                "label": "How long have you been operating the business?"
                                                            },
                                                            {
                                                                "name": "custom_field_050",
                                                                "type": "text",
                                                                "label": "Contact Details Provided"
                                                            },
                                                            {
                                                                "name": "custom_field_071",
                                                                "type": "text",
                                                                "label": "Email Type"
                                                            },
                                                            {
                                                                "name": "custom_field_004",
                                                                "type": "text",
                                                                "label": "Company Financials",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_006",
                                                                "type": "text",
                                                                "label": "Phone Type"
                                                            },
                                                            {
                                                                "name": "custom_field_015",
                                                                "type": "text",
                                                                "label": "What would be your ideal outcome if you sold?"
                                                            },
                                                            {
                                                                "name": "custom_field_064",
                                                                "type": "text",
                                                                "label": "Contact Method Preference"
                                                            },
                                                            {
                                                                "name": "custom_field_066",
                                                                "type": "text",
                                                                "label": "Personalised Homepage URL"
                                                            },
                                                            {
                                                                "name": "custom_field_053",
                                                                "type": "text",
                                                                "label": "Google Maps Place URL"
                                                            },
                                                            {
                                                                "name": "custom_field_056",
                                                                "type": "text",
                                                                "label": "Engagement Interest Level"
                                                            },
                                                            {
                                                                "name": "custom_field_067",
                                                                "type": "text",
                                                                "label": "Valid Email (Manual)"
                                                            },
                                                            {
                                                                "name": "custom_field_025",
                                                                "type": "text",
                                                                "label": "Instantly \"event_type\""
                                                            },
                                                            {
                                                                "name": "custom_field_078",
                                                                "type": "text",
                                                                "label": "Personalised Grow Page URL"
                                                            },
                                                            {
                                                                "name": "custom_field_080",
                                                                "type": "text",
                                                                "label": "Decision Maker Availability"
                                                            },
                                                            {
                                                                "name": "custom_field_037",
                                                                "type": "text",
                                                                "label": "Company Services",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_046",
                                                                "type": "text",
                                                                "label": "Test"
                                                            },
                                                            {
                                                                "name": "custom_field_073",
                                                                "type": "text",
                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                            },
                                                            {
                                                                "name": "custom_field_027",
                                                                "type": "number",
                                                                "label": "Company Google Rating"
                                                            },
                                                            {
                                                                "name": "custom_field_051",
                                                                "type": "text",
                                                                "label": "AI Research: Company",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_062",
                                                                "type": "text",
                                                                "label": "AI Research: Person",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_079",
                                                                "type": "number",
                                                                "label": "Company Google Review Count"
                                                            },
                                                            {
                                                                "name": "custom_field_058",
                                                                "type": "date",
                                                                "label": "Company Incorporation Date"
                                                            },
                                                            {
                                                                "name": "custom_field_041",
                                                                "type": "text",
                                                                "label": "Job Title"
                                                            },
                                                            {
                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                "type": "text",
                                                                "label": "LinkedIn Personal URL"
                                                            },
                                                            {
                                                                "name": "custom_field_002",
                                                                "type": "text",
                                                                "label": "LinkedIn Company URL"
                                                            },
                                                            {
                                                                "name": "custom_field_045",
                                                                "type": "text",
                                                                "label": "Message",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_055",
                                                                "type": "text",
                                                                "label": "Company type"
                                                            },
                                                            {
                                                                "name": "custom_field_012",
                                                                "type": "text",
                                                                "label": "Company status"
                                                            },
                                                            {
                                                                "name": "custom_field_070",
                                                                "type": "number",
                                                                "label": "Officers Age (in years)"
                                                            },
                                                            {
                                                                "name": "custom_field_016",
                                                                "type": "text",
                                                                "label": "AI Find: Contact Data & Notes",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_086",
                                                                "type": "text",
                                                                "label": "AI Find: Original Backup Contact Data",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_039",
                                                                "type": "text",
                                                                "label": "Priority"
                                                            },
                                                            {
                                                                "name": "custom_field_018",
                                                                "type": "text",
                                                                "label": "Legal Company Name"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Custom Fields"
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                {
                                    "flow": [
                                        {
                                            "id": 192,
                                            "module": "browserflow-io:scrapeProfilesFromSearch",
                                            "version": 1,
                                            "parameters": {
                                                "__IMTCONN__": 1000005
                                            },
                                            "filter": {
                                                "name": "LinkedIn Company URL:  Empty on CRM or Not Found",
                                                "conditions": [
                                                    [
                                                        {
                                                            "a": "{{93.customField.`custom_field_002`}}",
                                                            "o": "notexist"
                                                        },
                                                        {
                                                            "a": "{{93.customField.custom_field_018}}",
                                                            "o": "exist"
                                                        }
                                                    ]
                                                ]
                                            },
                                            "mapper": {
                                                "category": "companies",
                                                "location": {},
                                                "nrOfPages": "1",
                                                "startPage": "1",
                                                "searchTerm": "{{93.customField.custom_field_018}}",
                                                "searchMethod": "filters"
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": -240,
                                                    "y": 6377
                                                },
                                                "restore": {
                                                    "expect": {
                                                        "category": {
                                                            "mode": "chose",
                                                            "label": "Companies"
                                                        },
                                                        "searchMethod": {
                                                            "mode": "chose",
                                                            "label": "Use Filters (Manual Search)"
                                                        }
                                                    },
                                                    "parameters": {
                                                        "__IMTCONN__": {
                                                            "data": {
                                                                "scoped": "true",
                                                                "connection": "browserflow-io2"
                                                            },
                                                            "label": "My Browserflow for LinkedIn connection"
                                                        }
                                                    }
                                                },
                                                "parameters": [
                                                    {
                                                        "name": "__IMTCONN__",
                                                        "type": "account:browserflow-io2",
                                                        "label": "Connection",
                                                        "required": true
                                                    }
                                                ],
                                                "expect": [
                                                    {
                                                        "name": "searchMethod",
                                                        "type": "select",
                                                        "label": "Search Method",
                                                        "required": true,
                                                        "validate": {
                                                            "enum": [
                                                                "url",
                                                                "filters"
                                                            ]
                                                        }
                                                    },
                                                    {
                                                        "name": "startPage",
                                                        "type": "integer",
                                                        "label": "Starting Page",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "nrOfPages",
                                                        "type": "integer",
                                                        "label": "Number Of Pages",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "category",
                                                        "type": "select",
                                                        "label": "Category",
                                                        "required": true,
                                                        "validate": {
                                                            "enum": [
                                                                "persons",
                                                                "companies"
                                                            ]
                                                        }
                                                    },
                                                    {
                                                        "name": "searchTerm",
                                                        "type": "text",
                                                        "label": "Search Term",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "location",
                                                        "spec": [
                                                            {
                                                                "name": "city",
                                                                "type": "text",
                                                                "label": "City"
                                                            },
                                                            {
                                                                "name": "country",
                                                                "type": "text",
                                                                "label": "Country"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Location"
                                                    }
                                                ]
                                            },
                                            "onerror": [
                                                {
                                                    "id": 193,
                                                    "module": "builtin:Break",
                                                    "version": 1,
                                                    "parameters": {},
                                                    "mapper": {
                                                        "count": "14",
                                                        "retry": true,
                                                        "interval": "720"
                                                    },
                                                    "metadata": {
                                                        "designer": {
                                                            "x": -234,
                                                            "y": 6699
                                                        },
                                                        "restore": {
                                                            "expect": {
                                                                "retry": {
                                                                    "mode": "chose"
                                                                }
                                                            }
                                                        },
                                                        "expect": [
                                                            {
                                                                "name": "retry",
                                                                "type": "boolean",
                                                                "label": "Automatically complete execution",
                                                                "required": true
                                                            },
                                                            {
                                                                "name": "count",
                                                                "type": "uinteger",
                                                                "label": "Number of attempts",
                                                                "required": true,
                                                                "validate": {
                                                                    "max": 10000,
                                                                    "min": 1
                                                                }
                                                            },
                                                            {
                                                                "name": "interval",
                                                                "type": "uinteger",
                                                                "label": "Interval between attempts",
                                                                "required": true,
                                                                "validate": {
                                                                    "max": 44640,
                                                                    "min": 1
                                                                }
                                                            }
                                                        ]
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "id": 194,
                                            "module": "json:AggregateToJSON",
                                            "version": 1,
                                            "parameters": {
                                                "type": 346046,
                                                "space": "",
                                                "feeder": 192
                                            },
                                            "mapper": {
                                                "companyArray": "{{192.data}}"
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": 60,
                                                    "y": 6377
                                                },
                                                "restore": {
                                                    "extra": {
                                                        "feeder": {
                                                            "label": "Browserflow for LinkedIn - Scrape Profiles From a LinkedIn Search [71]"
                                                        }
                                                    },
                                                    "expect": {
                                                        "companyArray": {
                                                            "mode": "edit"
                                                        }
                                                    },
                                                    "parameters": {
                                                        "type": {
                                                            "label": "CompanyJSON"
                                                        },
                                                        "space": {
                                                            "label": "Empty"
                                                        }
                                                    }
                                                },
                                                "parameters": [
                                                    {
                                                        "name": "type",
                                                        "type": "udt",
                                                        "label": "Data structure",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "space",
                                                        "type": "select",
                                                        "label": "Indentation",
                                                        "validate": {
                                                            "enum": [
                                                                "tab",
                                                                "2",
                                                                "4"
                                                            ]
                                                        }
                                                    }
                                                ],
                                                "expect": [
                                                    {
                                                        "name": "companyArray",
                                                        "spec": {
                                                            "name": "value",
                                                            "spec": [
                                                                {
                                                                    "name": "name",
                                                                    "type": "text",
                                                                    "label": null
                                                                },
                                                                {
                                                                    "name": "tagline",
                                                                    "type": "text",
                                                                    "label": null
                                                                },
                                                                {
                                                                    "name": "linkedinUrl",
                                                                    "type": "text",
                                                                    "label": null
                                                                },
                                                                {
                                                                    "name": "location",
                                                                    "type": "text",
                                                                    "label": null
                                                                },
                                                                {
                                                                    "name": "summary",
                                                                    "type": "text",
                                                                    "label": null
                                                                }
                                                            ],
                                                            "type": "collection"
                                                        },
                                                        "type": "array",
                                                        "label": null
                                                    }
                                                ]
                                            }
                                        },
                                        {
                                            "id": 195,
                                            "module": "openai-gpt-3:CreateCompletion",
                                            "version": 1,
                                            "parameters": {
                                                "__IMTCONN__": 1000001
                                            },
                                            "mapper": {
                                                "model": "gpt-4-turbo",
                                                "top_p": "1",
                                                "select": "chat",
                                                "messages": [
                                                    {
                                                        "role": "system",
                                                        "content": "System: You are a precision extraction assistant that identifies and returns the most relevant company from a JSON array.\n\nYou must:\n- Search for the company whose name best matches the user's input.\n- Return exactly one JSON object with the following keys: `name`, `linkedin_url`, `tagline`, `followers`, `summary`.\n- You may normalize spacing in names for comparison, but do not modify the actual output values.\n- If no close match is found, return `\"Not found\"` for all fields.\n- All keys must be lowercase with underscores.\n- Do not include any markdown, commentary, or additional characters — return only the clean JSON object.\n- The response must begin with `{` and end with `}`.\n\nThe company I'm looking for is: {{93.customField.custom_field_018}} ({{93.companyName}})"
                                                    },
                                                    {
                                                        "role": "user",
                                                        "content": "User: These are the results:  \n{{194.json}}\n\nJSON Example:  \n{\n  \"name\": \"value\",\n  \"linkedin_url\": \"value\",\n  \"tagline\": \"value\",\n  \"followers\": \"value\",\n  \"summary\": \"value\"\n}",
                                                        "imageDetail": "auto"
                                                    }
                                                ],
                                                "max_tokens": "4096",
                                                "temperature": "0.4",
                                                "n_completions": "1",
                                                "response_format": "json_object",
                                                "parseJSONResponse": true
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": 360,
                                                    "y": 6377
                                                },
                                                "restore": {
                                                    "expect": {
                                                        "stop": {
                                                            "mode": "chose"
                                                        },
                                                        "model": {
                                                            "mode": "chose",
                                                            "label": "gpt-4-turbo (system)"
                                                        },
                                                        "select": {
                                                            "label": "Create a Chat Completion (GPT and o1 models)"
                                                        },
                                                        "messages": {
                                                            "mode": "chose",
                                                            "items": [
                                                                {
                                                                    "role": {
                                                                        "mode": "chose",
                                                                        "label": "Developer / System"
                                                                    }
                                                                },
                                                                {
                                                                    "role": {
                                                                        "mode": "chose",
                                                                        "label": "User"
                                                                    },
                                                                    "imageDetail": {
                                                                        "mode": "chose",
                                                                        "label": "Auto"
                                                                    },
                                                                    "imageInputType": {
                                                                        "mode": "chose",
                                                                        "label": "Empty"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "logit_bias": {
                                                            "mode": "chose"
                                                        },
                                                        "tool_choice": {
                                                            "mode": "chose",
                                                            "label": "Empty"
                                                        },
                                                        "response_format": {
                                                            "mode": "chose",
                                                            "label": "JSON Object"
                                                        },
                                                        "parseJSONResponse": {
                                                            "mode": "chose"
                                                        },
                                                        "additionalParameters": {
                                                            "mode": "chose"
                                                        }
                                                    },
                                                    "parameters": {
                                                        "__IMTCONN__": {
                                                            "data": {
                                                                "scoped": "true",
                                                                "connection": "openai-gpt-3"
                                                            },
                                                            "label": "My OpenAI connection"
                                                        }
                                                    }
                                                },
                                                "parameters": [
                                                    {
                                                        "name": "__IMTCONN__",
                                                        "type": "account:openai-gpt-3",
                                                        "label": "Connection",
                                                        "required": true
                                                    }
                                                ],
                                                "expect": [
                                                    {
                                                        "name": "select",
                                                        "type": "select",
                                                        "label": "Select Method",
                                                        "required": true,
                                                        "validate": {
                                                            "enum": [
                                                                "chat",
                                                                "prompt"
                                                            ]
                                                        }
                                                    },
                                                    {
                                                        "name": "temperature",
                                                        "type": "number",
                                                        "label": "Temperature",
                                                        "validate": {
                                                            "max": 2,
                                                            "min": 0
                                                        }
                                                    },
                                                    {
                                                        "name": "top_p",
                                                        "type": "number",
                                                        "label": "Top P",
                                                        "validate": {
                                                            "max": 1,
                                                            "min": 0
                                                        }
                                                    },
                                                    {
                                                        "name": "n_completions",
                                                        "type": "number",
                                                        "label": "Number"
                                                    },
                                                    {
                                                        "name": "frequency_penalty",
                                                        "type": "number",
                                                        "label": "Frequency Penalty",
                                                        "validate": {
                                                            "max": 2,
                                                            "min": -2
                                                        }
                                                    },
                                                    {
                                                        "name": "presence_penalty",
                                                        "type": "number",
                                                        "label": "Presence Penalty",
                                                        "validate": {
                                                            "max": 2,
                                                            "min": -2
                                                        }
                                                    },
                                                    {
                                                        "name": "logit_bias",
                                                        "spec": {
                                                            "name": "value",
                                                            "spec": [
                                                                {
                                                                    "name": "token",
                                                                    "type": "text",
                                                                    "label": "Token ID",
                                                                    "required": true
                                                                },
                                                                {
                                                                    "name": "probability",
                                                                    "type": "number",
                                                                    "label": "Probability",
                                                                    "required": true,
                                                                    "validate": {
                                                                        "max": 100,
                                                                        "min": -100
                                                                    }
                                                                }
                                                            ],
                                                            "type": "collection",
                                                            "label": "Token Probability"
                                                        },
                                                        "type": "array",
                                                        "label": "Token Probability"
                                                    },
                                                    {
                                                        "name": "seed",
                                                        "type": "integer",
                                                        "label": "Seed"
                                                    },
                                                    {
                                                        "name": "tool_choice",
                                                        "type": "select",
                                                        "label": "Tool Choice",
                                                        "validate": {
                                                            "enum": [
                                                                "none",
                                                                "auto",
                                                                "required"
                                                            ]
                                                        }
                                                    },
                                                    {
                                                        "name": "stop",
                                                        "spec": {
                                                            "name": "value",
                                                            "type": "text",
                                                            "label": "Stop Sequence"
                                                        },
                                                        "type": "array",
                                                        "label": "Stop Sequences",
                                                        "validate": {
                                                            "maxItems": 4
                                                        }
                                                    },
                                                    {
                                                        "name": "additionalParameters",
                                                        "spec": {
                                                            "name": "value",
                                                            "spec": [
                                                                {
                                                                    "name": "key",
                                                                    "type": "text",
                                                                    "label": "Parameter Name",
                                                                    "required": true
                                                                },
                                                                {
                                                                    "name": "type",
                                                                    "type": "select",
                                                                    "label": "Input Type",
                                                                    "options": [
                                                                        {
                                                                            "label": "Text",
                                                                            "value": "text",
                                                                            "nested": [
                                                                                {
                                                                                    "name": "value",
                                                                                    "type": "text",
                                                                                    "label": "Parameter Value"
                                                                                }
                                                                            ],
                                                                            "default": true
                                                                        },
                                                                        {
                                                                            "label": "Number",
                                                                            "value": "number",
                                                                            "nested": [
                                                                                {
                                                                                    "name": "value",
                                                                                    "type": "number",
                                                                                    "label": "Parameter Value"
                                                                                }
                                                                            ]
                                                                        },
                                                                        {
                                                                            "label": "Boolean",
                                                                            "value": "boolean",
                                                                            "nested": [
                                                                                {
                                                                                    "name": "value",
                                                                                    "type": "boolean",
                                                                                    "label": "Parameter Value"
                                                                                }
                                                                            ]
                                                                        },
                                                                        {
                                                                            "label": "Date",
                                                                            "value": "date",
                                                                            "nested": [
                                                                                {
                                                                                    "name": "value",
                                                                                    "type": "date",
                                                                                    "label": "Parameter Value"
                                                                                }
                                                                            ]
                                                                        },
                                                                        {
                                                                            "label": "Any",
                                                                            "value": "any",
                                                                            "nested": [
                                                                                {
                                                                                    "name": "value",
                                                                                    "type": "any",
                                                                                    "label": "Parameter Value"
                                                                                }
                                                                            ]
                                                                        }
                                                                    ]
                                                                }
                                                            ],
                                                            "type": "collection",
                                                            "label": "Input Parameter"
                                                        },
                                                        "type": "array",
                                                        "label": "Other Input Parameters"
                                                    },
                                                    {
                                                        "name": "model",
                                                        "type": "select",
                                                        "label": "Model",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "max_tokens",
                                                        "type": "uinteger",
                                                        "label": "Max Completion Tokens"
                                                    },
                                                    {
                                                        "name": "messages",
                                                        "spec": {
                                                            "name": "value",
                                                            "spec": [
                                                                {
                                                                    "name": "role",
                                                                    "type": "select",
                                                                    "label": "Role",
                                                                    "options": {
                                                                        "store": [
                                                                            {
                                                                                "label": "User",
                                                                                "value": "user",
                                                                                "nested": [
                                                                                    {
                                                                                        "help": "Text content of the message on behalf of the selected __Role__.",
                                                                                        "name": "content",
                                                                                        "type": "text",
                                                                                        "label": "Text Content"
                                                                                    },
                                                                                    {
                                                                                        "name": "imageInputType",
                                                                                        "type": "select",
                                                                                        "label": "Image Input Type",
                                                                                        "options": [
                                                                                            {
                                                                                                "label": "URL",
                                                                                                "value": "url",
                                                                                                "nested": [
                                                                                                    {
                                                                                                        "help": "Make sure to use a publicly accessible URL.\nYou can test if your image is publicly accessible by opening the link in an incognito tab.",
                                                                                                        "name": "imageUrl",
                                                                                                        "type": "url",
                                                                                                        "label": "Image URL"
                                                                                                    }
                                                                                                ]
                                                                                            },
                                                                                            {
                                                                                                "label": "Image File",
                                                                                                "value": "file",
                                                                                                "nested": [
                                                                                                    {
                                                                                                        "name": "imageFile",
                                                                                                        "spec": [
                                                                                                            {
                                                                                                                "help": "Accepted extensions: `.jpg`, `.jpeg`, `.png`, `.webp` and `.gif`.",
                                                                                                                "name": "imageFilename",
                                                                                                                "type": "filename",
                                                                                                                "label": "Image Filename",
                                                                                                                "semantic": "file:name",
                                                                                                                "extension": [
                                                                                                                    "jpg",
                                                                                                                    "jpeg",
                                                                                                                    "png",
                                                                                                                    "webp",
                                                                                                                    "gif"
                                                                                                                ]
                                                                                                            },
                                                                                                            {
                                                                                                                "name": "imageData",
                                                                                                                "type": "buffer",
                                                                                                                "label": "Image Data",
                                                                                                                "semantic": "file:data"
                                                                                                            }
                                                                                                        ],
                                                                                                        "type": "collection",
                                                                                                        "label": "Image"
                                                                                                    }
                                                                                                ]
                                                                                            }
                                                                                        ],
                                                                                        "mappable": false
                                                                                    },
                                                                                    {
                                                                                        "help": "Recommended value: `Auto`",
                                                                                        "name": "imageDetail",
                                                                                        "type": "select",
                                                                                        "label": "Image Detail",
                                                                                        "options": [
                                                                                            {
                                                                                                "label": "Auto",
                                                                                                "value": "auto",
                                                                                                "default": true
                                                                                            },
                                                                                            {
                                                                                                "label": "High",
                                                                                                "value": "high"
                                                                                            },
                                                                                            {
                                                                                                "label": "Low",
                                                                                                "value": "low"
                                                                                            }
                                                                                        ]
                                                                                    }
                                                                                ]
                                                                            },
                                                                            {
                                                                                "label": "Assistant",
                                                                                "value": "assistant",
                                                                                "nested": [
                                                                                    {
                                                                                        "help": "Text content of the message on behalf of the selected __Role__.",
                                                                                        "name": "content",
                                                                                        "type": "text",
                                                                                        "label": "Text Content"
                                                                                    },
                                                                                    {
                                                                                        "mode": "edit",
                                                                                        "name": "tool_calls",
                                                                                        "spec": {
                                                                                            "spec": [
                                                                                                {
                                                                                                    "name": "type",
                                                                                                    "type": "hidden",
                                                                                                    "default": "function"
                                                                                                },
                                                                                                {
                                                                                                    "help": "Map this directly from the output of a previous **Create a Completion** module. Look for `Choices[]: Message.Tool Calls[]: ID`.",
                                                                                                    "name": "id",
                                                                                                    "type": "text",
                                                                                                    "label": "Tool call ID"
                                                                                                },
                                                                                                {
                                                                                                    "name": "function",
                                                                                                    "spec": [
                                                                                                        {
                                                                                                            "help": "The name of the function previously called.",
                                                                                                            "name": "name",
                                                                                                            "type": "text",
                                                                                                            "label": "Name",
                                                                                                            "required": true
                                                                                                        },
                                                                                                        {
                                                                                                            "help": "The arguments previously output by the AI.",
                                                                                                            "name": "arguments",
                                                                                                            "type": "text",
                                                                                                            "label": "Arguments",
                                                                                                            "required": true
                                                                                                        }
                                                                                                    ],
                                                                                                    "type": "collection",
                                                                                                    "label": "Function"
                                                                                                }
                                                                                            ],
                                                                                            "type": "collection",
                                                                                            "label": "Tool Call"
                                                                                        },
                                                                                        "type": "array",
                                                                                        "label": "Tool Calls",
                                                                                        "labels": {
                                                                                            "add": "Add tool call"
                                                                                        },
                                                                                        "mappable": {
                                                                                            "help": "You can map the entire `Choices[]: Message.Tool Calls` array from a previous Create a Completion module here."
                                                                                        }
                                                                                    }
                                                                                ]
                                                                            },
                                                                            {
                                                                                "label": "Developer / System",
                                                                                "value": "system",
                                                                                "nested": [
                                                                                    {
                                                                                        "help": "Text content of the message on behalf of the selected __Role__.",
                                                                                        "name": "content",
                                                                                        "type": "text",
                                                                                        "label": "Text Content"
                                                                                    }
                                                                                ]
                                                                            },
                                                                            {
                                                                                "label": "Tool",
                                                                                "value": "tool",
                                                                                "nested": [
                                                                                    {
                                                                                        "help": "The return of the function. This role should only be used when you have processed a previous function call and want to send the output of the function execution back to the AI.",
                                                                                        "name": "content",
                                                                                        "type": "text",
                                                                                        "label": "Text Content",
                                                                                        "required": true
                                                                                    },
                                                                                    {
                                                                                        "help": "Map this directly from the output of a previous **Create a Completion** module. Look for `Choices[]: Message.Tool Calls[]: ID`.",
                                                                                        "name": "tool_call_id",
                                                                                        "type": "text",
                                                                                        "label": "Tool Call ID.",
                                                                                        "required": true
                                                                                    }
                                                                                ]
                                                                            }
                                                                        ]
                                                                    },
                                                                    "required": true
                                                                }
                                                            ],
                                                            "type": "collection",
                                                            "label": "Message"
                                                        },
                                                        "type": "array",
                                                        "label": "Messages",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "response_format",
                                                        "type": "select",
                                                        "label": "Response Format",
                                                        "validate": {
                                                            "enum": [
                                                                "text",
                                                                "json_object"
                                                            ]
                                                        }
                                                    },
                                                    {
                                                        "name": "parseJSONResponse",
                                                        "type": "boolean",
                                                        "label": "Parse JSON Response",
                                                        "required": true
                                                    }
                                                ],
                                                "interface": [
                                                    {
                                                        "name": "result",
                                                        "type": "any",
                                                        "label": "Result"
                                                    },
                                                    {
                                                        "name": "id",
                                                        "type": "text",
                                                        "label": "ID"
                                                    },
                                                    {
                                                        "name": "object",
                                                        "type": "text",
                                                        "label": "Object"
                                                    },
                                                    {
                                                        "name": "created",
                                                        "type": "date",
                                                        "label": "Created"
                                                    },
                                                    {
                                                        "name": "model",
                                                        "type": "text",
                                                        "label": "Model"
                                                    },
                                                    {
                                                        "name": "choices",
                                                        "spec": [
                                                            {
                                                                "name": "text",
                                                                "type": "text",
                                                                "label": "Text"
                                                            },
                                                            {
                                                                "name": "index",
                                                                "type": "number",
                                                                "label": "Index"
                                                            },
                                                            {
                                                                "name": "logprobs",
                                                                "type": "text",
                                                                "label": "Log Probs"
                                                            },
                                                            {
                                                                "name": "finish_reason",
                                                                "type": "text",
                                                                "label": "Finish Reason"
                                                            },
                                                            {
                                                                "name": "message",
                                                                "spec": [
                                                                    {
                                                                        "name": "role",
                                                                        "type": "text",
                                                                        "label": "Role"
                                                                    },
                                                                    {
                                                                        "name": "content",
                                                                        "type": "text",
                                                                        "label": "Content"
                                                                    },
                                                                    {
                                                                        "name": "tool_calls",
                                                                        "spec": [
                                                                            {
                                                                                "name": "id",
                                                                                "type": "text",
                                                                                "label": "ID"
                                                                            },
                                                                            {
                                                                                "name": "type",
                                                                                "type": "text",
                                                                                "label": "Type"
                                                                            },
                                                                            {
                                                                                "name": "function",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "name",
                                                                                        "type": "text",
                                                                                        "label": "Name"
                                                                                    },
                                                                                    {
                                                                                        "name": "arguments",
                                                                                        "type": "text",
                                                                                        "label": "Arguments"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "Function"
                                                                            }
                                                                        ],
                                                                        "type": "array",
                                                                        "label": "Tool Calls"
                                                                    },
                                                                    {
                                                                        "name": "refusal",
                                                                        "type": "text",
                                                                        "label": "Refusal"
                                                                    },
                                                                    {
                                                                        "name": "annotations",
                                                                        "spec": [
                                                                            {
                                                                                "name": "type",
                                                                                "type": "text",
                                                                                "label": "Type"
                                                                            },
                                                                            {
                                                                                "name": "url_citation",
                                                                                "spec": [
                                                                                    {
                                                                                        "name": "end_index",
                                                                                        "type": "number",
                                                                                        "label": "End Index"
                                                                                    },
                                                                                    {
                                                                                        "name": "start_index",
                                                                                        "type": "number",
                                                                                        "label": "Start Index"
                                                                                    },
                                                                                    {
                                                                                        "name": "title",
                                                                                        "type": "text",
                                                                                        "label": "Title"
                                                                                    },
                                                                                    {
                                                                                        "name": "url",
                                                                                        "type": "text",
                                                                                        "label": "URL"
                                                                                    }
                                                                                ],
                                                                                "type": "collection",
                                                                                "label": "URL Citation"
                                                                            }
                                                                        ],
                                                                        "type": "array",
                                                                        "label": "Annotations"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Message"
                                                            }
                                                        ],
                                                        "type": "array",
                                                        "label": "Choices"
                                                    },
                                                    {
                                                        "name": "usage",
                                                        "spec": [
                                                            {
                                                                "name": "prompt_tokens",
                                                                "type": "number",
                                                                "label": "Prompt Tokens"
                                                            },
                                                            {
                                                                "name": "completion_tokens",
                                                                "type": "text",
                                                                "label": "Completion Tokens"
                                                            },
                                                            {
                                                                "name": "total_tokens",
                                                                "type": "number",
                                                                "label": "Total Tokens"
                                                            },
                                                            {
                                                                "name": "prompt_tokens_details",
                                                                "spec": [
                                                                    {
                                                                        "name": "cached_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Cached Tokens"
                                                                    },
                                                                    {
                                                                        "name": "text_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Text Tokens"
                                                                    },
                                                                    {
                                                                        "name": "image_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Image Tokens"
                                                                    },
                                                                    {
                                                                        "name": "audio_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Audio Tokens"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Prompt Tokens Details"
                                                            },
                                                            {
                                                                "name": "completion_tokens_details",
                                                                "spec": [
                                                                    {
                                                                        "name": "reasoning_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Reasoning Tokens"
                                                                    },
                                                                    {
                                                                        "name": "text_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Text Tokens"
                                                                    },
                                                                    {
                                                                        "name": "audio_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Audio Tokens"
                                                                    },
                                                                    {
                                                                        "name": "accepted_prediction_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Accepted Prediction Tokens"
                                                                    },
                                                                    {
                                                                        "name": "rejected_prediction_tokens",
                                                                        "type": "uinteger",
                                                                        "label": "Rejected Prediction Tokens"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Completion Tokens Details"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Usage"
                                                    },
                                                    {
                                                        "name": "service_tier",
                                                        "type": "text",
                                                        "label": "Service Tier"
                                                    },
                                                    {
                                                        "name": "system_fingerprint",
                                                        "type": "text",
                                                        "label": "System Fingerprint"
                                                    }
                                                ],
                                                "advanced": true
                                            },
                                            "onerror": [
                                                {
                                                    "id": 196,
                                                    "module": "builtin:Break",
                                                    "version": 1,
                                                    "parameters": {},
                                                    "mapper": {
                                                        "count": "14",
                                                        "retry": true,
                                                        "interval": "720"
                                                    },
                                                    "metadata": {
                                                        "designer": {
                                                            "x": 374,
                                                            "y": 6708
                                                        },
                                                        "restore": {
                                                            "expect": {
                                                                "retry": {
                                                                    "mode": "chose"
                                                                }
                                                            }
                                                        },
                                                        "expect": [
                                                            {
                                                                "name": "retry",
                                                                "type": "boolean",
                                                                "label": "Automatically complete execution",
                                                                "required": true
                                                            },
                                                            {
                                                                "name": "count",
                                                                "type": "uinteger",
                                                                "label": "Number of attempts",
                                                                "required": true,
                                                                "validate": {
                                                                    "max": 10000,
                                                                    "min": 1
                                                                }
                                                            },
                                                            {
                                                                "name": "interval",
                                                                "type": "uinteger",
                                                                "label": "Interval between attempts",
                                                                "required": true,
                                                                "validate": {
                                                                    "max": 44640,
                                                                    "min": 1
                                                                }
                                                            }
                                                        ]
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "id": 197,
                                            "module": "json:ParseJSON",
                                            "version": 1,
                                            "parameters": {
                                                "type": 343615
                                            },
                                            "mapper": {
                                                "json": "{{195.choices[].message.content}}"
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": 660,
                                                    "y": 6377
                                                },
                                                "restore": {
                                                    "parameters": {
                                                        "type": {
                                                            "label": "AI Find: Website, Email, Phone, LinkedIn, Job Title..."
                                                        }
                                                    }
                                                },
                                                "parameters": [
                                                    {
                                                        "name": "type",
                                                        "type": "udt",
                                                        "label": "Data structure"
                                                    }
                                                ],
                                                "expect": [
                                                    {
                                                        "name": "json",
                                                        "type": "text",
                                                        "label": "JSON string",
                                                        "required": true
                                                    }
                                                ],
                                                "interface": [
                                                    {
                                                        "help": "",
                                                        "name": "website",
                                                        "type": "text",
                                                        "label": "Website",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "email",
                                                        "type": "text",
                                                        "label": "Email",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "phone",
                                                        "type": "text",
                                                        "label": "Phone",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "linkedinCompanyUrl",
                                                        "type": "text",
                                                        "label": "Linkedin Company Url",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "linkedinPersonalUrl",
                                                        "type": "text",
                                                        "label": "Linkedin Personal Url",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "jobTitle",
                                                        "type": "text",
                                                        "label": "Job Title",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "whatsapp",
                                                        "type": "text",
                                                        "label": "Whatsapp",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "telegram",
                                                        "type": "text",
                                                        "label": "Telegram",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "twitter",
                                                        "type": "text",
                                                        "label": "Twitter",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "facebook",
                                                        "type": "text",
                                                        "label": "Facebook",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "alternateEmail",
                                                        "type": "text",
                                                        "label": "Alternate Email",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "alternatePhone",
                                                        "type": "text",
                                                        "label": "Alternate Phone",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "personalWebsite",
                                                        "type": "text",
                                                        "label": "Personal Website",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "source",
                                                        "type": "text",
                                                        "label": "Source",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    },
                                                    {
                                                        "help": "",
                                                        "name": "notes",
                                                        "type": "text",
                                                        "label": "Notes",
                                                        "default": null,
                                                        "required": false,
                                                        "multiline": false
                                                    }
                                                ]
                                            }
                                        },
                                        {
                                            "id": 198,
                                            "module": "highlevel:updateAContact",
                                            "version": 1,
                                            "parameters": {
                                                "__IMTCONN__": 1000003
                                            },
                                            "filter": {
                                                "name": "LinkedIn Company URL: found",
                                                "conditions": [
                                                    [
                                                        {
                                                            "a": "{{197.linkedin_url}}",
                                                            "b": "Not found",
                                                            "o": "text:notcontain:ci"
                                                        }
                                                    ]
                                                ]
                                            },
                                            "mapper": {
                                                "address": {},
                                                "contact": "{{14.contact_id}}",
                                                "customField": {
                                                    "custom_field_002": "{{197.linkedin_url}}"
                                                }
                                            },
                                            "metadata": {
                                                "designer": {
                                                    "x": 960,
                                                    "y": 6377
                                                },
                                                "restore": {
                                                    "expect": {
                                                        "dnd": {
                                                            "mode": "chose"
                                                        },
                                                        "tags": {
                                                            "mode": "chose"
                                                        },
                                                        "address": {
                                                            "nested": {
                                                                "country": {
                                                                    "mode": "chose"
                                                                }
                                                            }
                                                        },
                                                        "contact": {
                                                            "mode": "edit"
                                                        },
                                                        "timezone": {
                                                            "mode": "chose",
                                                            "label": "Empty"
                                                        },
                                                        "customField": {
                                                            "nested": {
                                                                "custom_field_006": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_007": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_009": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_012": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_014": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_015": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_024": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_026": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_028": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_030": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_033": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_034": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_035": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_039": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_049": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_054": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_055": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_060": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_067": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_069": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_071": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_072": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                },
                                                                "custom_field_075": {
                                                                    "mode": "chose"
                                                                },
                                                                "custom_field_082": {
                                                                    "mode": "chose",
                                                                    "label": "Empty"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "parameters": {
                                                        "__IMTCONN__": {
                                                            "data": {
                                                                "scoped": "true",
                                                                "connection": "highlevel3"
                                                            },
                                                            "label": "Your GHL Account (Location: Your Sub-Account)"
                                                        }
                                                    }
                                                },
                                                "parameters": [
                                                    {
                                                        "name": "__IMTCONN__",
                                                        "type": "account:highlevel,highlevel3",
                                                        "label": "Connection",
                                                        "required": true
                                                    }
                                                ],
                                                "expect": [
                                                    {
                                                        "mode": "edit",
                                                        "name": "contact",
                                                        "type": "select",
                                                        "label": "Contact ID",
                                                        "required": true
                                                    },
                                                    {
                                                        "name": "firstName",
                                                        "type": "text",
                                                        "label": "First Name"
                                                    },
                                                    {
                                                        "name": "lastName",
                                                        "type": "text",
                                                        "label": "Last Name"
                                                    },
                                                    {
                                                        "name": "email",
                                                        "type": "email",
                                                        "label": "Email"
                                                    },
                                                    {
                                                        "name": "phone",
                                                        "type": "text",
                                                        "label": "Phone"
                                                    },
                                                    {
                                                        "name": "dateOfBirth",
                                                        "time": false,
                                                        "type": "date",
                                                        "label": "Date of Birth"
                                                    },
                                                    {
                                                        "name": "companyName",
                                                        "type": "text",
                                                        "label": "Company Name"
                                                    },
                                                    {
                                                        "name": "website",
                                                        "type": "url",
                                                        "label": "Website"
                                                    },
                                                    {
                                                        "name": "tags",
                                                        "type": "select",
                                                        "label": "Tags",
                                                        "multiple": true
                                                    },
                                                    {
                                                        "name": "address",
                                                        "spec": [
                                                            {
                                                                "name": "address1",
                                                                "type": "text",
                                                                "label": "Street"
                                                            },
                                                            {
                                                                "name": "city",
                                                                "type": "text",
                                                                "label": "City"
                                                            },
                                                            {
                                                                "name": "state",
                                                                "type": "text",
                                                                "label": "State"
                                                            },
                                                            {
                                                                "name": "postalCode",
                                                                "type": "text",
                                                                "label": "PostalCode"
                                                            },
                                                            {
                                                                "name": "country",
                                                                "type": "select",
                                                                "label": "Country"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Address"
                                                    },
                                                    {
                                                        "name": "source",
                                                        "type": "text",
                                                        "label": "Source"
                                                    },
                                                    {
                                                        "name": "timezone",
                                                        "type": "select",
                                                        "label": "Timezone"
                                                    },
                                                    {
                                                        "name": "dnd",
                                                        "type": "boolean",
                                                        "label": "Dnd"
                                                    },
                                                    {
                                                        "name": "customField",
                                                        "spec": [
                                                            {
                                                                "name": "custom_field_019",
                                                                "type": "text",
                                                                "label": "AI Call Summary"
                                                            },
                                                            {
                                                                "name": "custom_field_014",
                                                                "type": "select",
                                                                "label": "What is your company’s annual revenue?"
                                                            },
                                                            {
                                                                "name": "custom_field_026",
                                                                "type": "select",
                                                                "label": "Instantly: Campaign"
                                                            },
                                                            {
                                                                "name": "custom_field_052",
                                                                "type": "text",
                                                                "label": "AI Call Transcript"
                                                            },
                                                            {
                                                                "name": "custom_field_060",
                                                                "type": "select",
                                                                "label": "Company Industry"
                                                            },
                                                            {
                                                                "name": "custom_field_072",
                                                                "type": "select",
                                                                "label": "Custom Status: Website"
                                                            },
                                                            {
                                                                "name": "custom_field_074",
                                                                "type": "text",
                                                                "label": "Custom Message: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_082",
                                                                "type": "select",
                                                                "label": "Custom Status: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_021",
                                                                "type": "text",
                                                                "label": "Ownership Status"
                                                            },
                                                            {
                                                                "name": "custom_field_028",
                                                                "type": "select",
                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                            },
                                                            {
                                                                "name": "custom_field_040",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 1"
                                                            },
                                                            {
                                                                "name": "custom_field_049",
                                                                "type": "select",
                                                                "label": "Instantly: Latest Status"
                                                            },
                                                            {
                                                                "name": "custom_field_075",
                                                                "type": "select",
                                                                "label": "Custom Status: WhatsApp",
                                                                "multiple": true,
                                                                "validate": {
                                                                    "enum": [
                                                                        "Valid"
                                                                    ]
                                                                }
                                                            },
                                                            {
                                                                "name": "custom_field_077",
                                                                "type": "number",
                                                                "label": "Company Last Headcount"
                                                            },
                                                            {
                                                                "name": "custom_field_007",
                                                                "type": "select",
                                                                "label": "Instantly: Email Events"
                                                            },
                                                            {
                                                                "name": "custom_field_009",
                                                                "type": "select",
                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                            },
                                                            {
                                                                "name": "custom_field_010",
                                                                "type": "text",
                                                                "label": "Gatekeeper Name"
                                                            },
                                                            {
                                                                "name": "custom_field_084",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 2"
                                                            },
                                                            {
                                                                "name": "custom_field_020",
                                                                "type": "number",
                                                                "label": "Company Estimated Turnover"
                                                            },
                                                            {
                                                                "name": "custom_field_017",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 3"
                                                            },
                                                            {
                                                                "name": "custom_field_038",
                                                                "type": "text",
                                                                "label": "Contact Permission"
                                                            },
                                                            {
                                                                "name": "custom_field_069",
                                                                "type": "select",
                                                                "label": "Instantly: Lead Status"
                                                            },
                                                            {
                                                                "name": "custom_field_011",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Universal"
                                                            },
                                                            {
                                                                "name": "custom_field_044",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_061",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_005",
                                                                "type": "text",
                                                                "label": "Google Place ID"
                                                            },
                                                            {
                                                                "name": "custom_field_024",
                                                                "type": "select",
                                                                "label": "Instantly: Meeting Events"
                                                            },
                                                            {
                                                                "name": "custom_field_063",
                                                                "type": "text",
                                                                "label": "Decision Maker Name"
                                                            },
                                                            {
                                                                "name": "custom_field_085",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: SMS"
                                                            },
                                                            {
                                                                "name": "custom_field_029",
                                                                "type": "number",
                                                                "label": "Company Age (In Years)"
                                                            },
                                                            {
                                                                "name": "custom_field_030",
                                                                "type": "select",
                                                                "label": "Instantly: Other Lead Events"
                                                            },
                                                            {
                                                                "name": "custom_field_054",
                                                                "type": "select",
                                                                "label": "What type of customers make up the majority of your revenue?"
                                                            },
                                                            {
                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                "type": "text",
                                                                "label": "Valuation Interest"
                                                            },
                                                            {
                                                                "name": "custom_field_081",
                                                                "type": "text",
                                                                "label": "Google CID"
                                                            },
                                                            {
                                                                "name": "custom_field_008",
                                                                "type": "text",
                                                                "label": "Business Size Indicator"
                                                            },
                                                            {
                                                                "name": "custom_field_034",
                                                                "type": "select",
                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                            },
                                                            {
                                                                "name": "custom_field_036",
                                                                "type": "text",
                                                                "label": "Company Google Plus Code"
                                                            },
                                                            {
                                                                "name": "custom_field_083",
                                                                "type": "text",
                                                                "label": "Company Age (In years & Months)"
                                                            },
                                                            {
                                                                "name": "custom_field_087",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: AI Calls"
                                                            },
                                                            {
                                                                "name": "custom_field_035",
                                                                "type": "select",
                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                            },
                                                            {
                                                                "name": "custom_field_057",
                                                                "type": "text",
                                                                "label": "Contact Details Captured"
                                                            },
                                                            {
                                                                "name": "custom_field_059",
                                                                "type": "text",
                                                                "label": "Company number"
                                                            },
                                                            {
                                                                "name": "custom_field_013",
                                                                "type": "number",
                                                                "label": "Company SIC Code"
                                                            },
                                                            {
                                                                "name": "custom_field_023",
                                                                "type": "text",
                                                                "label": "Personalised Context: AI Calls"
                                                            },
                                                            {
                                                                "name": "custom_field_031",
                                                                "type": "text",
                                                                "label": "Company Overview"
                                                            },
                                                            {
                                                                "name": "custom_field_033",
                                                                "type": "select",
                                                                "label": "How long have you been operating the business?"
                                                            },
                                                            {
                                                                "name": "custom_field_050",
                                                                "type": "text",
                                                                "label": "Contact Details Provided"
                                                            },
                                                            {
                                                                "name": "custom_field_071",
                                                                "type": "select",
                                                                "label": "Email Type"
                                                            },
                                                            {
                                                                "name": "custom_field_004",
                                                                "type": "text",
                                                                "label": "Company Financials"
                                                            },
                                                            {
                                                                "name": "custom_field_006",
                                                                "type": "select",
                                                                "label": "Phone Type"
                                                            },
                                                            {
                                                                "name": "custom_field_015",
                                                                "type": "select",
                                                                "label": "What would be your ideal outcome if you sold?"
                                                            },
                                                            {
                                                                "name": "custom_field_064",
                                                                "type": "text",
                                                                "label": "Contact Method Preference"
                                                            },
                                                            {
                                                                "name": "custom_field_066",
                                                                "type": "text",
                                                                "label": "Personalised Homepage URL"
                                                            },
                                                            {
                                                                "name": "custom_field_053",
                                                                "type": "text",
                                                                "label": "Google Maps Place URL"
                                                            },
                                                            {
                                                                "name": "custom_field_056",
                                                                "type": "text",
                                                                "label": "Engagement Interest Level"
                                                            },
                                                            {
                                                                "name": "custom_field_067",
                                                                "type": "select",
                                                                "label": "Valid Email (Manual)"
                                                            },
                                                            {
                                                                "name": "custom_field_025",
                                                                "type": "text",
                                                                "label": "Instantly \"event_type\""
                                                            },
                                                            {
                                                                "name": "custom_field_078",
                                                                "type": "text",
                                                                "label": "Personalised Grow Page URL"
                                                            },
                                                            {
                                                                "name": "custom_field_080",
                                                                "type": "text",
                                                                "label": "Decision Maker Availability"
                                                            },
                                                            {
                                                                "name": "custom_field_037",
                                                                "type": "text",
                                                                "label": "Company Services"
                                                            },
                                                            {
                                                                "name": "custom_field_046",
                                                                "type": "text",
                                                                "label": "Test"
                                                            },
                                                            {
                                                                "name": "custom_field_073",
                                                                "type": "text",
                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                            },
                                                            {
                                                                "name": "custom_field_027",
                                                                "type": "number",
                                                                "label": "Company Google Rating"
                                                            },
                                                            {
                                                                "name": "custom_field_051",
                                                                "type": "text",
                                                                "label": "AI Research: Company"
                                                            },
                                                            {
                                                                "name": "custom_field_062",
                                                                "type": "text",
                                                                "label": "AI Research: Person"
                                                            },
                                                            {
                                                                "name": "custom_field_079",
                                                                "type": "number",
                                                                "label": "Company Google Review Count"
                                                            },
                                                            {
                                                                "name": "custom_field_058",
                                                                "type": "date",
                                                                "label": "Company Incorporation Date"
                                                            },
                                                            {
                                                                "name": "custom_field_041",
                                                                "type": "text",
                                                                "label": "Job Title"
                                                            },
                                                            {
                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                "type": "text",
                                                                "label": "LinkedIn Personal URL"
                                                            },
                                                            {
                                                                "name": "custom_field_002",
                                                                "type": "text",
                                                                "label": "LinkedIn Company URL"
                                                            },
                                                            {
                                                                "name": "custom_field_045",
                                                                "type": "text",
                                                                "label": "Message"
                                                            },
                                                            {
                                                                "name": "custom_field_055",
                                                                "type": "select",
                                                                "label": "Company type"
                                                            },
                                                            {
                                                                "name": "custom_field_012",
                                                                "type": "select",
                                                                "label": "Company status"
                                                            },
                                                            {
                                                                "name": "custom_field_070",
                                                                "type": "number",
                                                                "label": "Officers Age (in years)"
                                                            },
                                                            {
                                                                "name": "custom_field_016",
                                                                "type": "text",
                                                                "label": "AI Find: Contact Data & Notes"
                                                            },
                                                            {
                                                                "name": "custom_field_086",
                                                                "type": "text",
                                                                "label": "AI Find: Original Backup Contact Data"
                                                            },
                                                            {
                                                                "name": "custom_field_039",
                                                                "type": "select",
                                                                "label": "Priority"
                                                            },
                                                            {
                                                                "name": "custom_field_018",
                                                                "type": "text",
                                                                "label": "Legal Company Name"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Custom Fields"
                                                    }
                                                ],
                                                "interface": [
                                                    {
                                                        "name": "id",
                                                        "type": "text",
                                                        "label": "Contact ID"
                                                    },
                                                    {
                                                        "name": "timezone",
                                                        "type": "text",
                                                        "label": "Timezone"
                                                    },
                                                    {
                                                        "name": "type",
                                                        "type": "text",
                                                        "label": "Type"
                                                    },
                                                    {
                                                        "name": "locationId",
                                                        "type": "text",
                                                        "label": "Location ID"
                                                    },
                                                    {
                                                        "name": "dnd",
                                                        "type": "boolean",
                                                        "label": "Dnd"
                                                    },
                                                    {
                                                        "name": "inboundDndSettings",
                                                        "spec": [
                                                            {
                                                                "name": "all",
                                                                "spec": [
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "All"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Inbound Dnd Settings"
                                                    },
                                                    {
                                                        "name": "dndSettings",
                                                        "spec": [
                                                            {
                                                                "name": "Call",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Call"
                                                            },
                                                            {
                                                                "name": "Email",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "Email"
                                                            },
                                                            {
                                                                "name": "SMS",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "SMS"
                                                            },
                                                            {
                                                                "name": "WhatsApp",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "WhatsApp"
                                                            },
                                                            {
                                                                "name": "GMB",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "GMB"
                                                            },
                                                            {
                                                                "name": "FB",
                                                                "spec": [
                                                                    {
                                                                        "name": "code",
                                                                        "type": "text",
                                                                        "label": "Code"
                                                                    },
                                                                    {
                                                                        "name": "message",
                                                                        "type": "text",
                                                                        "label": "Message"
                                                                    },
                                                                    {
                                                                        "name": "status",
                                                                        "type": "text",
                                                                        "label": "Status"
                                                                    }
                                                                ],
                                                                "type": "collection",
                                                                "label": "FB"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Dnd Settings"
                                                    },
                                                    {
                                                        "name": "createdBy",
                                                        "spec": [
                                                            {
                                                                "name": "sourceId",
                                                                "type": "text",
                                                                "label": "Source ID"
                                                            },
                                                            {
                                                                "name": "channel",
                                                                "type": "text",
                                                                "label": "Channel"
                                                            },
                                                            {
                                                                "name": "source",
                                                                "type": "text",
                                                                "label": "Source"
                                                            },
                                                            {
                                                                "name": "sourceName",
                                                                "type": "text",
                                                                "label": "Source Name"
                                                            },
                                                            {
                                                                "name": "timestamp",
                                                                "type": "date",
                                                                "label": "Timestamp"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Created By"
                                                    },
                                                    {
                                                        "name": "tags",
                                                        "type": "array",
                                                        "label": "Tags"
                                                    },
                                                    {
                                                        "name": "dateAdded",
                                                        "type": "date",
                                                        "label": "Date Added"
                                                    },
                                                    {
                                                        "name": "additionalEmails",
                                                        "type": "array",
                                                        "label": "Additional Emails"
                                                    },
                                                    {
                                                        "name": "additionalPhones",
                                                        "type": "array",
                                                        "label": "Additional Phones"
                                                    },
                                                    {
                                                        "name": "country",
                                                        "type": "text",
                                                        "label": "Country"
                                                    },
                                                    {
                                                        "name": "lastName",
                                                        "type": "text",
                                                        "label": "Last Name"
                                                    },
                                                    {
                                                        "name": "lastNameLowerCase",
                                                        "type": "text",
                                                        "label": "Last Name Lower Case"
                                                    },
                                                    {
                                                        "name": "emailLowerCase",
                                                        "type": "text",
                                                        "label": "Email Lower Case"
                                                    },
                                                    {
                                                        "name": "email",
                                                        "type": "text",
                                                        "label": "Email"
                                                    },
                                                    {
                                                        "name": "postalCode",
                                                        "type": "text",
                                                        "label": "Postal Code"
                                                    },
                                                    {
                                                        "name": "dateUpdated",
                                                        "type": "date",
                                                        "label": "Date Updated"
                                                    },
                                                    {
                                                        "name": "fullNameLowerCase",
                                                        "type": "text",
                                                        "label": "Full Name Lower Case"
                                                    },
                                                    {
                                                        "name": "firstName",
                                                        "type": "text",
                                                        "label": "First Name"
                                                    },
                                                    {
                                                        "name": "firstNameLowerCase",
                                                        "type": "text",
                                                        "label": "First Name Lower Case"
                                                    },
                                                    {
                                                        "name": "source",
                                                        "type": "text",
                                                        "label": "Source"
                                                    },
                                                    {
                                                        "name": "companyName",
                                                        "type": "text",
                                                        "label": "Company Name"
                                                    },
                                                    {
                                                        "name": "website",
                                                        "type": "text",
                                                        "label": "Website"
                                                    },
                                                    {
                                                        "name": "phone",
                                                        "type": "text",
                                                        "label": "Phone"
                                                    },
                                                    {
                                                        "name": "customField",
                                                        "spec": [
                                                            {
                                                                "name": "custom_field_019",
                                                                "type": "text",
                                                                "label": "AI Call Summary",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_014",
                                                                "type": "text",
                                                                "label": "What is your company’s annual revenue?"
                                                            },
                                                            {
                                                                "name": "custom_field_026",
                                                                "type": "text",
                                                                "label": "Instantly: Campaign"
                                                            },
                                                            {
                                                                "name": "custom_field_052",
                                                                "type": "text",
                                                                "label": "AI Call Transcript",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_060",
                                                                "type": "text",
                                                                "label": "Company Industry"
                                                            },
                                                            {
                                                                "name": "custom_field_072",
                                                                "type": "text",
                                                                "label": "Custom Status: Website"
                                                            },
                                                            {
                                                                "name": "custom_field_074",
                                                                "type": "text",
                                                                "label": "Custom Message: WhatsApp",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_082",
                                                                "type": "text",
                                                                "label": "Custom Status: Email"
                                                            },
                                                            {
                                                                "name": "custom_field_021",
                                                                "type": "text",
                                                                "label": "Ownership Status"
                                                            },
                                                            {
                                                                "name": "custom_field_028",
                                                                "type": "text",
                                                                "label": "Are you open to selling your business in the next 12 months?"
                                                            },
                                                            {
                                                                "name": "custom_field_040",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 1",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_049",
                                                                "type": "text",
                                                                "label": "Instantly: Latest Status"
                                                            },
                                                            {
                                                                "name": "custom_field_075",
                                                                "type": "array",
                                                                "label": "Custom Status: WhatsApp"
                                                            },
                                                            {
                                                                "name": "custom_field_077",
                                                                "type": "number",
                                                                "label": "Company Last Headcount"
                                                            },
                                                            {
                                                                "name": "custom_field_007",
                                                                "type": "text",
                                                                "label": "Instantly: Email Events"
                                                            },
                                                            {
                                                                "name": "custom_field_009",
                                                                "type": "text",
                                                                "label": "How many employees does your company currently have (excluding owners)?"
                                                            },
                                                            {
                                                                "name": "custom_field_010",
                                                                "type": "text",
                                                                "label": "Gatekeeper Name"
                                                            },
                                                            {
                                                                "name": "custom_field_084",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 2",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_020",
                                                                "type": "number",
                                                                "label": "Company Estimated Turnover"
                                                            },
                                                            {
                                                                "name": "custom_field_017",
                                                                "type": "text",
                                                                "label": "Personalised Business Compliment 3",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_038",
                                                                "type": "text",
                                                                "label": "Contact Permission"
                                                            },
                                                            {
                                                                "name": "custom_field_069",
                                                                "type": "text",
                                                                "label": "Instantly: Lead Status"
                                                            },
                                                            {
                                                                "name": "custom_field_011",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Universal",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_044",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: Email",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_061",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: WhatsApp",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_005",
                                                                "type": "text",
                                                                "label": "Google Place ID"
                                                            },
                                                            {
                                                                "name": "custom_field_024",
                                                                "type": "text",
                                                                "label": "Instantly: Meeting Events"
                                                            },
                                                            {
                                                                "name": "custom_field_063",
                                                                "type": "text",
                                                                "label": "Decision Maker Name"
                                                            },
                                                            {
                                                                "name": "custom_field_085",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: SMS",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_029",
                                                                "type": "number",
                                                                "label": "Company Age (In Years)"
                                                            },
                                                            {
                                                                "name": "custom_field_030",
                                                                "type": "text",
                                                                "label": "Instantly: Other Lead Events"
                                                            },
                                                            {
                                                                "name": "custom_field_054",
                                                                "type": "text",
                                                                "label": "What type of customers make up the majority of your revenue?"
                                                            },
                                                            {
                                                                "name": "wvwjQNZYbanFrYtGghjP",
                                                                "type": "text",
                                                                "label": "Valuation Interest"
                                                            },
                                                            {
                                                                "name": "custom_field_081",
                                                                "type": "text",
                                                                "label": "Google CID"
                                                            },
                                                            {
                                                                "name": "custom_field_008",
                                                                "type": "text",
                                                                "label": "Business Size Indicator"
                                                            },
                                                            {
                                                                "name": "custom_field_034",
                                                                "type": "text",
                                                                "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                                            },
                                                            {
                                                                "name": "custom_field_036",
                                                                "type": "text",
                                                                "label": "Company Google Plus Code"
                                                            },
                                                            {
                                                                "name": "custom_field_083",
                                                                "type": "text",
                                                                "label": "Company Age (In years & Months)"
                                                            },
                                                            {
                                                                "name": "custom_field_087",
                                                                "type": "text",
                                                                "label": "AI Personalised Message: AI Calls",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_035",
                                                                "type": "text",
                                                                "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                                            },
                                                            {
                                                                "name": "custom_field_057",
                                                                "type": "text",
                                                                "label": "Contact Details Captured"
                                                            },
                                                            {
                                                                "name": "custom_field_059",
                                                                "type": "text",
                                                                "label": "Company number"
                                                            },
                                                            {
                                                                "name": "custom_field_013",
                                                                "type": "number",
                                                                "label": "Company SIC Code"
                                                            },
                                                            {
                                                                "name": "custom_field_023",
                                                                "type": "text",
                                                                "label": "Personalised Context: AI Calls",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_031",
                                                                "type": "text",
                                                                "label": "Company Overview",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_033",
                                                                "type": "text",
                                                                "label": "How long have you been operating the business?"
                                                            },
                                                            {
                                                                "name": "custom_field_050",
                                                                "type": "text",
                                                                "label": "Contact Details Provided"
                                                            },
                                                            {
                                                                "name": "custom_field_071",
                                                                "type": "text",
                                                                "label": "Email Type"
                                                            },
                                                            {
                                                                "name": "custom_field_004",
                                                                "type": "text",
                                                                "label": "Company Financials",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_006",
                                                                "type": "text",
                                                                "label": "Phone Type"
                                                            },
                                                            {
                                                                "name": "custom_field_015",
                                                                "type": "text",
                                                                "label": "What would be your ideal outcome if you sold?"
                                                            },
                                                            {
                                                                "name": "custom_field_064",
                                                                "type": "text",
                                                                "label": "Contact Method Preference"
                                                            },
                                                            {
                                                                "name": "custom_field_066",
                                                                "type": "text",
                                                                "label": "Personalised Homepage URL"
                                                            },
                                                            {
                                                                "name": "custom_field_053",
                                                                "type": "text",
                                                                "label": "Google Maps Place URL"
                                                            },
                                                            {
                                                                "name": "custom_field_056",
                                                                "type": "text",
                                                                "label": "Engagement Interest Level"
                                                            },
                                                            {
                                                                "name": "custom_field_067",
                                                                "type": "text",
                                                                "label": "Valid Email (Manual)"
                                                            },
                                                            {
                                                                "name": "custom_field_025",
                                                                "type": "text",
                                                                "label": "Instantly \"event_type\""
                                                            },
                                                            {
                                                                "name": "custom_field_078",
                                                                "type": "text",
                                                                "label": "Personalised Grow Page URL"
                                                            },
                                                            {
                                                                "name": "custom_field_080",
                                                                "type": "text",
                                                                "label": "Decision Maker Availability"
                                                            },
                                                            {
                                                                "name": "custom_field_037",
                                                                "type": "text",
                                                                "label": "Company Services",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_046",
                                                                "type": "text",
                                                                "label": "Test"
                                                            },
                                                            {
                                                                "name": "custom_field_073",
                                                                "type": "text",
                                                                "label": "Personalised Universal URL (for WhatsApp)"
                                                            },
                                                            {
                                                                "name": "custom_field_027",
                                                                "type": "number",
                                                                "label": "Company Google Rating"
                                                            },
                                                            {
                                                                "name": "custom_field_051",
                                                                "type": "text",
                                                                "label": "AI Research: Company",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_062",
                                                                "type": "text",
                                                                "label": "AI Research: Person",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_079",
                                                                "type": "number",
                                                                "label": "Company Google Review Count"
                                                            },
                                                            {
                                                                "name": "custom_field_058",
                                                                "type": "date",
                                                                "label": "Company Incorporation Date"
                                                            },
                                                            {
                                                                "name": "custom_field_041",
                                                                "type": "text",
                                                                "label": "Job Title"
                                                            },
                                                            {
                                                                "name": "ChlqfABEnkRWXyxcSRAg",
                                                                "type": "text",
                                                                "label": "LinkedIn Personal URL"
                                                            },
                                                            {
                                                                "name": "custom_field_002",
                                                                "type": "text",
                                                                "label": "LinkedIn Company URL"
                                                            },
                                                            {
                                                                "name": "custom_field_045",
                                                                "type": "text",
                                                                "label": "Message",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_055",
                                                                "type": "text",
                                                                "label": "Company type"
                                                            },
                                                            {
                                                                "name": "custom_field_012",
                                                                "type": "text",
                                                                "label": "Company status"
                                                            },
                                                            {
                                                                "name": "custom_field_070",
                                                                "type": "number",
                                                                "label": "Officers Age (in years)"
                                                            },
                                                            {
                                                                "name": "custom_field_016",
                                                                "type": "text",
                                                                "label": "AI Find: Contact Data & Notes",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_086",
                                                                "type": "text",
                                                                "label": "AI Find: Original Backup Contact Data",
                                                                "multiline": true
                                                            },
                                                            {
                                                                "name": "custom_field_039",
                                                                "type": "text",
                                                                "label": "Priority"
                                                            },
                                                            {
                                                                "name": "custom_field_018",
                                                                "type": "text",
                                                                "label": "Legal Company Name"
                                                            }
                                                        ],
                                                        "type": "collection",
                                                        "label": "Custom Fields"
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ],
    "metadata": {
        "instant": true,
        "version": 1,
        "scenario": {
            "roundtrips": 1,
            "maxErrors": 3,
            "autoCommit": false,
            "autoCommitTriggerLast": true,
            "sequential": false,
            "slots": null,
            "confidential": false,
            "dataloss": false,
            "dlq": true,
            "freshVariables": false
        },
        "designer": {
            "orphans": [
                [
                    {
                        "id": 154,
                        "module": "highlevel:updateAContact",
                        "version": 1,
                        "parameters": {
                            "__IMTCONN__": 1000003
                        },
                        "filter": {
                            "name": "Type: mobile",
                            "conditions": [
                                [
                                    {
                                        "a": "{{88.type}}",
                                        "b": "MOBILE",
                                        "o": "text:equal"
                                    }
                                ]
                            ]
                        },
                        "mapper": {
                            "address": {},
                            "contact": "{{14.contact_id}}",
                            "customField": {
                                "custom_field_006": "Mobile"
                            }
                        },
                        "metadata": {
                            "designer": {
                                "x": 10954,
                                "y": 7648,
                                "messages": [
                                    {
                                        "category": "link",
                                        "severity": "warning",
                                        "message": "The module is not connected to the data flow."
                                    }
                                ]
                            },
                            "restore": {
                                "expect": {
                                    "dnd": {
                                        "mode": "chose"
                                    },
                                    "tags": {
                                        "mode": "chose"
                                    },
                                    "address": {
                                        "nested": {
                                            "country": {
                                                "mode": "chose"
                                            }
                                        }
                                    },
                                    "contact": {
                                        "mode": "edit"
                                    },
                                    "timezone": {
                                        "mode": "chose",
                                        "label": "Empty"
                                    },
                                    "customField": {
                                        "nested": {
                                            "custom_field_006": {
                                                "mode": "chose",
                                                "label": "Mobile"
                                            },
                                            "custom_field_007": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_009": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_012": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_014": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_015": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_024": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_026": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_028": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_030": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_032": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_033": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_034": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_035": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_039": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_042": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_043": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_049": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_054": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_055": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_060": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_065": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_067": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_069": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_071": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_072": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            },
                                            "custom_field_075": {
                                                "mode": "chose"
                                            },
                                            "custom_field_082": {
                                                "mode": "chose",
                                                "label": "Empty"
                                            }
                                        }
                                    }
                                },
                                "parameters": {
                                    "__IMTCONN__": {
                                        "data": {
                                            "scoped": "true",
                                            "connection": "highlevel3"
                                        },
                                        "label": "Your GHL Account (Location: Your Sub-Account)"
                                    }
                                }
                            },
                            "parameters": [
                                {
                                    "name": "__IMTCONN__",
                                    "type": "account:highlevel,highlevel3",
                                    "label": "Connection",
                                    "required": true
                                }
                            ],
                            "expect": [
                                {
                                    "mode": "edit",
                                    "name": "contact",
                                    "type": "select",
                                    "label": "Contact ID",
                                    "required": true
                                },
                                {
                                    "name": "firstName",
                                    "type": "text",
                                    "label": "First Name"
                                },
                                {
                                    "name": "lastName",
                                    "type": "text",
                                    "label": "Last Name"
                                },
                                {
                                    "name": "email",
                                    "type": "email",
                                    "label": "Email"
                                },
                                {
                                    "name": "phone",
                                    "type": "text",
                                    "label": "Phone"
                                },
                                {
                                    "name": "dateOfBirth",
                                    "time": false,
                                    "type": "date",
                                    "label": "Date of Birth"
                                },
                                {
                                    "name": "companyName",
                                    "type": "text",
                                    "label": "Company Name"
                                },
                                {
                                    "name": "website",
                                    "type": "url",
                                    "label": "Website"
                                },
                                {
                                    "name": "tags",
                                    "type": "select",
                                    "label": "Tags",
                                    "multiple": true
                                },
                                {
                                    "name": "address",
                                    "spec": [
                                        {
                                            "name": "address1",
                                            "type": "text",
                                            "label": "Street"
                                        },
                                        {
                                            "name": "city",
                                            "type": "text",
                                            "label": "City"
                                        },
                                        {
                                            "name": "state",
                                            "type": "text",
                                            "label": "State"
                                        },
                                        {
                                            "name": "postalCode",
                                            "type": "text",
                                            "label": "PostalCode"
                                        },
                                        {
                                            "name": "country",
                                            "type": "select",
                                            "label": "Country"
                                        }
                                    ],
                                    "type": "collection",
                                    "label": "Address"
                                },
                                {
                                    "name": "source",
                                    "type": "text",
                                    "label": "Source"
                                },
                                {
                                    "name": "timezone",
                                    "type": "select",
                                    "label": "Timezone"
                                },
                                {
                                    "name": "dnd",
                                    "type": "boolean",
                                    "label": "Dnd"
                                },
                                {
                                    "name": "customField",
                                    "spec": [
                                        {
                                            "name": "custom_field_019",
                                            "type": "text",
                                            "label": "AI Call Summary"
                                        },
                                        {
                                            "name": "custom_field_014",
                                            "type": "select",
                                            "label": "What is your company’s annual revenue?"
                                        },
                                        {
                                            "name": "custom_field_026",
                                            "type": "select",
                                            "label": "Instantly: Campaign"
                                        },
                                        {
                                            "name": "custom_field_052",
                                            "type": "text",
                                            "label": "AI Call Transcript"
                                        },
                                        {
                                            "name": "custom_field_060",
                                            "type": "select",
                                            "label": "Company Industry"
                                        },
                                        {
                                            "name": "custom_field_072",
                                            "type": "select",
                                            "label": "Custom Status: Website"
                                        },
                                        {
                                            "name": "custom_field_074",
                                            "type": "text",
                                            "label": "Custom Message: WhatsApp"
                                        },
                                        {
                                            "name": "custom_field_082",
                                            "type": "select",
                                            "label": "Custom Status: Email"
                                        },
                                        {
                                            "name": "custom_field_021",
                                            "type": "text",
                                            "label": "Ownership Status"
                                        },
                                        {
                                            "name": "custom_field_028",
                                            "type": "select",
                                            "label": "Are you open to selling your business in the next 12 months?"
                                        },
                                        {
                                            "name": "custom_field_040",
                                            "type": "text",
                                            "label": "Personalised Business Compliment 1"
                                        },
                                        {
                                            "name": "custom_field_049",
                                            "type": "select",
                                            "label": "Instantly: Latest Status"
                                        },
                                        {
                                            "name": "custom_field_075",
                                            "type": "select",
                                            "label": "Custom Status: WhatsApp",
                                            "multiple": true,
                                            "validate": {
                                                "enum": [
                                                    "Valid"
                                                ]
                                            }
                                        },
                                        {
                                            "name": "custom_field_043",
                                            "type": "select",
                                            "label": "Workflow Status: AI Find"
                                        },
                                        {
                                            "name": "custom_field_077",
                                            "type": "number",
                                            "label": "Company Last Headcount"
                                        },
                                        {
                                            "name": "custom_field_007",
                                            "type": "select",
                                            "label": "Instantly: Email Events"
                                        },
                                        {
                                            "name": "custom_field_009",
                                            "type": "select",
                                            "label": "How many employees does your company currently have (excluding owners)?"
                                        },
                                        {
                                            "name": "custom_field_010",
                                            "type": "text",
                                            "label": "Gatekeeper Name"
                                        },
                                        {
                                            "name": "custom_field_084",
                                            "type": "text",
                                            "label": "Personalised Business Compliment 2"
                                        },
                                        {
                                            "name": "custom_field_042",
                                            "type": "select",
                                            "label": "Workflow Status: AI Research Person"
                                        },
                                        {
                                            "name": "custom_field_020",
                                            "type": "number",
                                            "label": "Company Estimated Turnover"
                                        },
                                        {
                                            "name": "custom_field_017",
                                            "type": "text",
                                            "label": "Personalised Business Compliment 3"
                                        },
                                        {
                                            "name": "custom_field_038",
                                            "type": "text",
                                            "label": "Contact Permission"
                                        },
                                        {
                                            "name": "custom_field_069",
                                            "type": "select",
                                            "label": "Instantly: Lead Status"
                                        },
                                        {
                                            "name": "custom_field_032",
                                            "type": "select",
                                            "label": "Workflow Status: AI Research Company"
                                        },
                                        {
                                            "name": "custom_field_011",
                                            "type": "text",
                                            "label": "AI Personalised Message: Universal"
                                        },
                                        {
                                            "name": "custom_field_044",
                                            "type": "text",
                                            "label": "AI Personalised Message: Email"
                                        },
                                        {
                                            "name": "custom_field_061",
                                            "type": "text",
                                            "label": "AI Personalised Message: WhatsApp"
                                        },
                                        {
                                            "name": "custom_field_005",
                                            "type": "text",
                                            "label": "Google Place ID"
                                        },
                                        {
                                            "name": "custom_field_024",
                                            "type": "select",
                                            "label": "Instantly: Meeting Events"
                                        },
                                        {
                                            "name": "custom_field_063",
                                            "type": "text",
                                            "label": "Decision Maker Name"
                                        },
                                        {
                                            "name": "custom_field_085",
                                            "type": "text",
                                            "label": "AI Personalised Message: SMS"
                                        },
                                        {
                                            "name": "custom_field_065",
                                            "type": "select",
                                            "label": "Workflow Status: AI Send Letter"
                                        },
                                        {
                                            "name": "custom_field_029",
                                            "type": "number",
                                            "label": "Company Age (In Years)"
                                        },
                                        {
                                            "name": "custom_field_030",
                                            "type": "select",
                                            "label": "Instantly: Other Lead Events"
                                        },
                                        {
                                            "name": "custom_field_054",
                                            "type": "select",
                                            "label": "What type of customers make up the majority of your revenue?"
                                        },
                                        {
                                            "name": "wvwjQNZYbanFrYtGghjP",
                                            "type": "text",
                                            "label": "Valuation Interest"
                                        },
                                        {
                                            "name": "custom_field_081",
                                            "type": "text",
                                            "label": "Google CID"
                                        },
                                        {
                                            "name": "custom_field_008",
                                            "type": "text",
                                            "label": "Business Size Indicator"
                                        },
                                        {
                                            "name": "custom_field_034",
                                            "type": "select",
                                            "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                        },
                                        {
                                            "name": "custom_field_036",
                                            "type": "text",
                                            "label": "Company Google Plus Code"
                                        },
                                        {
                                            "name": "custom_field_083",
                                            "type": "text",
                                            "label": "Company Age (In years & Months)"
                                        },
                                        {
                                            "name": "custom_field_087",
                                            "type": "text",
                                            "label": "AI Personalised Message: AI Calls"
                                        },
                                        {
                                            "name": "custom_field_035",
                                            "type": "select",
                                            "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                        },
                                        {
                                            "name": "custom_field_057",
                                            "type": "text",
                                            "label": "Contact Details Captured"
                                        },
                                        {
                                            "name": "custom_field_059",
                                            "type": "text",
                                            "label": "Company number"
                                        },
                                        {
                                            "name": "custom_field_013",
                                            "type": "number",
                                            "label": "Company SIC Code"
                                        },
                                        {
                                            "name": "custom_field_023",
                                            "type": "text",
                                            "label": "Personalised Context: AI Calls"
                                        },
                                        {
                                            "name": "custom_field_031",
                                            "type": "text",
                                            "label": "Company Overview"
                                        },
                                        {
                                            "name": "custom_field_033",
                                            "type": "select",
                                            "label": "How long have you been operating the business?"
                                        },
                                        {
                                            "name": "custom_field_050",
                                            "type": "text",
                                            "label": "Contact Details Provided"
                                        },
                                        {
                                            "name": "custom_field_071",
                                            "type": "select",
                                            "label": "Email Type"
                                        },
                                        {
                                            "name": "custom_field_004",
                                            "type": "text",
                                            "label": "Company Financials"
                                        },
                                        {
                                            "name": "custom_field_006",
                                            "type": "select",
                                            "label": "Phone Type"
                                        },
                                        {
                                            "name": "custom_field_015",
                                            "type": "select",
                                            "label": "What would be your ideal outcome if you sold?"
                                        },
                                        {
                                            "name": "custom_field_064",
                                            "type": "text",
                                            "label": "Contact Method Preference"
                                        },
                                        {
                                            "name": "custom_field_066",
                                            "type": "text",
                                            "label": "Personalised Homepage URL"
                                        },
                                        {
                                            "name": "custom_field_053",
                                            "type": "text",
                                            "label": "Google Maps Place URL"
                                        },
                                        {
                                            "name": "custom_field_056",
                                            "type": "text",
                                            "label": "Engagement Interest Level"
                                        },
                                        {
                                            "name": "custom_field_067",
                                            "type": "select",
                                            "label": "Valid Email (Manual)"
                                        },
                                        {
                                            "name": "custom_field_025",
                                            "type": "text",
                                            "label": "Instantly \"event_type\""
                                        },
                                        {
                                            "name": "custom_field_078",
                                            "type": "text",
                                            "label": "Personalised Grow Page URL"
                                        },
                                        {
                                            "name": "custom_field_080",
                                            "type": "text",
                                            "label": "Decision Maker Availability"
                                        },
                                        {
                                            "name": "custom_field_037",
                                            "type": "text",
                                            "label": "Company Services"
                                        },
                                        {
                                            "name": "custom_field_046",
                                            "type": "text",
                                            "label": "Test"
                                        },
                                        {
                                            "name": "custom_field_073",
                                            "type": "text",
                                            "label": "Personalised Universal URL (for WhatsApp)"
                                        },
                                        {
                                            "name": "custom_field_027",
                                            "type": "number",
                                            "label": "Company Google Rating"
                                        },
                                        {
                                            "name": "custom_field_051",
                                            "type": "text",
                                            "label": "AI Research: Company"
                                        },
                                        {
                                            "name": "custom_field_062",
                                            "type": "text",
                                            "label": "AI Research: Person"
                                        },
                                        {
                                            "name": "custom_field_079",
                                            "type": "number",
                                            "label": "Company Google Review Count"
                                        },
                                        {
                                            "name": "custom_field_018",
                                            "type": "text",
                                            "label": "Legal Company Name"
                                        },
                                        {
                                            "name": "custom_field_058",
                                            "type": "date",
                                            "label": "Company Incorporation Date"
                                        },
                                        {
                                            "name": "custom_field_041",
                                            "type": "text",
                                            "label": "Job Title"
                                        },
                                        {
                                            "name": "ChlqfABEnkRWXyxcSRAg",
                                            "type": "text",
                                            "label": "LinkedIn Personal URL"
                                        },
                                        {
                                            "name": "custom_field_002",
                                            "type": "text",
                                            "label": "LinkedIn Company URL"
                                        },
                                        {
                                            "name": "custom_field_045",
                                            "type": "text",
                                            "label": "Message"
                                        },
                                        {
                                            "name": "custom_field_055",
                                            "type": "select",
                                            "label": "Company type"
                                        },
                                        {
                                            "name": "custom_field_012",
                                            "type": "select",
                                            "label": "Company status"
                                        },
                                        {
                                            "name": "custom_field_070",
                                            "type": "number",
                                            "label": "Officers Age (in years)"
                                        },
                                        {
                                            "name": "custom_field_016",
                                            "type": "text",
                                            "label": "AI Find: Contact Data & Notes"
                                        },
                                        {
                                            "name": "custom_field_086",
                                            "type": "text",
                                            "label": "AI Find: Original Backup Contact Data"
                                        },
                                        {
                                            "name": "custom_field_039",
                                            "type": "select",
                                            "label": "Priority"
                                        }
                                    ],
                                    "type": "collection",
                                    "label": "Custom Fields"
                                }
                            ],
                            "interface": [
                                {
                                    "name": "id",
                                    "type": "text",
                                    "label": "Contact ID"
                                },
                                {
                                    "name": "timezone",
                                    "type": "text",
                                    "label": "Timezone"
                                },
                                {
                                    "name": "type",
                                    "type": "text",
                                    "label": "Type"
                                },
                                {
                                    "name": "locationId",
                                    "type": "text",
                                    "label": "Location ID"
                                },
                                {
                                    "name": "dnd",
                                    "type": "boolean",
                                    "label": "Dnd"
                                },
                                {
                                    "name": "inboundDndSettings",
                                    "spec": [
                                        {
                                            "name": "all",
                                            "spec": [
                                                {
                                                    "name": "message",
                                                    "type": "text",
                                                    "label": "Message"
                                                },
                                                {
                                                    "name": "status",
                                                    "type": "text",
                                                    "label": "Status"
                                                }
                                            ],
                                            "type": "collection",
                                            "label": "All"
                                        }
                                    ],
                                    "type": "collection",
                                    "label": "Inbound Dnd Settings"
                                },
                                {
                                    "name": "dndSettings",
                                    "spec": [
                                        {
                                            "name": "Call",
                                            "spec": [
                                                {
                                                    "name": "code",
                                                    "type": "text",
                                                    "label": "Code"
                                                },
                                                {
                                                    "name": "message",
                                                    "type": "text",
                                                    "label": "Message"
                                                },
                                                {
                                                    "name": "status",
                                                    "type": "text",
                                                    "label": "Status"
                                                }
                                            ],
                                            "type": "collection",
                                            "label": "Call"
                                        },
                                        {
                                            "name": "Email",
                                            "spec": [
                                                {
                                                    "name": "code",
                                                    "type": "text",
                                                    "label": "Code"
                                                },
                                                {
                                                    "name": "message",
                                                    "type": "text",
                                                    "label": "Message"
                                                },
                                                {
                                                    "name": "status",
                                                    "type": "text",
                                                    "label": "Status"
                                                }
                                            ],
                                            "type": "collection",
                                            "label": "Email"
                                        },
                                        {
                                            "name": "SMS",
                                            "spec": [
                                                {
                                                    "name": "code",
                                                    "type": "text",
                                                    "label": "Code"
                                                },
                                                {
                                                    "name": "message",
                                                    "type": "text",
                                                    "label": "Message"
                                                },
                                                {
                                                    "name": "status",
                                                    "type": "text",
                                                    "label": "Status"
                                                }
                                            ],
                                            "type": "collection",
                                            "label": "SMS"
                                        },
                                        {
                                            "name": "WhatsApp",
                                            "spec": [
                                                {
                                                    "name": "code",
                                                    "type": "text",
                                                    "label": "Code"
                                                },
                                                {
                                                    "name": "message",
                                                    "type": "text",
                                                    "label": "Message"
                                                },
                                                {
                                                    "name": "status",
                                                    "type": "text",
                                                    "label": "Status"
                                                }
                                            ],
                                            "type": "collection",
                                            "label": "WhatsApp"
                                        },
                                        {
                                            "name": "GMB",
                                            "spec": [
                                                {
                                                    "name": "code",
                                                    "type": "text",
                                                    "label": "Code"
                                                },
                                                {
                                                    "name": "message",
                                                    "type": "text",
                                                    "label": "Message"
                                                },
                                                {
                                                    "name": "status",
                                                    "type": "text",
                                                    "label": "Status"
                                                }
                                            ],
                                            "type": "collection",
                                            "label": "GMB"
                                        },
                                        {
                                            "name": "FB",
                                            "spec": [
                                                {
                                                    "name": "code",
                                                    "type": "text",
                                                    "label": "Code"
                                                },
                                                {
                                                    "name": "message",
                                                    "type": "text",
                                                    "label": "Message"
                                                },
                                                {
                                                    "name": "status",
                                                    "type": "text",
                                                    "label": "Status"
                                                }
                                            ],
                                            "type": "collection",
                                            "label": "FB"
                                        }
                                    ],
                                    "type": "collection",
                                    "label": "Dnd Settings"
                                },
                                {
                                    "name": "createdBy",
                                    "spec": [
                                        {
                                            "name": "sourceId",
                                            "type": "text",
                                            "label": "Source ID"
                                        },
                                        {
                                            "name": "channel",
                                            "type": "text",
                                            "label": "Channel"
                                        },
                                        {
                                            "name": "source",
                                            "type": "text",
                                            "label": "Source"
                                        },
                                        {
                                            "name": "sourceName",
                                            "type": "text",
                                            "label": "Source Name"
                                        },
                                        {
                                            "name": "timestamp",
                                            "type": "date",
                                            "label": "Timestamp"
                                        }
                                    ],
                                    "type": "collection",
                                    "label": "Created By"
                                },
                                {
                                    "name": "tags",
                                    "type": "array",
                                    "label": "Tags"
                                },
                                {
                                    "name": "dateAdded",
                                    "type": "date",
                                    "label": "Date Added"
                                },
                                {
                                    "name": "additionalEmails",
                                    "type": "array",
                                    "label": "Additional Emails"
                                },
                                {
                                    "name": "additionalPhones",
                                    "type": "array",
                                    "label": "Additional Phones"
                                },
                                {
                                    "name": "country",
                                    "type": "text",
                                    "label": "Country"
                                },
                                {
                                    "name": "lastName",
                                    "type": "text",
                                    "label": "Last Name"
                                },
                                {
                                    "name": "lastNameLowerCase",
                                    "type": "text",
                                    "label": "Last Name Lower Case"
                                },
                                {
                                    "name": "emailLowerCase",
                                    "type": "text",
                                    "label": "Email Lower Case"
                                },
                                {
                                    "name": "email",
                                    "type": "text",
                                    "label": "Email"
                                },
                                {
                                    "name": "postalCode",
                                    "type": "text",
                                    "label": "Postal Code"
                                },
                                {
                                    "name": "dateUpdated",
                                    "type": "date",
                                    "label": "Date Updated"
                                },
                                {
                                    "name": "fullNameLowerCase",
                                    "type": "text",
                                    "label": "Full Name Lower Case"
                                },
                                {
                                    "name": "firstName",
                                    "type": "text",
                                    "label": "First Name"
                                },
                                {
                                    "name": "firstNameLowerCase",
                                    "type": "text",
                                    "label": "First Name Lower Case"
                                },
                                {
                                    "name": "source",
                                    "type": "text",
                                    "label": "Source"
                                },
                                {
                                    "name": "companyName",
                                    "type": "text",
                                    "label": "Company Name"
                                },
                                {
                                    "name": "website",
                                    "type": "text",
                                    "label": "Website"
                                },
                                {
                                    "name": "phone",
                                    "type": "text",
                                    "label": "Phone"
                                },
                                {
                                    "name": "customField",
                                    "spec": [
                                        {
                                            "name": "custom_field_019",
                                            "type": "text",
                                            "label": "AI Call Summary",
                                            "multiline": true
                                        },
                                        {
                                            "name": "custom_field_014",
                                            "type": "text",
                                            "label": "What is your company’s annual revenue?"
                                        },
                                        {
                                            "name": "custom_field_026",
                                            "type": "text",
                                            "label": "Instantly: Campaign"
                                        },
                                        {
                                            "name": "custom_field_052",
                                            "type": "text",
                                            "label": "AI Call Transcript",
                                            "multiline": true
                                        },
                                        {
                                            "name": "custom_field_060",
                                            "type": "text",
                                            "label": "Company Industry"
                                        },
                                        {
                                            "name": "custom_field_072",
                                            "type": "text",
                                            "label": "Custom Status: Website"
                                        },
                                        {
                                            "name": "custom_field_074",
                                            "type": "text",
                                            "label": "Custom Message: WhatsApp",
                                            "multiline": true
                                        },
                                        {
                                            "name": "custom_field_082",
                                            "type": "text",
                                            "label": "Custom Status: Email"
                                        },
                                        {
                                            "name": "custom_field_021",
                                            "type": "text",
                                            "label": "Ownership Status"
                                        },
                                        {
                                            "name": "custom_field_028",
                                            "type": "text",
                                            "label": "Are you open to selling your business in the next 12 months?"
                                        },
                                        {
                                            "name": "custom_field_040",
                                            "type": "text",
                                            "label": "Personalised Business Compliment 1",
                                            "multiline": true
                                        },
                                        {
                                            "name": "custom_field_049",
                                            "type": "text",
                                            "label": "Instantly: Latest Status"
                                        },
                                        {
                                            "name": "custom_field_075",
                                            "type": "array",
                                            "label": "Custom Status: WhatsApp"
                                        },
                                        {
                                            "name": "custom_field_043",
                                            "type": "text",
                                            "label": "Workflow Status: AI Find"
                                        },
                                        {
                                            "name": "custom_field_077",
                                            "type": "number",
                                            "label": "Company Last Headcount"
                                        },
                                        {
                                            "name": "custom_field_007",
                                            "type": "text",
                                            "label": "Instantly: Email Events"
                                        },
                                        {
                                            "name": "custom_field_009",
                                            "type": "text",
                                            "label": "How many employees does your company currently have (excluding owners)?"
                                        },
                                        {
                                            "name": "custom_field_010",
                                            "type": "text",
                                            "label": "Gatekeeper Name"
                                        },
                                        {
                                            "name": "custom_field_084",
                                            "type": "text",
                                            "label": "Personalised Business Compliment 2",
                                            "multiline": true
                                        },
                                        {
                                            "name": "custom_field_042",
                                            "type": "text",
                                            "label": "Workflow Status: AI Research Person"
                                        },
                                        {
                                            "name": "custom_field_020",
                                            "type": "number",
                                            "label": "Company Estimated Turnover"
                                        },
                                        {
                                            "name": "custom_field_017",
                                            "type": "text",
                                            "label": "Personalised Business Compliment 3",
                                            "multiline": true
                                        },
                                        {
                                            "name": "custom_field_038",
                                            "type": "text",
                                            "label": "Contact Permission"
                                        },
                                        {
                                            "name": "custom_field_069",
                                            "type": "text",
                                            "label": "Instantly: Lead Status"
                                        },
                                        {
                                            "name": "custom_field_032",
                                            "type": "text",
                                            "label": "Workflow Status: AI Research Company"
                                        },
                                        {
                                            "name": "custom_field_011",
                                            "type": "text",
                                            "label": "AI Personalised Message: Universal",
                                            "multiline": true
                                        },
                                        {
                                            "name": "custom_field_044",
                                            "type": "text",
                                            "label": "AI Personalised Message: Email",
                                            "multiline": true
                                        },
                                        {
                                            "name": "custom_field_061",
                                            "type": "text",
                                            "label": "AI Personalised Message: WhatsApp",
                                            "multiline": true
                                        },
                                        {
                                            "name": "custom_field_005",
                                            "type": "text",
                                            "label": "Google Place ID"
                                        },
                                        {
                                            "name": "custom_field_024",
                                            "type": "text",
                                            "label": "Instantly: Meeting Events"
                                        },
                                        {
                                            "name": "custom_field_063",
                                            "type": "text",
                                            "label": "Decision Maker Name"
                                        },
                                        {
                                            "name": "custom_field_085",
                                            "type": "text",
                                            "label": "AI Personalised Message: SMS",
                                            "multiline": true
                                        },
                                        {
                                            "name": "custom_field_065",
                                            "type": "text",
                                            "label": "Workflow Status: AI Send Letter"
                                        },
                                        {
                                            "name": "custom_field_029",
                                            "type": "number",
                                            "label": "Company Age (In Years)"
                                        },
                                        {
                                            "name": "custom_field_030",
                                            "type": "text",
                                            "label": "Instantly: Other Lead Events"
                                        },
                                        {
                                            "name": "custom_field_054",
                                            "type": "text",
                                            "label": "What type of customers make up the majority of your revenue?"
                                        },
                                        {
                                            "name": "wvwjQNZYbanFrYtGghjP",
                                            "type": "text",
                                            "label": "Valuation Interest"
                                        },
                                        {
                                            "name": "custom_field_081",
                                            "type": "text",
                                            "label": "Google CID"
                                        },
                                        {
                                            "name": "custom_field_008",
                                            "type": "text",
                                            "label": "Business Size Indicator"
                                        },
                                        {
                                            "name": "custom_field_034",
                                            "type": "text",
                                            "label": "⁠Do you have any recurring maintenance contracts or service agreements?"
                                        },
                                        {
                                            "name": "custom_field_036",
                                            "type": "text",
                                            "label": "Company Google Plus Code"
                                        },
                                        {
                                            "name": "custom_field_083",
                                            "type": "text",
                                            "label": "Company Age (In years & Months)"
                                        },
                                        {
                                            "name": "custom_field_087",
                                            "type": "text",
                                            "label": "AI Personalised Message: AI Calls",
                                            "multiline": true
                                        },
                                        {
                                            "name": "custom_field_035",
                                            "type": "text",
                                            "label": "Are you still involved in the day-to-day operations (e.g., sales, service delivery)?"
                                        },
                                        {
                                            "name": "custom_field_057",
                                            "type": "text",
                                            "label": "Contact Details Captured"
                                        },
                                        {
                                            "name": "custom_field_059",
                                            "type": "text",
                                            "label": "Company number"
                                        },
                                        {
                                            "name": "custom_field_013",
                                            "type": "number",
                                            "label": "Company SIC Code"
                                        },
                                        {
                                            "name": "custom_field_023",
                                            "type": "text",
                                            "label": "Personalised Context: AI Calls",
                                            "multiline": true
                                        },
                                        {
                                            "name": "custom_field_031",
                                            "type": "text",
                                            "label": "Company Overview",
                                            "multiline": true
                                        },
                                        {
                                            "name": "custom_field_033",
                                            "type": "text",
                                            "label": "How long have you been operating the business?"
                                        },
                                        {
                                            "name": "custom_field_050",
                                            "type": "text",
                                            "label": "Contact Details Provided"
                                        },
                                        {
                                            "name": "custom_field_071",
                                            "type": "text",
                                            "label": "Email Type"
                                        },
                                        {
                                            "name": "custom_field_004",
                                            "type": "text",
                                            "label": "Company Financials",
                                            "multiline": true
                                        },
                                        {
                                            "name": "custom_field_006",
                                            "type": "text",
                                            "label": "Phone Type"
                                        },
                                        {
                                            "name": "custom_field_015",
                                            "type": "text",
                                            "label": "What would be your ideal outcome if you sold?"
                                        },
                                        {
                                            "name": "custom_field_064",
                                            "type": "text",
                                            "label": "Contact Method Preference"
                                        },
                                        {
                                            "name": "custom_field_066",
                                            "type": "text",
                                            "label": "Personalised Homepage URL"
                                        },
                                        {
                                            "name": "custom_field_053",
                                            "type": "text",
                                            "label": "Google Maps Place URL"
                                        },
                                        {
                                            "name": "custom_field_056",
                                            "type": "text",
                                            "label": "Engagement Interest Level"
                                        },
                                        {
                                            "name": "custom_field_067",
                                            "type": "text",
                                            "label": "Valid Email (Manual)"
                                        },
                                        {
                                            "name": "custom_field_025",
                                            "type": "text",
                                            "label": "Instantly \"event_type\""
                                        },
                                        {
                                            "name": "custom_field_078",
                                            "type": "text",
                                            "label": "Personalised Grow Page URL"
                                        },
                                        {
                                            "name": "custom_field_080",
                                            "type": "text",
                                            "label": "Decision Maker Availability"
                                        },
                                        {
                                            "name": "custom_field_037",
                                            "type": "text",
                                            "label": "Company Services",
                                            "multiline": true
                                        },
                                        {
                                            "name": "custom_field_046",
                                            "type": "text",
                                            "label": "Test"
                                        },
                                        {
                                            "name": "custom_field_073",
                                            "type": "text",
                                            "label": "Personalised Universal URL (for WhatsApp)"
                                        },
                                        {
                                            "name": "custom_field_027",
                                            "type": "number",
                                            "label": "Company Google Rating"
                                        },
                                        {
                                            "name": "custom_field_051",
                                            "type": "text",
                                            "label": "AI Research: Company",
                                            "multiline": true
                                        },
                                        {
                                            "name": "custom_field_062",
                                            "type": "text",
                                            "label": "AI Research: Person",
                                            "multiline": true
                                        },
                                        {
                                            "name": "custom_field_079",
                                            "type": "number",
                                            "label": "Company Google Review Count"
                                        },
                                        {
                                            "name": "custom_field_018",
                                            "type": "text",
                                            "label": "Legal Company Name"
                                        },
                                        {
                                            "name": "custom_field_058",
                                            "type": "date",
                                            "label": "Company Incorporation Date"
                                        },
                                        {
                                            "name": "custom_field_041",
                                            "type": "text",
                                            "label": "Job Title"
                                        },
                                        {
                                            "name": "ChlqfABEnkRWXyxcSRAg",
                                            "type": "text",
                                            "label": "LinkedIn Personal URL"
                                        },
                                        {
                                            "name": "custom_field_002",
                                            "type": "text",
                                            "label": "LinkedIn Company URL"
                                        },
                                        {
                                            "name": "custom_field_045",
                                            "type": "text",
                                            "label": "Message",
                                            "multiline": true
                                        },
                                        {
                                            "name": "custom_field_055",
                                            "type": "text",
                                            "label": "Company type"
                                        },
                                        {
                                            "name": "custom_field_012",
                                            "type": "text",
                                            "label": "Company status"
                                        },
                                        {
                                            "name": "custom_field_070",
                                            "type": "number",
                                            "label": "Officers Age (in years)"
                                        },
                                        {
                                            "name": "custom_field_016",
                                            "type": "text",
                                            "label": "AI Find: Contact Data & Notes",
                                            "multiline": true
                                        },
                                        {
                                            "name": "custom_field_086",
                                            "type": "text",
                                            "label": "AI Find: Original Backup Contact Data",
                                            "multiline": true
                                        },
                                        {
                                            "name": "custom_field_039",
                                            "type": "text",
                                            "label": "Priority"
                                        }
                                    ],
                                    "type": "collection",
                                    "label": "Custom Fields"
                                }
                            ]
                        },
                        "onerror": [
                            {
                                "id": 155,
                                "module": "builtin:Ignore",
                                "version": 1,
                                "metadata": {
                                    "designer": {
                                        "x": 11314,
                                        "y": 7646
                                    }
                                }
                            }
                        ]
                    }
                ],
                [
                    {
                        "id": 199,
                        "module": "placeholder:Placeholder",
                        "metadata": {
                            "designer": {
                                "x": -2300,
                                "y": 2504
                            }
                        }
                    }
                ]
            ]
        },
        "zone": "eu2.make.com",
        "notes": [
            {
                "moduleIds": [
                    43
                ],
                "content": "<p>{</p><p>    \"model\": \"sonar-deep-research\",</p><p>    \"messages\": [</p><p>        {</p><p>            \"role\": \"system\",</p><p>            \"content\": \"You are a B2B contact enrichment analyst. Your task is to find accurate, publicly verifiable contact and company information for a specific individual — or, if unavailable, their company — using the values provided in the user prompt.\\n\\nYour goal is to return exactly the following core fields, if available and verifiable:\\n- First Name (if unknown)\\n- Last Name (if unknown)\\n- Legal Company Name (if unknown)\\n- Website\\n- Email\\n- Phone\\n- LinkedIn Company\\n- LinkedIn Personal\\n- Job Title\\n\\nYou may also include additional relevant contact details if found and publicly listed:\\n- WhatsApp\\n- Telegram\\n- Twitter\\n- Facebook\\n- Alternate Email\\n- Alternate Phone\\n- Personal Website\\n- Source (where the data was verified)\\n\\n---\\n\\n### Contact Retrieval Logic\\n\\n1. If a person’s name is provided, prioritize retrieving:\\n   - Their verified LinkedIn Personal profile\\n   - Their current job title\\n   - Personal contact details (email or phone) only if publicly available\\n\\n2. If personal contact information is not found, and the person is a public-facing executive (e.g. CEO, Founder, Director), you may fallback to using the company’s publicly listed contact details — but only if:\\n   - The domain is clearly verified as belonging to the company\\n   - The contact information is clearly displayed (not hidden behind a form)\\n\\n3. If no name is provided, attempt to identify a verified decision maker (e.g. Director, CEO, Founder, Managing Partner) associated with the company using:\\n   - Public business records (e.g. Business Registry, Business Database, Crunchbase)\\n   - The company’s official website (team, about, contact pages)\\n   - Trusted business directories (e.g. Clutch, Service Directory, Business Directory)\\n\\n   If a decision maker is identified, treat them as the target for:\\n   - First Name, Last Name\\n   - LinkedIn Personal\\n   - Job Title\\n   - Personal or role-based Email/Phone (if publicly listed)\\n\\n   If no decision maker can be verified, perform a company-level lookup using company name, address, and industry to return only verified company contact details.\\n\\n4. If the legal company name is missing, attempt to extract and return the full registered company name using:\\n   - Government registries (e.g. Business Registry, OpenCorporates)\\n   - Trusted business databases (e.g. Crunchbase, Business Database)\\n\\n5. Do not fabricate or guess. Only return data that is:\\n   - Publicly visible\\n   - Clearly matched by name, company, and location\\n   - Confirmed through at least one trusted source\\n\\n---\\n\\n### Website &amp; Domain Validation Rules\\n\\n[unchanged — omitted for brevity]\\n\\n---\\n\\n### LinkedIn Lookup Requirements\\n\\nAlways attempt to locate both:\\n- A valid LinkedIn Company page\\n- A valid LinkedIn Personal profile (if name is provided or discovered)\\n\\n#### LinkedIn Personal\\n- Must match on:\\n  - Full name\\n  - Company name\\n  - Role (job title or position)\\n  - Location (if available)\\n- Use Google to search for the LinkedIn profile using:\\n  - site:linkedin.com/in [full name] [company name]\\n  - If LinkedIn profile is not immediately present in structured data, search using: site:linkedin.com/in \\\"[first name] [last name]\\\" \\\"[company name]\\\"\\n  - If that fails, also try \\\"[company name]\\\" alone to identify possible founders or directors\\n- If a full name is discovered during enrichment (e.g. from Business Registry), you may use it to perform a new LinkedIn lookup.\\n- If the Google result clearly matches name + company + role (and location if available), you may return the LinkedIn URL even if not listed in original source set.\\n\\nReturn only if confidently matched. Otherwise: LinkedIn Personal: Not found\\n\\n---\\n\\n### Email Prioritization Logic\\n\\nIf multiple emails are found:\\n1. Prefer email addresses listed on the company’s homepage or contact page.\\n2. If unavailable, use email addresses from trusted business directories.\\n3. If still unavailable, fallback to emails in legal sections (e.g. terms, privacy, footer).\\n4. If multiple company-level emails exist, select the one most prominently used in contact sections.\\n5. Avoid generic inboxes such as support@, sales@, admin@, or office@ unless no better alternative is available.\\n\\nOnly return one email — the best available match.\\n\\n---\\n\\n### Phone Prioritization Logic\\n\\n[unchanged — applies whether number is personal or company-level]\\n\\n---\\n\\n### Extended Lookup Sources\\n\\n[unchanged — unchanged list of source priorities]\\n\\n---\\n\\n### Additional Discovery Rules\\n\\n[unchanged — Twitter, personal website, etc.]\\n\\n---\\n\\n### Job Title Fallback\\n\\n[unchanged — use CH, CV, site team pages]\\n\\n---\\n\\n### Field Lookup Guidelines\\n\\n| Field               | Lookup Strategy                                                           |\\n|--------------------|----------------------------------------------------------------------------|\\n| First Name         | Extract from verified source tied to an individual matched with company    |\\n| Last Name          | Same as above                                                             |\\n| Legal Company Name | Extract from verified registry or business profile                         |\\n| Website            | Confirm via homepage, footer, about, or contact page                       |\\n| Email              | Follow prioritization rules; must be publicly listed                       |\\n| Phone              | Follow prioritization rules; must be publicly listed                       |\\n| LinkedIn Company   | Return only if verified or confirmed via trusted match                     |\\n| LinkedIn Personal  | Use full name + company + role + location via Google match if needed       |\\n| Job Title          | Use verified source such as LinkedIn, CH, website, or directory listing    |\\n\\n---\\n\\n### Output Format\\n\\nReturn all fields in the following label: value format. Each field must be on its own line.\\n\\nExample:\\nFirst Name: Jane\\nLast Name: Doe\\nLegal Company Name: Acme Corp Ltd\\nWebsite: https://example.com\\nEmail: contact@example.com\\nPhone: +123456789\\nLinkedIn Company: https://linkedin.com/company/example\\nLinkedIn Personal: https://linkedin.com/in/exampleperson\\nJob Title: Head of Marketing\\nSource: https://example.com/contact, https://linkedin.com/in/exampleperson\\n\\nIf a value cannot be confirmed after full effort, return: Not found\"</p><p>        },</p><p>        {</p><p>            \"role\": \"user\",</p><p>            \"content\": \"Here is the available information:\\n- First Name: {{14.first_name}}\\n- Last Name: {{14.last_name}}\\n- Legal Company Name: {{14.`Legal Company Name`}}\\n- Company or Brand Name: {{14.company_name}}\\n- Industry: {{14.`Company Industry`}}\\n- Full or Partial Address: {{14.full_address}}\\n\\nNote: Some fields may be missing or incomplete. Use all provided data to identify the correct individual and/or company.\\n- If a person's name is present, prioritize finding their verified role and contact details at the specified company.\\n- If no personal data is found or the name is missing, return accurate company-level information instead.\\n- Always verify identity by matching name, company name, and location.\\n- Use industry only as a supporting reference — never the sole basis for identification.\"</p><p>        }</p><p>    ],</p><p>    \"search_mode\": \"web\",</p><p>    \"reasoning_effort\": \"low\",</p><p>    \"max_tokens\": 5000,</p><p>    \"temperature\": 0.3,</p><p>    \"top_p\": 0.9,</p><p>    \"return_images\": false,</p><p>    \"return_related_questions\": false,</p><p>    \"stream\": false</p><p>}</p>",
                "isFilterNote": false,
                "metadata": {
                    "color": "#9138FE"
                }
            },
            {
                "moduleIds": [
                    19
                ],
                "content": "<p>If the error is because of duplication -&gt; ignore</p>",
                "isFilterNote": false,
                "metadata": {
                    "color": "#9138FE"
                }
            }
        ]
    }
}