{
  "name": "Captain Data Profile Views - LinkedIn jeden Tag",
  "flow": [
    {
      "id": 1,
      "module": "captain-data:launchWorkflow",
      "version": 1,
      "parameters": {
        "__IMTCONN__": 2448132
      },
      "mapper": {
        "jobName": "Profile",
        "workflowUid": "163c4781-3c19-4757-abf9-c960bc23a8b1",
        "step__3300d5ad-6025-42e6-9020-892f9f84a42c": {
          "accounts": {
            "account__linkedin__step__3300d5ad-6025-42e6-9020-892f9f84a42c": "1d5bee85-7155-49cd-820d-96cbc47f1f6b"
          },
          "parameters": {
            "parameter__max_minutes__step__3300d5ad-6025-42e6-9020-892f9f84a42c": "20000",
            "parameter__max_results__step__3300d5ad-6025-42e6-9020-892f9f84a42c": "60"
          }
        }
      },
      "metadata": {
        "designer": {
          "x": 0,
          "y": 150
        },
        "restore": {
          "expect": {
            "inputs": {
              "mode": "chose"
            },
            "workflowUid": {
              "mode": "chose",
              "label": "Extract LinkedIn Profile Viewers",
              "nested": [
                {
                  "name": "inputs",
                  "spec": [
                    {
                      "name": "meta",
                      "type": "text",
                      "label": "meta"
                    }
                  ],
                  "type": "array",
                  "label": "Inputs"
                },
                {
                  "name": "step__3300d5ad-6025-42e6-9020-892f9f84a42c",
                  "spec": [
                    {
                      "name": "accounts",
                      "spec": [
                        {
                          "name": "account__linkedin__step__3300d5ad-6025-42e6-9020-892f9f84a42c",
                          "type": "select",
                          "label": "Account selection",
                          "options": {
                            "store": "rpc://captain-data/1/getApplicationAccount?integrationUid=linkedin"
                          },
                          "multiple": false
                        }
                      ],
                      "type": "collection",
                      "label": "Accounts"
                    },
                    {
                      "name": "parameters",
                      "spec": [
                        {
                          "help": "The maximum number of profile viewers to extract.",
                          "name": "parameter__max_results__step__3300d5ad-6025-42e6-9020-892f9f84a42c",
                          "type": "number",
                          "label": "Maximum Results",
                          "default": 1
                        },
                        {
                          "help": "Specifies the maximum number of minutes from which data will be extracted. If the value is 0 this setting will be disabled.",
                          "name": "parameter__max_minutes__step__3300d5ad-6025-42e6-9020-892f9f84a42c",
                          "type": "number",
                          "label": "Number of minutes",
                          "default": 0
                        }
                      ],
                      "type": "collection",
                      "label": "Parameters"
                    }
                  ],
                  "type": "collection",
                  "label": "1- Extract LinkedIn Profile Viewers"
                }
              ]
            },
            "step__3300d5ad-6025-42e6-9020-892f9f84a42c": {
              "nested": {
                "accounts": {
                  "nested": {
                    "account__linkedin__step__3300d5ad-6025-42e6-9020-892f9f84a42c": {
                      "mode": "chose",
                      "label": "LinkedIn - [NAME]"
                    }
                  }
                }
              }
            }
          },
          "parameters": {
            "__IMTCONN__": {
              "data": {
                "scoped": "true",
                "connection": "captain-data"
              },
              "label": "My Captain Data Apikey connection"
            }
          }
        },
        "parameters": [
          {
            "name": "__IMTCONN__",
            "type": "account:captain-data",
            "label": "Connection",
            "required": true
          }
        ],
        "expect": [
          {
            "name": "jobName",
            "type": "text",
            "label": "Job Name",
            "required": true
          },
          {
            "name": "workflowUid",
            "type": "select",
            "label": "Workflow to launch",
            "required": true
          },
          {
            "name": "inputs",
            "spec": [
              {
                "name": "meta",
                "type": "text",
                "label": "meta"
              }
            ],
            "type": "array",
            "label": "Inputs"
          },
          {
            "name": "step__3300d5ad-6025-42e6-9020-892f9f84a42c",
            "spec": [
              {
                "name": "accounts",
                "spec": [
                  {
                    "name": "account__linkedin__step__3300d5ad-6025-42e6-9020-892f9f84a42c",
                    "type": "select",
                    "label": "Account selection"
                  }
                ],
                "type": "collection",
                "label": "Accounts"
              },
              {
                "name": "parameters",
                "spec": [
                  {
                    "name": "parameter__max_results__step__3300d5ad-6025-42e6-9020-892f9f84a42c",
                    "type": "number",
                    "label": "Maximum Results"
                  },
                  {
                    "name": "parameter__max_minutes__step__3300d5ad-6025-42e6-9020-892f9f84a42c",
                    "type": "number",
                    "label": "Number of minutes"
                  }
                ],
                "type": "collection",
                "label": "Parameters"
              }
            ],
            "type": "collection",
            "label": "1- Extract LinkedIn Profile Viewers"
          }
        ]
      }
    },
    {
      "id": 23,
      "module": "util:FunctionSleep",
      "version": 1,
      "parameters": {},
      "mapper": {
        "duration": "300"
      },
      "metadata": {
        "designer": {
          "x": 300,
          "y": 150
        },
        "restore": {},
        "expect": [
          {
            "name": "duration",
            "type": "uinteger",
            "label": "Delay",
            "required": true,
            "validate": {
              "max": 300,
              "min": 1
            }
          }
        ]
      }
    },
    {
      "id": 4,
      "module": "captain-data:getJobs",
      "version": 1,
      "parameters": {
        "__IMTCONN__": 2448132
      },
      "mapper": {
        "job_uid": "{{1.job_uid}}",
        "begining_page": "1"
      },
      "metadata": {
        "designer": {
          "x": 600,
          "y": 150
        },
        "restore": {
          "parameters": {
            "__IMTCONN__": {
              "data": {
                "scoped": "true",
                "connection": "captain-data"
              },
              "label": "My Captain Data Apikey connection"
            }
          }
        },
        "parameters": [
          {
            "name": "__IMTCONN__",
            "type": "account:captain-data",
            "label": "Connection",
            "required": true
          }
        ],
        "expect": [
          {
            "name": "job_uid",
            "type": "text",
            "label": "Job UID",
            "required": true
          },
          {
            "name": "begining_page",
            "type": "number",
            "label": "First page to retrieve (offset)",
            "required": true
          }
        ]
      },
      "onerror": [
        {
          "id": 12,
          "module": "builtin:Break",
          "version": 1,
          "parameters": {},
          "mapper": {
            "count": "3",
            "retry": true,
            "interval": "15"
          },
          "metadata": {
            "designer": {
              "x": 900,
              "y": 300
            },
            "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": 8,
      "module": "openai-gpt-3:CreateCompletion",
      "version": 1,
      "parameters": {
        "__IMTCONN__": 1158082
      },
      "filter": {
        "name": "",
        "conditions": [
          [
            {
              "a": "{{4.connection_degree}}",
              "b": "2nd",
              "o": "text:equal"
            }
          ],
          [
            {
              "a": "{{4.connection_degree}}",
              "b": "3nd",
              "o": "text:equal"
            }
          ]
        ]
      },
      "mapper": {
        "model": "gpt-4o-2024-11-20",
        "top_p": "1",
        "select": "chat",
        "messages": [
          {
            "role": "user",
            "content": "Du bist Json Profi und Text Extractor. Extrahier bitte aus dem Text den Vor- Nachnamen und gebe das als Json aus\n\nText:{{4.linkedin_profile_handle}}{{4.linkedin_profile_url}}\n\n{\n\"VorName\":\"\",\n\"NachName:\"\"\n}",
            "imageDetail": "auto"
          }
        ],
        "max_tokens": "2048",
        "temperature": "1",
        "n_completions": "1",
        "response_format": "json_object",
        "parseJSONResponse": true
      },
      "metadata": {
        "designer": {
          "x": 900,
          "y": 0
        },
        "restore": {
          "expect": {
            "stop": {
              "mode": "chose"
            },
            "model": {
              "mode": "chose",
              "label": "gpt-4o-2024-11-20 (system)"
            },
            "select": {
              "label": "Create a Chat Completion (GPT and o1 models)"
            },
            "messages": {
              "mode": "chose",
              "items": [
                {
                  "role": {
                    "mode": "chose",
                    "label": "User"
                  },
                  "imageDetail": {
                    "mode": "chose",
                    "label": "Auto"
                  },
                  "imageInputType": {
                    "mode": "chose",
                    "label": "Empty"
                  }
                }
              ]
            },
            "logit_bias": {
              "mode": "chose"
            },
            "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": "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
                          },
                          {
                            "name": "imageDetail",
                            "type": "select",
                            "label": "Image Detail",
                            "options": [
                              {
                                "label": "Auto",
                                "value": "auto",
                                "default": true
                              },
                              {
                                "label": "High",
                                "value": "high"
                              },
                              {
                                "label": "Low",
                                "value": "low"
                              }
                            ],
                            "advanced": true
                          }
                        ]
                      },
                      {
                        "label": "Assistant",
                        "value": "assistant",
                        "nested": [
                          {
                            "help": "Text content of the message on behalf of the selected __Role__.",
                            "name": "content",
                            "type": "text",
                            "label": "Text Content"
                          }
                        ]
                      },
                      {
                        "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"
                          }
                        ]
                      }
                    ]
                  },
                  "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": {
              "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": "refusal",
                      "type": "text",
                      "label": "Refusal"
                    }
                  ],
                  "type": "collection",
                  "label": "Message"
                }
              ],
              "type": "collection"
            },
            "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
      }
    },
    {
      "id": 11,
      "module": "airtable:ActionSearchRecords",
      "version": 3,
      "parameters": {
        "__IMTCONN__": 2418277
      },
      "filter": {
        "name": "",
        "conditions": [
          [
            {
              "a": "{{4.profile_image_url}}",
              "o": "exist"
            }
          ]
        ]
      },
      "mapper": {
        "base": "app7nuK6FLTbNNzmP",
        "table": "tblSKGxhvbQnra4GD",
        "fields": [
          "Visitor",
          "Visit Date",
          "Headline",
          "Captain Data Job",
          "Source",
          "HeyReach Campaign ID",
          "LinkedinProfileID",
          "SalesNavigatorID",
          "Outreach Status",
          "Notes",
          "Connection Type",
          "SendConnectionRequest",
          "TimeToSendConnectionRequest",
          "Vorname",
          "Nachname",
          "LinkedInURL",
          "Attachment"
        ],
        "formula": "{LinkedinProfileID}=\"{{4.linkedin_profile_id}}\"",
        "maxRecords": "10",
        "useColumnId": false
      },
      "metadata": {
        "designer": {
          "x": 1200,
          "y": 0
        },
        "restore": {
          "expect": {
            "base": {
              "mode": "chose",
              "label": "LinkendInPower"
            },
            "sort": {
              "mode": "chose"
            },
            "view": {
              "mode": "chose",
              "label": "Empty"
            },
            "table": {
              "mode": "chose",
              "label": "Profile Visitors"
            },
            "fields": {
              "mode": "chose",
              "label": [
                "Visitor",
                "Visit Date",
                "Headline",
                "Captain Data Job",
                "Source",
                "HeyReach Campaign ID",
                "LinkedinProfileID",
                "SalesNavigatorID",
                "Outreach Status",
                "Notes",
                "Connection Type",
                "SendConnectionRequest",
                "TimeToSendConnectionRequest",
                "Vorname",
                "Nachname",
                "LinkedInURL",
                "Attachment"
              ]
            },
            "useColumnId": {
              "mode": "chose"
            }
          },
          "parameters": {
            "__IMTCONN__": {
              "data": {
                "scoped": "true",
                "connection": "airtable3"
              },
              "label": "My Airtable Token or Key connection (User ID: usr1Z9NRmQWpCZfv0)"
            }
          }
        },
        "parameters": [
          {
            "name": "__IMTCONN__",
            "type": "account:airtable3,airtable2",
            "label": "Connection",
            "required": true
          }
        ],
        "expect": [
          {
            "name": "base",
            "type": "select",
            "label": "Base",
            "required": true
          },
          {
            "name": "useColumnId",
            "type": "boolean",
            "label": "Use Column ID",
            "required": true
          },
          {
            "name": "table",
            "type": "select",
            "label": "Table",
            "required": true
          },
          {
            "name": "formula",
            "type": "text",
            "label": "Formula"
          },
          {
            "name": "maxRecords",
            "type": "integer",
            "label": "Limit"
          },
          {
            "name": "sort",
            "spec": [
              {
                "name": "field",
                "type": "select",
                "label": "Field",
                "dynamic": true,
                "options": []
              },
              {
                "name": "direction",
                "type": "select",
                "label": "Direction",
                "options": [
                  {
                    "label": "Descending",
                    "value": "desc"
                  },
                  {
                    "label": "Ascending",
                    "value": "asc"
                  }
                ]
              }
            ],
            "type": "array",
            "label": "Sort"
          },
          {
            "name": "view",
            "type": "select",
            "label": "View"
          },
          {
            "name": "fields",
            "type": "select",
            "label": "Output Fields",
            "multiple": true
          },
          {
            "name": "base",
            "type": "select",
            "label": "Base",
            "required": true
          },
          {
            "name": "useColumnId",
            "type": "boolean",
            "label": "Use Column ID",
            "required": true
          },
          {
            "name": "table",
            "type": "select",
            "label": "Table",
            "required": true
          },
          {
            "name": "formula",
            "type": "text",
            "label": "Formula"
          },
          {
            "name": "maxRecords",
            "type": "integer",
            "label": "Limit"
          },
          {
            "name": "sort",
            "spec": [
              {
                "name": "field",
                "type": "select",
                "label": "Field",
                "dynamic": true,
                "options": []
              },
              {
                "name": "direction",
                "type": "select",
                "label": "Direction",
                "options": [
                  {
                    "label": "Descending",
                    "value": "desc"
                  },
                  {
                    "label": "Ascending",
                    "value": "asc"
                  }
                ]
              }
            ],
            "type": "array",
            "label": "Sort"
          },
          {
            "name": "view",
            "type": "select",
            "label": "View"
          },
          {
            "name": "fields",
            "type": "select",
            "label": "Output Fields",
            "multiple": true
          }
        ],
        "interface": [
          {
            "name": "__IMTLENGTH__",
            "type": "uinteger",
            "label": "Total number of bundles"
          },
          {
            "name": "__IMTINDEX__",
            "type": "uinteger",
            "label": "Bundle order position"
          },
          {
            "name": "id",
            "type": "text",
            "label": "ID"
          },
          {
            "name": "createdTime",
            "type": "date",
            "label": "Created Time"
          },
          {
            "name": "Visitor",
            "type": "text",
            "label": "Visitor"
          },
          {
            "name": "Visit Date",
            "time": true,
            "type": "date",
            "label": "Visit Date"
          },
          {
            "name": "Headline",
            "type": "text",
            "label": "Headline",
            "multiline": true
          },
          {
            "name": "Captain Data Job",
            "type": "text",
            "label": "Captain Data Job"
          },
          {
            "name": "Source",
            "type": "text",
            "label": "Source"
          },
          {
            "name": "HeyReach Campaign ID",
            "type": "text",
            "label": "HeyReach Campaign ID"
          },
          {
            "name": "LinkedinProfileID",
            "type": "text",
            "label": "LinkedinProfileID"
          },
          {
            "name": "SalesNavigatorID",
            "type": "text",
            "label": "SalesNavigatorID"
          },
          {
            "name": "Outreach Status",
            "type": "text",
            "label": "Outreach Status"
          },
          {
            "name": "Notes",
            "type": "text",
            "label": "Notes",
            "multiline": true
          },
          {
            "name": "Connection Type",
            "type": "text",
            "label": "Connection Type"
          },
          {
            "name": "SendConnectionRequest",
            "type": "boolean",
            "label": "SendConnectionRequest"
          },
          {
            "name": "TimeToSendConnectionRequest",
            "time": true,
            "type": "date",
            "label": "TimeToSendConnectionRequest"
          },
          {
            "name": "Vorname",
            "type": "text",
            "label": "Vorname"
          },
          {
            "name": "Nachname",
            "type": "text",
            "label": "Nachname"
          },
          {
            "name": "LinkedInURL",
            "type": "text",
            "label": "LinkedInURL"
          },
          {
            "name": "Attachment",
            "spec": [
              {
                "name": "id",
                "type": "text",
                "label": "ID"
              },
              {
                "name": "width",
                "type": "uinteger",
                "label": "Width"
              },
              {
                "name": "height",
                "type": "uinteger",
                "label": "Height"
              },
              {
                "name": "url",
                "type": "url",
                "label": "URL"
              },
              {
                "name": "filename",
                "type": "filename",
                "label": "File name"
              },
              {
                "name": "size",
                "type": "uinteger",
                "label": "Size"
              },
              {
                "name": "type",
                "type": "text",
                "label": "MIME type"
              },
              {
                "name": "thumbnails",
                "spec": [
                  {
                    "name": "small",
                    "spec": [
                      {
                        "name": "url",
                        "type": "url",
                        "label": "URL"
                      },
                      {
                        "name": "width",
                        "type": "uinteger",
                        "label": "Width"
                      },
                      {
                        "name": "height",
                        "type": "uinteger",
                        "label": "Height"
                      }
                    ],
                    "type": "collection",
                    "label": "Small"
                  },
                  {
                    "name": "large",
                    "spec": [
                      {
                        "name": "url",
                        "type": "url",
                        "label": "URL"
                      },
                      {
                        "name": "width",
                        "type": "uinteger",
                        "label": "Width"
                      },
                      {
                        "name": "height",
                        "type": "uinteger",
                        "label": "Height"
                      }
                    ],
                    "type": "collection",
                    "label": "Large"
                  },
                  {
                    "name": "full",
                    "spec": [
                      {
                        "name": "url",
                        "type": "url",
                        "label": "URL"
                      },
                      {
                        "name": "width",
                        "type": "uinteger",
                        "label": "Width"
                      },
                      {
                        "name": "height",
                        "type": "uinteger",
                        "label": "Height"
                      }
                    ],
                    "type": "collection",
                    "label": "Full"
                  }
                ],
                "type": "collection",
                "label": "Thumbnails"
              }
            ],
            "type": "array",
            "label": "Attachment"
          }
        ]
      }
    },
    {
      "id": 13,
      "module": "captain-data:launchWorkflow",
      "version": 1,
      "parameters": {
        "__IMTCONN__": 2448132
      },
      "filter": {
        "name": "",
        "conditions": [
          [
            {
              "a": "{{11.`__IMTLENGTH__`}}",
              "b": "0",
              "o": "number:equal"
            }
          ]
        ]
      },
      "mapper": {
        "inputs": [
          {
            "linkedin_profile_url": "{{4.profile_url}}"
          },
          {}
        ],
        "jobName": "visit linkedin make",
        "workflowUid": "00703a39-c6e4-4ee1-ac12-17d62c605ad4",
        "step__c800843d-d1da-418f-9bfb-bfdd77712772": {
          "accounts": {
            "account__linkedin__step__c800843d-d1da-418f-9bfb-bfdd77712772": "1d5bee85-7155-49cd-820d-96cbc47f1f6b"
          },
          "parameters": {}
        }
      },
      "metadata": {
        "designer": {
          "x": 1500,
          "y": 0
        },
        "restore": {
          "expect": {
            "inputs": {
              "mode": "chose",
              "items": [
                null,
                null
              ]
            },
            "workflowUid": {
              "mode": "chose",
              "label": "Visit LinkedIn Profile",
              "nested": [
                {
                  "name": "inputs",
                  "spec": [
                    {
                      "help": "A LinkedIn Profile URL should start with '[LINKEDIN_URL] '[LINKEDIN_URL] '[LINKEDIN_URL] or '[LINKEDIN_URL]",
                      "name": "linkedin_profile_url",
                      "type": "text",
                      "label": "linkedin_profile_url"
                    },
                    {
                      "name": "meta",
                      "type": "text",
                      "label": "meta"
                    }
                  ],
                  "type": "array",
                  "label": "Inputs"
                },
                {
                  "name": "step__c800843d-d1da-418f-9bfb-bfdd77712772",
                  "spec": [
                    {
                      "name": "accounts",
                      "spec": [
                        {
                          "name": "account__linkedin__step__c800843d-d1da-418f-9bfb-bfdd77712772",
                          "type": "select",
                          "label": "Account selection",
                          "options": {
                            "store": "rpc://captain-data/1/getApplicationAccount?integrationUid=linkedin"
                          },
                          "multiple": false
                        }
                      ],
                      "type": "collection",
                      "label": "Accounts"
                    },
                    {
                      "name": "parameters",
                      "spec": [],
                      "type": "collection",
                      "label": "Parameters"
                    }
                  ],
                  "type": "collection",
                  "label": "1- Visit LinkedIn Profile"
                }
              ]
            },
            "step__c800843d-d1da-418f-9bfb-bfdd77712772": {
              "nested": {
                "accounts": {
                  "nested": {
                    "account__linkedin__step__c800843d-d1da-418f-9bfb-bfdd77712772": {
                      "mode": "chose",
                      "label": "LinkedIn - [NAME]"
                    }
                  }
                }
              }
            }
          },
          "parameters": {
            "__IMTCONN__": {
              "data": {
                "scoped": "true",
                "connection": "captain-data"
              },
              "label": "My Captain Data Apikey connection"
            }
          }
        },
        "parameters": [
          {
            "name": "__IMTCONN__",
            "type": "account:captain-data",
            "label": "Connection",
            "required": true
          }
        ],
        "expect": [
          {
            "name": "jobName",
            "type": "text",
            "label": "Job Name",
            "required": true
          },
          {
            "name": "workflowUid",
            "type": "select",
            "label": "Workflow to launch",
            "required": true
          },
          {
            "name": "inputs",
            "spec": [
              {
                "name": "linkedin_profile_url",
                "type": "text",
                "label": "linkedin_profile_url"
              },
              {
                "name": "meta",
                "type": "text",
                "label": "meta"
              }
            ],
            "type": "array",
            "label": "Inputs"
          },
          {
            "name": "step__c800843d-d1da-418f-9bfb-bfdd77712772",
            "spec": [
              {
                "name": "accounts",
                "spec": [
                  {
                    "name": "account__linkedin__step__c800843d-d1da-418f-9bfb-bfdd77712772",
                    "type": "select",
                    "label": "Account selection"
                  }
                ],
                "type": "collection",
                "label": "Accounts"
              },
              {
                "name": "parameters",
                "spec": [],
                "type": "collection",
                "label": "Parameters"
              }
            ],
            "type": "collection",
            "label": "1- Visit LinkedIn Profile"
          }
        ]
      }
    },
    {
      "id": 18,
      "module": "util:FunctionSleep",
      "version": 1,
      "parameters": {},
      "mapper": {
        "duration": "60"
      },
      "metadata": {
        "designer": {
          "x": 1800,
          "y": 0
        },
        "restore": {},
        "expect": [
          {
            "name": "duration",
            "type": "uinteger",
            "label": "Delay",
            "required": true,
            "validate": {
              "max": 300,
              "min": 1
            }
          }
        ]
      }
    },
    {
      "id": 14,
      "module": "captain-data:getJobs",
      "version": 1,
      "parameters": {
        "__IMTCONN__": 2448132
      },
      "mapper": {
        "job_uid": "{{13.job_uid}}",
        "begining_page": "1"
      },
      "metadata": {
        "designer": {
          "x": 2100,
          "y": 0
        },
        "restore": {
          "parameters": {
            "__IMTCONN__": {
              "data": {
                "scoped": "true",
                "connection": "captain-data"
              },
              "label": "My Captain Data Apikey connection"
            }
          }
        },
        "parameters": [
          {
            "name": "__IMTCONN__",
            "type": "account:captain-data",
            "label": "Connection",
            "required": true
          }
        ],
        "expect": [
          {
            "name": "job_uid",
            "type": "text",
            "label": "Job UID",
            "required": true
          },
          {
            "name": "begining_page",
            "type": "number",
            "label": "First page to retrieve (offset)",
            "required": true
          }
        ]
      }
    },
    {
      "id": 16,
      "module": "builtin:BasicFeeder",
      "version": 1,
      "parameters": {},
      "mapper": {
        "array": "{{14.skills}}"
      },
      "metadata": {
        "designer": {
          "x": 2400,
          "y": 0
        },
        "restore": {
          "expect": {
            "array": {
              "mode": "edit"
            }
          }
        },
        "expect": [
          {
            "mode": "edit",
            "name": "array",
            "spec": [],
            "type": "array",
            "label": "Array"
          }
        ]
      }
    },
    {
      "id": 17,
      "module": "util:TextAggregator",
      "version": 1,
      "parameters": {
        "feeder": 16,
        "rowSeparator": "other",
        "otherRowSeparator": ","
      },
      "mapper": {
        "value": "{{16.value}}"
      },
      "metadata": {
        "designer": {
          "x": 2700,
          "y": 0
        },
        "restore": {
          "extra": {
            "feeder": {
              "label": "Iterator [16]"
            }
          },
          "parameters": {
            "rowSeparator": {
              "label": "Other"
            }
          }
        },
        "parameters": [
          {
            "name": "rowSeparator",
            "type": "select",
            "label": "Row separator",
            "validate": {
              "enum": [
                "\n",
                "\t",
                "other"
              ]
            }
          },
          {
            "name": "otherRowSeparator",
            "type": "text",
            "label": "Separator"
          }
        ],
        "expect": [
          {
            "name": "value",
            "type": "text",
            "label": "Text"
          }
        ],
        "advanced": true
      }
    },
    {
      "id": 19,
      "module": "openai-gpt-3:messageAssistantAdvanced",
      "version": 1,
      "parameters": {
        "__IMTCONN__": 1158082
      },
      "mapper": {
        "role": "user",
        "message": "Suche nach diesen Texten im Vectorstore (nicht im Internet) in der Spalte Text, ob du in irgendeinem von dem Eingabe Text eine Übereinstimmung findest. \n\n**Wichtige Ausgaberegeln:**\n- Gebe IMMER den vollständigen Link aus der Spalte \"pfad\" aus\n- Filtere alle Einträge aus, deren pfad-Spalte auf Bildformate endet (z.B. .png, .avif, .jpg, .jpeg, .gif, .webp, .svg, .bmp oder andere Bilddateien)\n- Nur Einträge mit gültigen URLs (keine Bildpfade) sollen in der Ausgabe erscheinen\n\nGebe das Ergebnis als Json aus. Hier die Eingabe {{17.text}}\n\nBeispiel Json mit Ausgabe:\n```json\n[\n  {\n    \"collection\": 1,\n    \"pfad\": \"https://www.ki-insights.com/213-was-kinder-beim-vibe-coding-sehr-schnell-lernen/\",\n    \"excerpt\": \"ERGEBNIS AUF DIE ZIELGRUPPE PASSENDE HOOKS / OPENER\",\n    \"beschreibung\": \"Erfahrungsbericht, wie Vibe‑Coding Kindern mithilfe von Claude Code grundlegende Programmier‑Skills entlang der Bloom‑Taxonomie vermittelt – demonstriert am Projekt eines 12‑Jährigen.\"\n  },\n  {\n    \"collection\": 2,\n    \"pfad\": \"https://www.ki-insights.com/212-n8n-workflows-automatisch-generieren-mit-ki/\",\n    \"excerpt\": \"ERGEBNISSE INTERN\",\n    \"beschreibung\": \"Technischer Leitfaden zur KI‑gestützten Generierung von n8n‑Workflows: erläutert Systemarchitektur, Datenbanken und Performance eines Claude‑Code‑Set‑ups, das Workflows aus natürlicher Sprache baut.\"\n  },\n  {\n    \"collection\": 3,\n    \"pfad\": \"https://www.ki-insights.com/205-baue-deine-ai-brandvoice-markenstimme-schritt-fuer-schritt/\",\n    \"excerpt\": \"ERGEBNISSE EXTERN: DOPPELT SO VIELE LEADS MIT INTERAKTIVEN VISUALISIERUNGEN\",\n    \"beschreibung\": \"Schritt‑für‑Schritt‑Guide zum Aufbau einer konsistenten AI‑Brand‑Voice: erklärt die Bausteine Fundament, Säulen, Gerüst, Dach & Metaphern und liefert ein JSON‑Template als praktisches Beispiel.\"\n  }\n]\n",
        "assistantId": "asst_Pt5ql6bk2vTZDTogX7BAO0Is",
        "temperature": "0.2",
        "tool_choice": "file_search",
        "response_format": "json_object",
        "parseJSONResponse": true
      },
      "metadata": {
        "designer": {
          "x": 3000,
          "y": 0
        },
        "restore": {
          "expect": {
            "role": {
              "label": "User"
            },
            "model": {
              "mode": "chose"
            },
            "tools": {
              "mode": "chose"
            },
            "image_urls": {
              "mode": "chose"
            },
            "assistantId": {
              "mode": "chose",
              "label": "wordpress (gpt-4.1)",
              "nested": []
            },
            "image_files": {
              "mode": "chose"
            },
            "tool_choice": {
              "mode": "chose",
              "label": "File Search"
            },
            "response_format": {
              "mode": "chose",
              "label": "JSON Object"
            },
            "parseJSONResponse": {
              "mode": "chose"
            },
            "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"
          },
          {
            "name": "parseJSONResponse",
            "type": "boolean",
            "label": "Parse JSON Response",
            "required": true
          }
        ],
        "advanced": true
      }
    },
    {
      "id": 20,
      "module": "util:SetVariable2",
      "version": 1,
      "parameters": {},
      "mapper": {
        "name": "eingabe",
        "scope": "roundtrip",
        "value": "Name = \"{{14.full_name}}\"\n\nskills_text = \"{{17.text}}\"\n\n{{19.result}}"
      },
      "metadata": {
        "designer": {
          "x": 3300,
          "y": 0
        },
        "restore": {
          "expect": {
            "scope": {
              "label": "One cycle"
            }
          }
        },
        "expect": [
          {
            "name": "name",
            "type": "text",
            "label": "Variable name",
            "required": true
          },
          {
            "name": "scope",
            "type": "select",
            "label": "Variable lifetime",
            "required": true,
            "validate": {
              "enum": [
                "roundtrip",
                "execution"
              ]
            }
          },
          {
            "name": "value",
            "type": "any",
            "label": "Variable value"
          }
        ],
        "interface": [
          {
            "name": "eingabe",
            "type": "any",
            "label": "eingabe"
          }
        ]
      }
    },
    {
      "id": 22,
      "module": "openai-gpt-3:CreateCompletion",
      "version": 1,
      "parameters": {
        "__IMTCONN__": 1158082
      },
      "mapper": {
        "model": "gpt-4.1",
        "top_p": "1",
        "select": "chat",
        "messages": [
          {
            "role": "system",
            "content": "Geschlecht & Namensbestandteile erkennen\n\n## Eingaben\n- full_name (String)          – freie Namensangabe, z. B. „Dr. Anna‑Lena Müller\"\n- first_name (String, opt.)   – Vorname, falls separat mitgeliefert\n- last_name  (String, opt.)   – Nachname, falls separat mitgeliefert\n\n## Aufgabe\n1. **Vorname/Nachname ermitteln**  \n   - Falls first_name bzw. last_name übergeben werden, verwende diese.  \n   - Andernfalls analysiere full_name (erstes Wort → Vorname, letztes Wort → Nachname; Titel wie „Dr.\" ignorieren).  \n\n2. **Geschlecht bestimmen**  \n   - Nutze den ermittelten Vornamen.  \n   - Erkenne gängige männliche/weibliche Vornamen; unbekannt → „unbestimmt\".  \n\n3. **Boolean‑Flags setzen**  \n   - `vorname_enthalten` = true, wenn ein Vorname identifiziert wurde.  \n   - `nachname_enthalten` = true, wenn ein Nachname identifiziert wurde.  \n\n## Ausgabe  \nGib **ausschließlich** folgendes JSON zurück – keine weiteren Felder oder Texte:\n\n```json\n{\n  \"gender\": \"<Herr|Frau|unbestimmt>\",\n  \"vorname_enthalten\": <true|false>,\n  \"nachname_enthalten\": <true|false>,\n  \"Vorname\": \"<ausgegebener Vorname oder leer>\",\n  \"Nachname\": \"<ausgegebener Nachname oder leer>\"\n}\n```\n\n## Ausgabeanweisung:\n- Gebe den Vor- und Nachnamen mit dem ersten Buchstaben als Großbuchstaben aus (z.B. \"anna\" wird zu \"Anna\", \"MÜLLER\" wird zu \"Müller\")"
          },
          {
            "role": "user",
            "content": "Eingabe: {{14.email}}, {{14.full_name}}, {{4.handle}},",
            "imageDetail": "auto"
          }
        ],
        "max_tokens": "2048",
        "temperature": "0.4",
        "n_completions": "1",
        "response_format": "json_object",
        "parseJSONResponse": true
      },
      "metadata": {
        "designer": {
          "x": 3600,
          "y": 0
        },
        "restore": {
          "expect": {
            "stop": {
              "mode": "chose"
            },
            "model": {
              "mode": "chose",
              "label": "gpt-4.1 (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
      }
    },
    {
      "id": 7,
      "module": "captain-data:launchWorkflow",
      "version": 1,
      "parameters": {
        "__IMTCONN__": 2448132
      },
      "filter": {
        "name": "",
        "conditions": [
          [
            {
              "a": "{{22.result.nachname_enthalten}}",
              "b": "true",
              "o": "text:equal"
            }
          ]
        ]
      },
      "mapper": {
        "inputs": [
          {
            "linkedin_profile_url": "{{4.linkedin_profile_url}}"
          }
        ],
        "jobName": "connection",
        "workflowUid": "a239d00c-66da-458f-809f-db3a9c087b27",
        "step__864779d1-458d-4884-9cfc-1ac1a3684875": {
          "accounts": {
            "account__linkedin__step__864779d1-458d-4884-9cfc-1ac1a3684875": "1d5bee85-7155-49cd-820d-96cbc47f1f6b"
          },
          "parameters": {
            "parameter__message__step__864779d1-458d-4884-9cfc-1ac1a3684875": "Danke für den Profilbesuch,  {{22.result.Vorname}} {{22.result.Nachname}},\n\nSie haben den ersten Schritt gemacht - ich gerne den zweiten. \n\nVielleicht finden Sie etwas Interessantes auf meinem Blog ki-insights.com? Ich würde mich dann über die Kontaktannahme freuen.\n\nHerzliche Grüße\n[NAME]"
          }
        }
      },
      "metadata": {
        "designer": {
          "x": 3900,
          "y": 0
        },
        "restore": {
          "expect": {
            "inputs": {
              "mode": "chose",
              "items": [
                null
              ]
            },
            "workflowUid": {
              "mode": "chose",
              "label": "Connection Request",
              "nested": [
                {
                  "name": "inputs",
                  "spec": [
                    {
                      "help": "A LinkedIn Profile URL should start with '[LINKEDIN_URL] '[LINKEDIN_URL] '[LINKEDIN_URL] or '[LINKEDIN_URL]",
                      "name": "linkedin_profile_url",
                      "type": "text",
                      "label": "linkedin_profile_url"
                    },
                    {
                      "name": "meta",
                      "type": "text",
                      "label": "meta"
                    }
                  ],
                  "type": "array",
                  "label": "Inputs"
                },
                {
                  "name": "step__864779d1-458d-4884-9cfc-1ac1a3684875",
                  "spec": [
                    {
                      "name": "accounts",
                      "spec": [
                        {
                          "name": "account__linkedin__step__864779d1-458d-4884-9cfc-1ac1a3684875",
                          "type": "select",
                          "label": "Account selection",
                          "options": {
                            "store": "rpc://captain-data/1/getApplicationAccount?integrationUid=linkedin"
                          },
                          "multiple": false
                        }
                      ],
                      "type": "collection",
                      "label": "Accounts"
                    },
                    {
                      "name": "parameters",
                      "spec": [
                        {
                          "help": "maximum length is 300 for a Sales Navigator account & 200 if you have a LinkedIn classic account (to take into account when using liquid)",
                          "name": "parameter__message__step__864779d1-458d-4884-9cfc-1ac1a3684875",
                          "type": "text",
                          "label": "Custom Message"
                        }
                      ],
                      "type": "collection",
                      "label": "Parameters"
                    }
                  ],
                  "type": "collection",
                  "label": "1- Connect LinkedIn Profile"
                }
              ]
            },
            "step__864779d1-458d-4884-9cfc-1ac1a3684875": {
              "nested": {
                "accounts": {
                  "nested": {
                    "account__linkedin__step__864779d1-458d-4884-9cfc-1ac1a3684875": {
                      "mode": "chose",
                      "label": "LinkedIn - [NAME]"
                    }
                  }
                }
              }
            }
          },
          "parameters": {
            "__IMTCONN__": {
              "data": {
                "scoped": "true",
                "connection": "captain-data"
              },
              "label": "My Captain Data Apikey connection"
            }
          }
        },
        "parameters": [
          {
            "name": "__IMTCONN__",
            "type": "account:captain-data",
            "label": "Connection",
            "required": true
          }
        ],
        "expect": [
          {
            "name": "jobName",
            "type": "text",
            "label": "Job Name",
            "required": true
          },
          {
            "name": "workflowUid",
            "type": "select",
            "label": "Workflow to launch",
            "required": true
          },
          {
            "name": "inputs",
            "spec": [
              {
                "name": "linkedin_profile_url",
                "type": "text",
                "label": "linkedin_profile_url"
              },
              {
                "name": "meta",
                "type": "text",
                "label": "meta"
              }
            ],
            "type": "array",
            "label": "Inputs"
          },
          {
            "name": "step__864779d1-458d-4884-9cfc-1ac1a3684875",
            "spec": [
              {
                "name": "accounts",
                "spec": [
                  {
                    "name": "account__linkedin__step__864779d1-458d-4884-9cfc-1ac1a3684875",
                    "type": "select",
                    "label": "Account selection"
                  }
                ],
                "type": "collection",
                "label": "Accounts"
              },
              {
                "name": "parameters",
                "spec": [
                  {
                    "name": "parameter__message__step__864779d1-458d-4884-9cfc-1ac1a3684875",
                    "type": "text",
                    "label": "Custom Message"
                  }
                ],
                "type": "collection",
                "label": "Parameters"
              }
            ],
            "type": "collection",
            "label": "1- Connect LinkedIn Profile"
          }
        ]
      }
    },
    {
      "id": 10,
      "module": "airtable:ActionCreateRecord",
      "version": 3,
      "parameters": {
        "__IMTCONN__": 2418277
      },
      "mapper": {
        "base": "app7nuK6FLTbNNzmP",
        "typecast": false,
        "useColumnId": false,
        "table": "tblzqdidBTehRjFSD",
        "record": {
          "fldZy57NGLDEzLlES": "{{14.extracted_at}}",
          "fldwQjgpqrxuHuKvB": "{{22.result.Vorname}}",
          "fldKYHFlQIgsHeqgV": "{{14.full_name}}",
          "fld9Dxyqbk0fIg48f": "{{14.linkedin_profile_handle}}",
          "fldTdkOh0AKtDVgcw": "{{14.headline}}",
          "fldvgUNfGLSvKGuxK": "{{14.profile_image_url}}",
          "fldvM9A5aWMMM4qpQ": "{{14.job_title}}",
          "fld2sop1RTHFOgeNZ": "{{14.last_name}}",
          "fldXkmkqh57cBQ0yn": "{{14.linkedin_profile_handle}}",
          "fldoScRLwYbIWGrg2": "{{14.linkedin_profile_id}}",
          "fld3Mqx9rZEiuX5nB": "{{14.linkedin_profile_url}}",
          "fldVKM6LGv3KO586q": "{{14.linkedin_profile_id}}",
          "fldtOTdUMo1SBXvhr": "{{14.profile_image_url}}",
          "fldzLfRjpAcVfXtja": "{{14.profile_url}}",
          "fldllh5MVVcfSjl1u": "{{14.sales_navigator_profile_id}}",
          "fld2UJXBeWn2uq183": "{{14.experiences[].title}}",
          "fldI7GTqOci2dlGih": "{{14.linkedin_profile_id}}",
          "flddtPZtSvSNtjg11": "{{14.email}}",
          "fldACa6nbcQC1HOQa": "{{17.text}}",
          "fldHrM5WzUXKoeald": "{{14.number_connections}}",
          "fldxeXx0sBicK6k3l": "{{14.number_followers}}",
          "fldJZmjlTRlbcYDFH": "{{14.company_name}}",
          "fldGPrN43MzUsp7w5": "{{14.company_industry}}",
          "fld0e8MOzk7mbqA86": "{{14.profile_country}}",
          "fld1QBa4aHwPfxT2e": "{{14.experiences[].company_description}}",
          "fldA7f1wT28qy1vsT": "{{14.experiences[].company_employees_range}}"
        }
      },
      "metadata": {
        "designer": {
          "x": 4200,
          "y": 0
        },
        "restore": {
          "parameters": {
            "__IMTCONN__": {
              "label": "My Airtable Token or Key connection (User ID: usr1Z9NRmQWpCZfv0)",
              "data": {
                "scoped": "true",
                "connection": "airtable3"
              }
            }
          },
          "expect": {
            "base": {
              "label": "LinkendInPower"
            },
            "typecast": {
              "mode": "chose"
            },
            "useColumnId": {
              "mode": "chose"
            },
            "table": {
              "nested": [
                {
                  "name": "record",
                  "spec": [
                    {
                      "name": "fldNLBz0qbDY6jIRM",
                      "type": "text",
                      "label": "connected_at",
                      "multiline": true
                    },
                    {
                      "name": "fldORC2pCYH14qlvm",
                      "type": "text",
                      "label": "Eingetragen",
                      "multiline": true
                    },
                    {
                      "name": "fldZy57NGLDEzLlES",
                      "time": false,
                      "type": "date",
                      "label": "extracted_at"
                    },
                    {
                      "name": "fldwQjgpqrxuHuKvB",
                      "type": "text",
                      "label": "first_name"
                    },
                    {
                      "name": "fldKYHFlQIgsHeqgV",
                      "type": "text",
                      "label": "full_name",
                      "multiline": true
                    },
                    {
                      "name": "fld9Dxyqbk0fIg48f",
                      "type": "text",
                      "label": "handle",
                      "multiline": true
                    },
                    {
                      "name": "fldnYS4aG7hbp9dgV",
                      "type": "text",
                      "label": "start_url"
                    },
                    {
                      "name": "fldXSyRQAsmtz7QIo",
                      "type": "text",
                      "label": "Kopie von start_url"
                    },
                    {
                      "name": "fldTdkOh0AKtDVgcw",
                      "type": "text",
                      "label": "headline",
                      "multiline": true
                    },
                    {
                      "name": "fldvgUNfGLSvKGuxK",
                      "type": "text",
                      "label": "img_url",
                      "multiline": true
                    },
                    {
                      "name": "fldvM9A5aWMMM4qpQ",
                      "type": "text",
                      "label": "job_title",
                      "multiline": true
                    },
                    {
                      "name": "fldKh7sEbZugFwoQt",
                      "type": "text",
                      "label": "Duplikate Entfernen",
                      "multiline": true
                    },
                    {
                      "name": "fld2sop1RTHFOgeNZ",
                      "type": "text",
                      "label": "last_name",
                      "multiline": true
                    },
                    {
                      "name": "fldXkmkqh57cBQ0yn",
                      "type": "text",
                      "label": "linkedin_profile_handle",
                      "multiline": true
                    },
                    {
                      "name": "fldoScRLwYbIWGrg2",
                      "type": "text",
                      "label": "linkedin_profile_id",
                      "multiline": true
                    },
                    {
                      "name": "fld3Mqx9rZEiuX5nB",
                      "type": "text",
                      "label": "linkedin_profile_url",
                      "multiline": true
                    },
                    {
                      "name": "fldVKM6LGv3KO586q",
                      "type": "text",
                      "label": "profile_id",
                      "multiline": true
                    },
                    {
                      "name": "fldtOTdUMo1SBXvhr",
                      "type": "text",
                      "label": "profile_image_url",
                      "multiline": true
                    },
                    {
                      "name": "fldzLfRjpAcVfXtja",
                      "type": "text",
                      "label": "profile_url",
                      "multiline": true
                    },
                    {
                      "name": "fldllh5MVVcfSjl1u",
                      "type": "text",
                      "label": "sales_navigator_profile_id",
                      "multiline": true
                    },
                    {
                      "name": "fld2UJXBeWn2uq183",
                      "type": "text",
                      "label": "title",
                      "multiline": true
                    },
                    {
                      "mode": "edit",
                      "name": "fld93ZBI8J5GpIYd7",
                      "type": "select",
                      "label": "Eingeladen",
                      "dynamic": true,
                      "options": [
                        {
                          "label": "",
                          "value": ""
                        },
                        {
                          "label": "checked",
                          "value": "checked"
                        }
                      ],
                      "validate": false
                    },
                    {
                      "name": "fldjkrsVAzmgRyO23",
                      "type": "text",
                      "label": "Nachrichten",
                      "multiline": true
                    },
                    {
                      "name": "fldI7GTqOci2dlGih",
                      "type": "text",
                      "label": "urn"
                    },
                    {
                      "name": "fld2dptUDCojiAq3y",
                      "type": "text",
                      "label": "publicIdentifier"
                    },
                    {
                      "name": "flddtPZtSvSNtjg11",
                      "type": "text",
                      "label": "email"
                    },
                    {
                      "name": "fldACa6nbcQC1HOQa",
                      "type": "text",
                      "label": "topSkillsByEndorsements"
                    },
                    {
                      "name": "fldHrM5WzUXKoeald",
                      "type": "number",
                      "label": "connections"
                    },
                    {
                      "name": "fldxeXx0sBicK6k3l",
                      "type": "number",
                      "label": "followers"
                    },
                    {
                      "name": "fldO5jT5qEY97p0lW",
                      "type": "text",
                      "label": "addressWithCountry"
                    },
                    {
                      "name": "fldW5CgVojm2sjijD",
                      "type": "text",
                      "label": "currentJobDuration"
                    },
                    {
                      "name": "fldJZmjlTRlbcYDFH",
                      "type": "text",
                      "label": "companyName"
                    },
                    {
                      "name": "fldGPrN43MzUsp7w5",
                      "type": "text",
                      "label": "companyIndustry"
                    },
                    {
                      "name": "flddcRHhYtJCFKlXx",
                      "type": "text",
                      "label": "about",
                      "multiline": true
                    },
                    {
                      "name": "fldJS4i8KEZVMU6lu",
                      "type": "text",
                      "label": "mobileNumber"
                    },
                    {
                      "name": "fld1CXburK69iu0p4",
                      "type": "number",
                      "label": "currentJobDurationInYrs"
                    },
                    {
                      "name": "fldpSe7schTiwsaHt",
                      "type": "text",
                      "label": "profilePicHighQuality"
                    },
                    {
                      "name": "fld0e8MOzk7mbqA86",
                      "type": "text",
                      "label": "ProfileCountry"
                    },
                    {
                      "name": "fld1QBa4aHwPfxT2e",
                      "type": "text",
                      "label": "company_description"
                    },
                    {
                      "name": "fldA7f1wT28qy1vsT",
                      "type": "text",
                      "label": "company_size"
                    }
                  ],
                  "type": "collection",
                  "label": "Record"
                }
              ],
              "label": "LinkedInKontakte"
            },
            "record": {
              "nested": {
                "fld93ZBI8J5GpIYd7": {
                  "mode": "edit"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "__IMTCONN__",
            "type": "account:airtable3,airtable2",
            "label": "Connection",
            "required": true
          }
        ],
        "expect": [
          {
            "name": "base",
            "type": "select",
            "label": "Base",
            "required": true
          },
          {
            "name": "typecast",
            "type": "boolean",
            "label": "Smart links",
            "required": true
          },
          {
            "name": "useColumnId",
            "type": "boolean",
            "label": "Use Column ID",
            "required": true
          },
          {
            "name": "table",
            "type": "select",
            "label": "Table",
            "required": true
          },
          {
            "name": "record",
            "type": "collection",
            "label": "Record",
            "spec": [
              {
                "name": "fldNLBz0qbDY6jIRM",
                "type": "text",
                "label": "connected_at"
              },
              {
                "name": "fldORC2pCYH14qlvm",
                "type": "text",
                "label": "Eingetragen"
              },
              {
                "name": "fldZy57NGLDEzLlES",
                "type": "date",
                "label": "extracted_at",
                "time": false
              },
              {
                "name": "fldwQjgpqrxuHuKvB",
                "type": "text",
                "label": "first_name"
              },
              {
                "name": "fldKYHFlQIgsHeqgV",
                "type": "text",
                "label": "full_name"
              },
              {
                "name": "fld9Dxyqbk0fIg48f",
                "type": "text",
                "label": "handle"
              },
              {
                "name": "fldnYS4aG7hbp9dgV",
                "type": "text",
                "label": "start_url"
              },
              {
                "name": "fldXSyRQAsmtz7QIo",
                "type": "text",
                "label": "Kopie von start_url"
              },
              {
                "name": "fldTdkOh0AKtDVgcw",
                "type": "text",
                "label": "headline"
              },
              {
                "name": "fldvgUNfGLSvKGuxK",
                "type": "text",
                "label": "img_url"
              },
              {
                "name": "fldvM9A5aWMMM4qpQ",
                "type": "text",
                "label": "job_title"
              },
              {
                "name": "fldKh7sEbZugFwoQt",
                "type": "text",
                "label": "Duplikate Entfernen"
              },
              {
                "name": "fld2sop1RTHFOgeNZ",
                "type": "text",
                "label": "last_name"
              },
              {
                "name": "fldXkmkqh57cBQ0yn",
                "type": "text",
                "label": "linkedin_profile_handle"
              },
              {
                "name": "fldoScRLwYbIWGrg2",
                "type": "text",
                "label": "linkedin_profile_id"
              },
              {
                "name": "fld3Mqx9rZEiuX5nB",
                "type": "text",
                "label": "linkedin_profile_url"
              },
              {
                "name": "fldVKM6LGv3KO586q",
                "type": "text",
                "label": "profile_id"
              },
              {
                "name": "fldtOTdUMo1SBXvhr",
                "type": "text",
                "label": "profile_image_url"
              },
              {
                "name": "fldzLfRjpAcVfXtja",
                "type": "text",
                "label": "profile_url"
              },
              {
                "name": "fldllh5MVVcfSjl1u",
                "type": "text",
                "label": "sales_navigator_profile_id"
              },
              {
                "name": "fld2UJXBeWn2uq183",
                "type": "text",
                "label": "title"
              },
              {
                "name": "fld93ZBI8J5GpIYd7",
                "type": "select",
                "label": "Eingeladen",
                "mode": "edit"
              },
              {
                "name": "fldjkrsVAzmgRyO23",
                "type": "text",
                "label": "Nachrichten"
              },
              {
                "name": "fldI7GTqOci2dlGih",
                "type": "text",
                "label": "urn"
              },
              {
                "name": "fld2dptUDCojiAq3y",
                "type": "text",
                "label": "publicIdentifier"
              },
              {
                "name": "flddtPZtSvSNtjg11",
                "type": "text",
                "label": "email"
              },
              {
                "name": "fldACa6nbcQC1HOQa",
                "type": "text",
                "label": "topSkillsByEndorsements"
              },
              {
                "name": "fldHrM5WzUXKoeald",
                "type": "number",
                "label": "connections"
              },
              {
                "name": "fldxeXx0sBicK6k3l",
                "type": "number",
                "label": "followers"
              },
              {
                "name": "fldO5jT5qEY97p0lW",
                "type": "text",
                "label": "addressWithCountry"
              },
              {
                "name": "fldW5CgVojm2sjijD",
                "type": "text",
                "label": "currentJobDuration"
              },
              {
                "name": "fldJZmjlTRlbcYDFH",
                "type": "text",
                "label": "companyName"
              },
              {
                "name": "fldGPrN43MzUsp7w5",
                "type": "text",
                "label": "companyIndustry"
              },
              {
                "name": "flddcRHhYtJCFKlXx",
                "type": "text",
                "label": "about"
              },
              {
                "name": "fldJS4i8KEZVMU6lu",
                "type": "text",
                "label": "mobileNumber"
              },
              {
                "name": "fld1CXburK69iu0p4",
                "type": "number",
                "label": "currentJobDurationInYrs"
              },
              {
                "name": "fldpSe7schTiwsaHt",
                "type": "text",
                "label": "profilePicHighQuality"
              },
              {
                "name": "fld0e8MOzk7mbqA86",
                "type": "text",
                "label": "ProfileCountry"
              },
              {
                "name": "fld1QBa4aHwPfxT2e",
                "type": "text",
                "label": "company_description"
              },
              {
                "name": "fldA7f1wT28qy1vsT",
                "type": "text",
                "label": "company_size"
              }
            ]
          }
        ],
        "interface": [
          {
            "name": "id",
            "type": "text",
            "label": "ID"
          },
          {
            "name": "createdTime",
            "type": "date",
            "label": "Created Time"
          },
          {
            "name": "connected_at",
            "label": "connected_at",
            "type": "text",
            "multiline": true
          },
          {
            "name": "Eingetragen",
            "label": "Eingetragen",
            "type": "text",
            "multiline": true
          },
          {
            "name": "extracted_at",
            "label": "extracted_at",
            "type": "date",
            "time": false
          },
          {
            "name": "first_name",
            "label": "first_name",
            "type": "text"
          },
          {
            "name": "full_name",
            "label": "full_name",
            "type": "text",
            "multiline": true
          },
          {
            "name": "handle",
            "label": "handle",
            "type": "text",
            "multiline": true
          },
          {
            "name": "start_url",
            "label": "start_url",
            "type": "text"
          },
          {
            "name": "Kopie von start_url",
            "label": "Kopie von start_url",
            "type": "text"
          },
          {
            "name": "headline",
            "label": "headline",
            "type": "text",
            "multiline": true
          },
          {
            "name": "img_url",
            "label": "img_url",
            "type": "text",
            "multiline": true
          },
          {
            "name": "job_title",
            "label": "job_title",
            "type": "text",
            "multiline": true
          },
          {
            "name": "Duplikate Entfernen",
            "label": "Duplikate Entfernen",
            "type": "text",
            "multiline": true
          },
          {
            "name": "last_name",
            "label": "last_name",
            "type": "text",
            "multiline": true
          },
          {
            "name": "linkedin_profile_handle",
            "label": "linkedin_profile_handle",
            "type": "text",
            "multiline": true
          },
          {
            "name": "linkedin_profile_id",
            "label": "linkedin_profile_id",
            "type": "text",
            "multiline": true
          },
          {
            "name": "linkedin_profile_url",
            "label": "linkedin_profile_url",
            "type": "text",
            "multiline": true
          },
          {
            "name": "profile_id",
            "label": "profile_id",
            "type": "text",
            "multiline": true
          },
          {
            "name": "profile_image_url",
            "label": "profile_image_url",
            "type": "text",
            "multiline": true
          },
          {
            "name": "profile_url",
            "label": "profile_url",
            "type": "text",
            "multiline": true
          },
          {
            "name": "sales_navigator_profile_id",
            "label": "sales_navigator_profile_id",
            "type": "text",
            "multiline": true
          },
          {
            "name": "title",
            "label": "title",
            "type": "text",
            "multiline": true
          },
          {
            "name": "Eingeladen",
            "label": "Eingeladen",
            "type": "text"
          },
          {
            "name": "Nachrichten",
            "label": "Nachrichten",
            "type": "text",
            "multiline": true
          },
          {
            "name": "urn",
            "label": "urn",
            "type": "text"
          },
          {
            "name": "publicIdentifier",
            "label": "publicIdentifier",
            "type": "text"
          },
          {
            "name": "email",
            "label": "email",
            "type": "text"
          },
          {
            "name": "topSkillsByEndorsements",
            "label": "topSkillsByEndorsements",
            "type": "text"
          },
          {
            "name": "connections",
            "label": "connections",
            "type": "number"
          },
          {
            "name": "followers",
            "label": "followers",
            "type": "number"
          },
          {
            "name": "addressWithCountry",
            "label": "addressWithCountry",
            "type": "text"
          },
          {
            "name": "currentJobDuration",
            "label": "currentJobDuration",
            "type": "text"
          },
          {
            "name": "companyName",
            "label": "companyName",
            "type": "text"
          },
          {
            "name": "companyIndustry",
            "label": "companyIndustry",
            "type": "text"
          },
          {
            "name": "about",
            "label": "about",
            "type": "text",
            "multiline": true
          },
          {
            "name": "mobileNumber",
            "label": "mobileNumber",
            "type": "text"
          },
          {
            "name": "currentJobDurationInYrs",
            "label": "currentJobDurationInYrs",
            "type": "number"
          },
          {
            "name": "profilePicHighQuality",
            "label": "profilePicHighQuality",
            "type": "text"
          },
          {
            "name": "ProfileCountry",
            "label": "ProfileCountry",
            "type": "text"
          },
          {
            "name": "company_description",
            "label": "company_description",
            "type": "text"
          },
          {
            "name": "company_size",
            "label": "company_size",
            "type": "text"
          }
        ]
      }
    }
  ],
  "metadata": {
    "instant": false,
    "version": 1,
    "scenario": {
      "roundtrips": 1,
      "maxErrors": 3,
      "autoCommit": true,
      "autoCommitTriggerLast": true,
      "sequential": false,
      "slots": null,
      "confidential": false,
      "dataloss": false,
      "dlq": true,
      "freshVariables": false
    },
    "designer": {
      "orphans": []
    },
    "zone": "eu1.make.com",
    "notes": []
  }
}