{ "subflows": [ { "flow": [ { "id": 6, "module": "airtable:ActionSearchRecords", "version": 3, "parameters": { "__IMTCONN__": 3143537 }, "mapper": { "base": "appyaA4mLZfgOMEgH", "table": "tblzplo3Api8Kj1Dv", "fields": [ "Email", "Website", "Search Term", "Status", "Assignee", "Location", "Geschäftsführer", "Email GF", "Name (from Location)" ], "maxRecords": "10", "useColumnId": false }, "metadata": { "designer": { "x": -211, "y": -51 }, "restore": { "expect": { "base": { "mode": "chose", "label": "Ausgelesene Mails GMaps" }, "sort": { "mode": "chose" }, "view": { "mode": "chose" }, "table": { "mode": "chose", "label": "Adressen" }, "fields": { "mode": "chose", "label": [ "Email", "Website", "Search Term", "Status", "Assignee", "Location", "Geschäftsführer", "Email GF", "Name (from Location)" ] }, "useColumnId": { "mode": "chose" } }, "parameters": { "__IMTCONN__": { "data": { "scoped": "true", "connection": "airtable3" }, "label": "My Airtable Token or Key connection (User ID: usr4Lh22ob884DnRm)" } } }, "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 } ], "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": "Email", "type": "text", "label": "Email" }, { "name": "Website", "type": "text", "label": "Website", "multiline": true }, { "name": "Search Term", "type": "text", "label": "Search Term" }, { "name": "Status", "type": "text", "label": "Status" }, { "name": "Assignee", "spec": [ { "name": "id", "type": "text", "label": "ID" }, { "name": "email", "type": "email", "label": "Email" }, { "name": "name", "type": "text", "label": "Name" } ], "type": "collection", "label": "Assignee" }, { "name": "Location", "spec": { "label": "Record ID" }, "type": "array", "label": "Location" }, { "name": "Geschäftsführer", "type": "text", "label": "Geschäftsführer" }, { "name": "Email GF", "type": "text", "label": "Email GF" }, { "name": "Name (from Location)", "type": "array", "label": "Name (from Location)" } ] } }, { "id": 2, "module": "perplexity-ai:createAChatCompletion", "version": 1, "parameters": { "__IMTCONN__": 2638772 }, "mapper": { "model": "sonar-pro", "messages": [ { "role": "user", "content": "Visit the Website of this company with the domain {{6.Website}}.\n\nResearch the CEO of the company and his or her Email Adress. Respond in a valid JSON FORMAT only. with following fields:\n\nGeschaeftsfuehrer:\nEmail:\n\nonly include these in the response mnothing else\n\nexample output: \n\n{\n \"Geschaeftsfuehrer\": \"Markus Kugler\",\n \"Email\": \"info.holding@feser-graf.de\"\n}\n\ndo not say that it is a json!\nDo not include any leading characters like: ```" } ], "max_tokens": "500" }, "metadata": { "designer": { "x": 126, "y": -40 }, "restore": { "expect": { "model": { "mode": "chose", "label": "sonar-pro" }, "messages": { "mode": "chose", "items": [ { "role": { "mode": "chose", "label": "User" } } ] }, "return_images": { "mode": "chose" }, "search_domain_filter": { "mode": "chose" }, "search_recency_filter": { "mode": "chose", "label": "Empty" }, "return_related_questions": { "mode": "chose" } }, "parameters": { "__IMTCONN__": { "data": { "scoped": "true", "connection": "perplexity-ai" }, "label": "My Perplexity connection" } } }, "parameters": [ { "name": "__IMTCONN__", "type": "account:perplexity-ai", "label": "Connection", "required": true } ], "expect": [ { "name": "model", "type": "select", "label": "Model", "required": true }, { "name": "messages", "spec": [ { "name": "content", "type": "text", "label": "Content", "required": true }, { "name": "role", "type": "select", "label": "Role", "options": [ { "label": "User", "value": "user" }, { "label": "Assistant", "value": "assistant" }, { "label": "System", "value": "system" } ], "required": true } ], "type": "array", "label": "Messages", "required": true }, { "name": "max_tokens", "type": "number", "label": "Max Tokens" }, { "name": "temperature", "type": "number", "label": "Temperature", "validate": { "max": 1.999, "min": 0 } }, { "name": "top_p", "type": "number", "label": "Top P", "validate": { "max": 1, "min": 0 } }, { "name": "top_k", "type": "number", "label": "Top K", "validate": { "max": 2048, "min": 0 } }, { "name": "presence_penalty", "type": "number", "label": "Presence Penalty", "validate": { "max": 2, "min": -2 } }, { "name": "frequency_penalty", "type": "number", "label": "Frequency Penalty", "validate": { "min": 0 } }, { "name": "search_domain_filter", "spec": { "name": "value", "type": "text" }, "type": "array", "label": "Search Domain Filter" }, { "name": "search_recency_filter", "type": "select", "label": "Search Recency Filter", "validate": { "enum": [ "month", "week", "day", "hour" ] } }, { "name": "return_images", "type": "boolean", "label": "Return Images" }, { "name": "return_related_questions", "type": "boolean", "label": "Return Related Questions" } ] } }, { "id": 3, "module": "json:ParseJSON", "version": 1, "parameters": { "type": "" }, "mapper": { "json": "{{2.choices[].message.content}}" }, "metadata": { "designer": { "x": 446, "y": -42 }, "restore": { "parameters": { "type": { "label": "Choose a data structure" } } }, "parameters": [ { "name": "type", "type": "udt", "label": "Data structure" } ], "expect": [ { "name": "json", "type": "text", "label": "JSON string", "required": true } ] } }, { "id": 8, "module": "anymailfinder:emailSearchPerson", "version": 1, "parameters": { "__IMTCONN__": 2786234 }, "mapper": { "domain": "{{6.Website}}", "full_name": "{{3.Geschaeftsfuehrer}}", "searchCriteria": "domain", "not_found_error": false, "fully_verified_only": true }, "metadata": { "designer": { "x": 765, "y": -39 }, "restore": { "expect": { "searchCriteria": { "label": "Domain" }, "fully_verified_only": { "mode": "chose", "label": "Use only Fully Verified Emails (97%+ delivery rate)" } }, "parameters": { "__IMTCONN__": { "data": { "scoped": "true", "connection": "anymailfinder" }, "label": "My Anymail finder connection (graebner@go-itc.de)" } } }, "parameters": [ { "name": "__IMTCONN__", "type": "account:anymailfinder", "label": "Connection", "required": true } ], "expect": [ { "name": "not_found_error", "type": "hidden" }, { "name": "searchCriteria", "type": "select", "label": "Search by", "required": true, "validate": { "enum": [ "domain", "companyName" ] } }, { "name": "full_name", "type": "text", "label": "Full Name" }, { "name": "first_name", "type": "text", "label": "First Name" }, { "name": "last_name", "type": "text", "label": "Last Name" }, { "name": "fully_verified_only", "type": "select", "label": "Email Verification Filter", "required": true, "validate": { "enum": [ true, false ] } }, { "name": "domain", "type": "text", "label": "Domain", "required": true } ] } }, { "id": 10, "module": "airtable:ActionUpdateRecords", "version": 3, "parameters": { "__IMTCONN__": 3143537 }, "mapper": { "id": "{{6.id}}", "base": "appyaA4mLZfgOMEgH", "table": "tblzplo3Api8Kj1Dv", "record": { "fldhp3YLC7uOEOmsQ": "{{8.results.email}}", "fldlCDNPI6MCseHnD": "{{3.Geschaeftsfuehrer}}", "fldvlncEqpZsNlyRo": {} }, "typecast": false, "useColumnId": false }, "metadata": { "designer": { "x": 1065, "y": -39 }, "restore": { "expect": { "base": { "label": "Ausgelesene Mails GMaps" }, "table": { "label": "Adressen" }, "record": { "nested": { "fldiqEIQX2txBtYJu": { "mode": "chose" }, "flduog4WxFIPXSqPr": { "mode": "edit" } } }, "typecast": { "mode": "chose" }, "useColumnId": { "mode": "chose" } }, "parameters": { "__IMTCONN__": { "data": { "scoped": "true", "connection": "airtable3" }, "label": "My Airtable Token or Key connection (User ID: usr4Lh22ob884DnRm)" } } }, "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": "id", "type": "text", "label": "Record ID", "required": true }, { "name": "record", "spec": [ { "name": "fldzsvSgrOiSf3ZP5", "type": "text", "label": "Email" }, { "name": "fldkXwTfCwx9BOiBK", "type": "text", "label": "Website" }, { "name": "fldZFfiBOzeDljVcB", "type": "text", "label": "Search Term" }, { "mode": "edit", "name": "flduog4WxFIPXSqPr", "type": "select", "label": "Status" }, { "name": "fldvlncEqpZsNlyRo", "spec": [ { "name": "id", "type": "text", "label": "ID" }, { "name": "email", "type": "email", "label": "Email" } ], "type": "collection", "label": "Assignee" }, { "name": "fldiqEIQX2txBtYJu", "spec": { "name": "value", "label": "Record ID" }, "type": "array", "label": "Location" }, { "name": "fldlCDNPI6MCseHnD", "type": "text", "label": "Geschäftsführer" }, { "name": "fldhp3YLC7uOEOmsQ", "type": "text", "label": "Email GF" } ], "type": "collection", "label": "Record" } ], "interface": [ { "name": "id", "type": "text", "label": "ID" }, { "name": "createdTime", "type": "date", "label": "Created Time" }, { "name": "Email", "type": "text", "label": "Email" }, { "name": "Website", "type": "text", "label": "Website", "multiline": true }, { "name": "Search Term", "type": "text", "label": "Search Term" }, { "name": "Status", "type": "text", "label": "Status" }, { "name": "Assignee", "spec": [ { "name": "id", "type": "text", "label": "ID" }, { "name": "email", "type": "email", "label": "Email" }, { "name": "name", "type": "text", "label": "Name" } ], "type": "collection", "label": "Assignee" }, { "name": "Location", "spec": { "label": "Record ID" }, "type": "array", "label": "Location" }, { "name": "Geschäftsführer", "type": "text", "label": "Geschäftsführer" }, { "name": "Email GF", "type": "text", "label": "Email GF" }, { "name": "Name (from Location)", "type": "array", "label": "Name (from Location)" } ] } } ] } ], "metadata": { "version": 1 } }