{
  "code": "OK",
  "response": {
    "blueprint": {
      "flow": [
        {
          "id": 1,
          "mapper": {},
          "module": "google-sheets:watchRows",
          "version": 2,
          "metadata": {
            "restore": {
              "parameters": {
                "from": {
                  "label": "My Drive"
                },
                "mode": {
                  "label": "Search by path"
                },
                "sheetId": {
                  "label": "Sheet1"
                },
                "__IMTCONN__": {
                  "data": {
                    "scoped": "true",
                    "connection": "google"
                  },
                  "label": "My Google connection (l.govender@make.com)"
                },
                "spreadsheetId": {
                  "path": [
                    "App partner templates (last template reviewed)"
                  ]
                },
                "includesHeaders": {
                  "label": "Yes"
                },
                "valueRenderOption": {
                  "mode": "chose",
                  "label": "Formatted value"
                },
                "dateTimeRenderOption": {
                  "mode": "chose",
                  "label": "Formatted string"
                }
              }
            },
            "designer": {
              "x": 300,
              "y": 0
            },
            "interface": [
              {
                "name": "__ROW_NUMBER__",
                "type": "number",
                "label": "Row number"
              },
              {
                "name": "__SPREADSHEET_ID__",
                "type": "text",
                "label": "Spreadsheet ID"
              },
              {
                "name": "__SHEET__",
                "type": "text",
                "label": "Sheet"
              },
              {
                "name": "0",
                "type": "text",
                "label": "Date (A)"
              },
              {
                "name": "1",
                "type": "text",
                "label": "Zone EU1 (B)"
              },
              {
                "name": "2",
                "type": "text",
                "label": "Zone US1 (C)"
              },
              {
                "name": "3",
                "type": "text",
                "label": "Zone Celonis ent EU1 (D)"
              },
              {
                "name": "4",
                "type": "text",
                "label": "Zone Celonis ent US1 (E)"
              },
              {
                "name": "5",
                "type": "text",
                "label": "Zone makerunsmake (F)"
              },
              {
                "name": "6",
                "type": "text",
                "label": "Zone EU2 (G)"
              },
              {
                "name": "7",
                "type": "text",
                "label": "Zone US2 (H)"
              },
              {
                "name": "8",
                "type": "text",
                "label": "Monday board (I)"
              },
              {
                "name": "9",
                "type": "text",
                "label": "(J)"
              },
              {
                "name": "10",
                "type": "text",
                "label": "(K)"
              },
              {
                "name": "11",
                "type": "text",
                "label": "(L)"
              },
              {
                "name": "12",
                "type": "text",
                "label": "(M)"
              },
              {
                "name": "13",
                "type": "text",
                "label": "(N)"
              },
              {
                "name": "14",
                "type": "text",
                "label": "(O)"
              },
              {
                "name": "15",
                "type": "text",
                "label": "(P)"
              },
              {
                "name": "16",
                "type": "text",
                "label": "(Q)"
              },
              {
                "name": "17",
                "type": "text",
                "label": "(R)"
              },
              {
                "name": "18",
                "type": "text",
                "label": "(S)"
              },
              {
                "name": "19",
                "type": "text",
                "label": "(T)"
              },
              {
                "name": "20",
                "type": "text",
                "label": "(U)"
              },
              {
                "name": "21",
                "type": "text",
                "label": "(V)"
              },
              {
                "name": "22",
                "type": "text",
                "label": "(W)"
              },
              {
                "name": "23",
                "type": "text",
                "label": "(X)"
              },
              {
                "name": "24",
                "type": "text",
                "label": "(Y)"
              },
              {
                "name": "25",
                "type": "text",
                "label": "(Z)"
              }
            ],
            "parameters": [
              {
                "name": "__IMTCONN__",
                "type": "account:google",
                "label": "Connection",
                "required": true
              },
              {
                "name": "mode",
                "type": "select",
                "label": "Search Method",
                "required": true,
                "validate": {
                  "enum": [
                    "select",
                    "fromAll",
                    "map"
                  ]
                }
              },
              {
                "name": "includesHeaders",
                "type": "select",
                "label": "Table contains headers",
                "required": true,
                "validate": {
                  "enum": [
                    true,
                    false
                  ]
                }
              },
              {
                "name": "limit",
                "type": "uinteger",
                "label": "Limit",
                "required": true
              },
              {
                "name": "valueRenderOption",
                "type": "select",
                "label": "Value render option",
                "validate": {
                  "enum": [
                    "FORMATTED_VALUE",
                    "UNFORMATTED_VALUE",
                    "FORMULA"
                  ]
                }
              },
              {
                "name": "dateTimeRenderOption",
                "type": "select",
                "label": "Date and time render option",
                "validate": {
                  "enum": [
                    "SERIAL_NUMBER",
                    "FORMATTED_STRING"
                  ]
                }
              },
              {
                "name": "from",
                "type": "select",
                "label": "Drive",
                "required": true,
                "validate": {
                  "enum": [
                    "drive",
                    "share",
                    "team"
                  ]
                }
              },
              {
                "name": "spreadsheetId",
                "type": "file",
                "label": "Spreadsheet ID",
                "required": true
              },
              {
                "name": "sheetId",
                "type": "select",
                "label": "Sheet Name",
                "required": true
              },
              {
                "name": "tableFirstRow",
                "type": "text",
                "label": "Row with headers",
                "required": true
              }
            ]
          },
          "parameters": {
            "from": "drive",
            "mode": "select",
            "limit": 2,
            "sheetId": "Sheet1",
            "spreadsheetId": "/1OBN2px7hcLH4AEaw2p08dU5g3Ti_prtpzSLfLgpa3XQ",
            "tableFirstRow": "A1:Z1",
            "includesHeaders": true,
            "valueRenderOption": "FORMATTED_VALUE",
            "dateTimeRenderOption": "FORMATTED_STRING"
          }
        },
        {
          "id": 2,
          "mapper": {
            "role": "user",
            "message": "You are a pro content creator.\n\nCreate an engaging article of exactly {number}words, incorporating the phrase {phrase} exactly once within the content for a Google my Business post.\n\nTitle: {title}\nContext: {context}\n\u200b",
            "assistantId": "asst_VzgdJgkfWRhbEoaNQ1H2ruJm"
          },
          "module": "openai-gpt-3:messageAssistantAdvanced",
          "version": 1,
          "metadata": {
            "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"
              }
            ],
            "restore": {
              "expect": {
                "role": {
                  "label": "User"
                },
                "model": {
                  "mode": "chose"
                },
                "tools": {
                  "mode": "chose"
                },
                "image_urls": {
                  "mode": "chose"
                },
                "assistantId": {
                  "mode": "chose",
                  "label": "Financial Analyst Assistant (gpt-4o)",
                  "nested": []
                },
                "image_files": {
                  "mode": "chose"
                },
                "tool_choice": {
                  "mode": "chose",
                  "label": "Empty"
                },
                "response_format": {
                  "mode": "chose",
                  "label": "Empty"
                },
                "truncation_strategy": {
                  "mode": "chose",
                  "label": "Empty"
                },
                "file_search_resources": {
                  "mode": "chose"
                },
                "code_interpreter_resources": {
                  "mode": "chose"
                }
              },
              "parameters": {
                "__IMTCONN__": {
                  "data": {
                    "scoped": "true",
                    "connection": "openai-gpt-3"
                  },
                  "label": "Make Ent GPT4"
                }
              }
            },
            "designer": {
              "x": 600,
              "y": 0
            },
            "parameters": [
              {
                "name": "__IMTCONN__",
                "type": "account:openai-gpt-3",
                "label": "Connection",
                "required": true
              }
            ]
          },
          "parameters": {}
        },
        {
          "id": 3,
          "mapper": {
            "path": "{linked}.jpg",
            "select": "map",
            "settings": {}
          },
          "module": "dropbox:createShareLink",
          "version": 5,
          "metadata": {
            "expect": [
              {
                "name": "select",
                "type": "select",
                "label": "Way of selecting files",
                "required": true,
                "validate": {
                  "enum": [
                    "map",
                    "file"
                  ]
                }
              },
              {
                "name": "settings",
                "spec": [
                  {
                    "name": "access",
                    "type": "select",
                    "label": "Link's Access Level",
                    "validate": {
                      "enum": [
                        "viewer",
                        "editor",
                        "max"
                      ]
                    }
                  },
                  {
                    "name": "expires",
                    "time": true,
                    "type": "date",
                    "label": "Link's Expiration Date"
                  },
                  {
                    "name": "require_password",
                    "type": "boolean",
                    "label": "Require Password"
                  },
                  {
                    "name": "link_password",
                    "type": "text",
                    "label": "Link's Password"
                  },
                  {
                    "name": "allow_download",
                    "type": "boolean",
                    "label": "Allow Download"
                  },
                  {
                    "name": "requested_visibility",
                    "type": "select",
                    "label": "Requested Visibility (Deprecated)",
                    "validate": {
                      "enum": [
                        "public",
                        "team_only",
                        "password"
                      ]
                    }
                  }
                ],
                "type": "collection",
                "label": "Settings"
              },
              {
                "name": "path",
                "type": "text",
                "label": "File Path",
                "required": true
              }
            ],
            "restore": {
              "expect": {
                "select": {
                  "label": "Map a file/folder path"
                },
                "settings": {
                  "nested": {
                    "access": {
                      "mode": "chose",
                      "label": "Empty"
                    },
                    "allow_download": {
                      "mode": "chose"
                    },
                    "require_password": {
                      "mode": "chose"
                    },
                    "requested_visibility": {
                      "mode": "chose",
                      "label": "Empty"
                    }
                  }
                }
              },
              "parameters": {
                "__IMTCONN__": {
                  "data": {
                    "scoped": "true",
                    "connection": "dropbox"
                  },
                  "label": "My Dropbox connection (lwgovender7@gmail.com)"
                }
              }
            },
            "designer": {
              "x": 900,
              "y": 0
            },
            "parameters": [
              {
                "name": "__IMTCONN__",
                "type": "account:dropbox",
                "label": "Connection",
                "required": true
              }
            ]
          },
          "parameters": {}
        },
        {
          "id": 4,
          "mapper": {
            "media": [
              {
                "sourceUrl": "{{3.downloadUrl}}"
              }
            ],
            "title": "{{1.`0`}}",
            "summary": "{{2.result}}"
          },
          "module": "google-my-business:createAPost",
          "version": 1,
          "metadata": {
            "designer": {
              "x": 1200,
              "y": 0
            }
          }
        }
      ],
      "name": "Create and share Google My Business posts with Dropbox links and OpenAI assistance",
      "metadata": {
        "instant": false,
        "version": 1,
        "designer": {
          "orphans": []
        },
        "scenario": {
          "dlq": false,
          "slots": null,
          "dataloss": false,
          "maxErrors": 3,
          "autoCommit": true,
          "roundtrips": 1,
          "sequential": false,
          "confidential": false,
          "freshVariables": false,
          "autoCommitTriggerLast": true
        }
      }
    },
    "scheduling": {
      "type": "indefinitely",
      "interval": 900
    },
    "concept": false,
    "created": "2025-10-08T10:46:04.299Z",
    "last_edit": "2025-10-08T10:46:04.299Z",
    "metadata": {
      "input_spec": [],
      "output_spec": []
    },
    "idSequence": 5
  }
}