{
    "name": "Mail sendet bei Rechung (GPT Zusammenfassung) eine Nachricht an Telegram (copy)",
    "flow": [
        {
            "id": 11,
            "module": "email:TriggerNewEmail",
            "version": 7,
            "parameters": {
                "to": "",
                "from": "",
                "text": "",
                "folder": "INBOX",
                "account": 6068640,
                "subject": "",
                "criteria": "UNSEEN",
                "markSeen": false,
                "maxResults": 1
            },
            "mapper": {},
            "metadata": {
                "designer": {
                    "x": -315,
                    "y": -145
                },
                "restore": {
                    "parameters": {
                        "folder": {
                            "path": [
                                "INBOX"
                            ]
                        },
                        "account": {
                            "data": {
                                "scoped": "true",
                                "connection": "imap"
                            },
                            "label": "GAPROSO IMAP (IMAP info@gaproso.de)"
                        },
                        "criteria": {
                            "label": "Only Unread emails"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "account",
                        "type": "account:imap,google-restricted,microsoft-smtp-imap",
                        "label": "Connection",
                        "required": true
                    },
                    {
                        "name": "criteria",
                        "type": "select",
                        "label": "Criteria",
                        "required": true,
                        "validate": {
                            "enum": [
                                "ALL",
                                "SEEN",
                                "UNSEEN"
                            ]
                        }
                    },
                    {
                        "name": "from",
                        "type": "email",
                        "label": "Sender email address"
                    },
                    {
                        "name": "to",
                        "type": "email",
                        "label": "Recipient email address"
                    },
                    {
                        "name": "subject",
                        "type": "text",
                        "label": "Subject"
                    },
                    {
                        "name": "text",
                        "type": "text",
                        "label": "Phrase"
                    },
                    {
                        "name": "markSeen",
                        "type": "boolean",
                        "label": "Mark message(s) as read when fetched"
                    },
                    {
                        "name": "maxResults",
                        "type": "number",
                        "label": "Maximum number of results"
                    },
                    {
                        "name": "folder",
                        "type": "folder",
                        "label": "Folder",
                        "required": true
                    }
                ]
            }
        },
        {
            "id": 15,
            "module": "email:FeedAttachments",
            "version": 7,
            "parameters": {},
            "filter": null,
            "mapper": {
                "array": "{{11.attachments}}"
            },
            "metadata": {
                "designer": {
                    "x": -8,
                    "y": -366
                },
                "expect": [
                    {
                        "name": "array",
                        "spec": [],
                        "type": "array"
                    }
                ],
                "relative": 11
            }
        },
        {
            "id": 17,
            "module": "anthropic-claude:createAMessage",
            "version": 1,
            "parameters": {
                "__IMTCONN__": 5944169
            },
            "mapper": {
                "model": "claude-sonnet-4-6",
                "messages": [
                    {
                        "role": "user",
                        "content": "Du bist ein Assistent der Rechnungen aus E-Mails erkennt \nund strukturiert zusammenfasst. Antworte ausschließlich \nim vorgegebenen Format.\n\nAbsender: {{11.from.address}}\nBetreff: {{11.subject}}\n\nPrüfe die PDF-Anlage ob es eine Rechnung ist.\n\nWenn JA, antworte genau so:\n🧾 RECHNUNG\nVon: [Absender/Firma]\nBetrag: [Betrag inkl. MwSt]\nDatum: [Rechnungsdatum]\nFällig: [Fälligkeitsdatum falls vorhanden]\nBetreff: [Kurzbeschreibung wofür]\n\nWenn NEIN, antworte nur:\nKEIN_BELEG",
                        "inputType": "single"
                    },
                    {
                        "role": "user",
                        "content": [
                            {
                                "type": "document",
                                "pdfFileData": "{{15.data}}",
                                "pdfFileName": "{{15.fileName}}"
                            }
                        ],
                        "inputType": "multiple"
                    }
                ],
                "metadata": {},
                "thinking": {
                    "type": "disabled"
                },
                "container": {},
                "max_tokens": "1000",
                "temperature": "1",
                "outputFormat": {
                    "type": "text"
                }
            },
            "metadata": {
                "designer": {
                    "x": 377,
                    "y": -387
                },
                "restore": {
                    "expect": {
                        "model": {
                            "mode": "chose",
                            "label": "Claude Sonnet 4.6",
                            "nested": [
                                {
                                    "help": "Controls how eager Claude is about spending tokens when responding to requests. By default, Claude uses maximum effort, which is equivalent to `High`. For details, see the [Anthropic Claude Effort guide](https://platform.claude.com/docs/en/build-with-claude/effort).",
                                    "name": "effort",
                                    "type": "select",
                                    "label": "Effort Level",
                                    "options": [
                                        {
                                            "label": "Low",
                                            "value": "low"
                                        },
                                        {
                                            "label": "Medium",
                                            "value": "medium"
                                        },
                                        {
                                            "label": "High",
                                            "value": "high"
                                        }
                                    ]
                                }
                            ]
                        },
                        "effort": {
                            "mode": "chose",
                            "label": "Empty"
                        },
                        "messages": {
                            "mode": "chose",
                            "items": [
                                {
                                    "role": {
                                        "mode": "chose",
                                        "label": "User"
                                    },
                                    "inputType": {
                                        "mode": "chose",
                                        "label": "Single string"
                                    }
                                },
                                {
                                    "role": {
                                        "mode": "chose",
                                        "label": "User"
                                    },
                                    "content": {
                                        "mode": "chose",
                                        "items": [
                                            {
                                                "type": {
                                                    "mode": "chose",
                                                    "label": "PDF document"
                                                }
                                            }
                                        ]
                                    },
                                    "inputType": {
                                        "mode": "chose",
                                        "label": "Multiple content blocks"
                                    }
                                }
                            ]
                        },
                        "thinking": {
                            "nested": {
                                "type": {
                                    "mode": "chose",
                                    "label": "Disabled"
                                }
                            }
                        },
                        "container": {
                            "nested": {
                                "skills": {
                                    "mode": "chose"
                                }
                            }
                        },
                        "outputFormat": {
                            "nested": {
                                "type": {
                                    "mode": "chose",
                                    "label": "Text"
                                }
                            }
                        },
                        "stop_sequences": {
                            "mode": "chose"
                        },
                        "additionalParameters": {
                            "mode": "chose"
                        }
                    },
                    "parameters": {
                        "__IMTCONN__": {
                            "data": {
                                "scoped": "true",
                                "connection": "anthropic-claude"
                            },
                            "label": "make-consulting"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "__IMTCONN__",
                        "type": "account:anthropic-claude",
                        "label": "Connection",
                        "required": true
                    }
                ],
                "expect": [
                    {
                        "name": "model",
                        "type": "select",
                        "label": "Model",
                        "required": true
                    },
                    {
                        "name": "max_tokens",
                        "type": "uinteger",
                        "label": "Max Tokens",
                        "required": true
                    },
                    {
                        "name": "messages",
                        "spec": {
                            "name": "value",
                            "spec": [
                                {
                                    "name": "role",
                                    "type": "select",
                                    "label": "Role",
                                    "options": [
                                        {
                                            "label": "User",
                                            "value": "user",
                                            "nested": [
                                                {
                                                    "name": "inputType",
                                                    "type": "select",
                                                    "label": "Input Type",
                                                    "default": "multiple",
                                                    "options": [
                                                        {
                                                            "label": "Single string",
                                                            "value": "single",
                                                            "nested": [
                                                                {
                                                                    "help": "If the request ends with an assistant turn, then the response content will continue directly from that last turn.",
                                                                    "name": "content",
                                                                    "type": "text",
                                                                    "label": "Content",
                                                                    "required": true
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "label": "Multiple content blocks",
                                                            "value": "multiple",
                                                            "nested": [
                                                                {
                                                                    "name": "content",
                                                                    "spec": {
                                                                        "spec": [
                                                                            {
                                                                                "help": "For models that support image content blocks (vision), see the [Anthropic model comparison table](https://docs.anthropic.com/en/docs/about-claude/models#model-comparison-table).",
                                                                                "name": "type",
                                                                                "type": "select",
                                                                                "label": "Type",
                                                                                "options": [
                                                                                    {
                                                                                        "label": "Text",
                                                                                        "value": "text",
                                                                                        "nested": [
                                                                                            {
                                                                                                "help": "Content of the message on behalf of the selected **Role** .",
                                                                                                "name": "text",
                                                                                                "type": "text",
                                                                                                "label": "Text",
                                                                                                "required": true
                                                                                            }
                                                                                        ]
                                                                                    },
                                                                                    {
                                                                                        "label": "Image",
                                                                                        "value": "image",
                                                                                        "nested": [
                                                                                            {
                                                                                                "name": "source",
                                                                                                "spec": [
                                                                                                    {
                                                                                                        "help": "File name, including the extension, for example, `image.jpg`.",
                                                                                                        "name": "filename",
                                                                                                        "type": "filename",
                                                                                                        "label": "Filename",
                                                                                                        "required": true,
                                                                                                        "semantic": "file:name",
                                                                                                        "extension": [
                                                                                                            "jpeg",
                                                                                                            "jpg",
                                                                                                            "png",
                                                                                                            "gif",
                                                                                                            "webp"
                                                                                                        ]
                                                                                                    },
                                                                                                    {
                                                                                                        "help": "Binary data of the image. For example, you can retrieve the binary data of your image using the **HTTP: Get a file** module.",
                                                                                                        "name": "data",
                                                                                                        "type": "buffer",
                                                                                                        "label": "Data",
                                                                                                        "required": true,
                                                                                                        "semantic": "file:data"
                                                                                                    }
                                                                                                ],
                                                                                                "type": "collection",
                                                                                                "label": "Source",
                                                                                                "required": true
                                                                                            }
                                                                                        ]
                                                                                    },
                                                                                    {
                                                                                        "label": "PDF document",
                                                                                        "value": "document",
                                                                                        "nested": [
                                                                                            {
                                                                                                "name": "pdfFileName",
                                                                                                "type": "filename",
                                                                                                "label": "Filename",
                                                                                                "required": true,
                                                                                                "semantic": "file:name",
                                                                                                "extension": [
                                                                                                    "pdf"
                                                                                                ]
                                                                                            },
                                                                                            {
                                                                                                "name": "pdfFileData",
                                                                                                "type": "buffer",
                                                                                                "label": "Data",
                                                                                                "required": true,
                                                                                                "semantic": "file:data"
                                                                                            }
                                                                                        ]
                                                                                    },
                                                                                    {
                                                                                        "label": "Tool result",
                                                                                        "value": "tool_result",
                                                                                        "nested": [
                                                                                            {
                                                                                                "name": "tool_use_id",
                                                                                                "type": "text",
                                                                                                "label": "Tool Use ID",
                                                                                                "required": true
                                                                                            },
                                                                                            {
                                                                                                "name": "inputType",
                                                                                                "type": "select",
                                                                                                "label": "Input Type",
                                                                                                "default": "single",
                                                                                                "options": [
                                                                                                    {
                                                                                                        "label": "Single string",
                                                                                                        "value": "single",
                                                                                                        "nested": [
                                                                                                            {
                                                                                                                "help": "If the request ends with an assistant turn, then the response content will continue directly from that last turn.",
                                                                                                                "name": "content",
                                                                                                                "type": "text",
                                                                                                                "label": "Content",
                                                                                                                "required": true
                                                                                                            }
                                                                                                        ]
                                                                                                    },
                                                                                                    {
                                                                                                        "label": "Multiple content blocks",
                                                                                                        "value": "multiple",
                                                                                                        "nested": [
                                                                                                            {
                                                                                                                "name": "content",
                                                                                                                "spec": {
                                                                                                                    "spec": [
                                                                                                                        {
                                                                                                                            "help": "For models that support image content blocks (vision), see the [Anthropic model comparison table](https://docs.anthropic.com/en/docs/about-claude/models#model-comparison-table).",
                                                                                                                            "name": "type",
                                                                                                                            "type": "select",
                                                                                                                            "label": "Type",
                                                                                                                            "options": [
                                                                                                                                {
                                                                                                                                    "label": "Text",
                                                                                                                                    "value": "text",
                                                                                                                                    "nested": [
                                                                                                                                        {
                                                                                                                                            "help": "Content of the message on behalf of the selected **Role** .",
                                                                                                                                            "name": "text",
                                                                                                                                            "type": "text",
                                                                                                                                            "label": "Text",
                                                                                                                                            "required": true
                                                                                                                                        }
                                                                                                                                    ]
                                                                                                                                },
                                                                                                                                {
                                                                                                                                    "label": "Image",
                                                                                                                                    "value": "image",
                                                                                                                                    "nested": [
                                                                                                                                        {
                                                                                                                                            "name": "source",
                                                                                                                                            "spec": [
                                                                                                                                                {
                                                                                                                                                    "help": "File name, including the extension, for example, `image.jpg`.",
                                                                                                                                                    "name": "filename",
                                                                                                                                                    "type": "filename",
                                                                                                                                                    "label": "Filename",
                                                                                                                                                    "required": true,
                                                                                                                                                    "semantic": "file:name",
                                                                                                                                                    "extension": [
                                                                                                                                                        "jpeg",
                                                                                                                                                        "jpg",
                                                                                                                                                        "png",
                                                                                                                                                        "gif",
                                                                                                                                                        "webp"
                                                                                                                                                    ]
                                                                                                                                                },
                                                                                                                                                {
                                                                                                                                                    "help": "Binary data of the image. For example, you can retrieve the binary data of your image using the **HTTP: Get a file** module.",
                                                                                                                                                    "name": "data",
                                                                                                                                                    "type": "buffer",
                                                                                                                                                    "label": "Data",
                                                                                                                                                    "required": true,
                                                                                                                                                    "semantic": "file:data"
                                                                                                                                                }
                                                                                                                                            ],
                                                                                                                                            "type": "collection",
                                                                                                                                            "label": "Source",
                                                                                                                                            "required": true
                                                                                                                                        }
                                                                                                                                    ]
                                                                                                                                },
                                                                                                                                {
                                                                                                                                    "label": "PDF document",
                                                                                                                                    "value": "document",
                                                                                                                                    "nested": [
                                                                                                                                        {
                                                                                                                                            "name": "pdfFileName",
                                                                                                                                            "type": "filename",
                                                                                                                                            "label": "Filename",
                                                                                                                                            "required": true,
                                                                                                                                            "semantic": "file:name",
                                                                                                                                            "extension": [
                                                                                                                                                "pdf"
                                                                                                                                            ]
                                                                                                                                        },
                                                                                                                                        {
                                                                                                                                            "name": "pdfFileData",
                                                                                                                                            "type": "buffer",
                                                                                                                                            "label": "Data",
                                                                                                                                            "required": true,
                                                                                                                                            "semantic": "file:data"
                                                                                                                                        }
                                                                                                                                    ]
                                                                                                                                }
                                                                                                                            ],
                                                                                                                            "required": true
                                                                                                                        }
                                                                                                                    ],
                                                                                                                    "type": "collection",
                                                                                                                    "label": "Content"
                                                                                                                },
                                                                                                                "type": "array",
                                                                                                                "label": "Content",
                                                                                                                "labels": {
                                                                                                                    "add": "Add content"
                                                                                                                },
                                                                                                                "required": true
                                                                                                            }
                                                                                                        ]
                                                                                                    }
                                                                                                ],
                                                                                                "mappable": false,
                                                                                                "required": true
                                                                                            }
                                                                                        ]
                                                                                    }
                                                                                ],
                                                                                "required": true
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Content"
                                                                    },
                                                                    "type": "array",
                                                                    "label": "Content",
                                                                    "labels": {
                                                                        "add": "Add content"
                                                                    },
                                                                    "required": true
                                                                }
                                                            ]
                                                        }
                                                    ],
                                                    "mappable": false,
                                                    "required": true
                                                }
                                            ]
                                        },
                                        {
                                            "label": "Assistant",
                                            "value": "assistant",
                                            "nested": [
                                                {
                                                    "name": "inputType",
                                                    "type": "select",
                                                    "label": "Input Type",
                                                    "default": "single",
                                                    "options": [
                                                        {
                                                            "label": "Single string",
                                                            "value": "single",
                                                            "nested": [
                                                                {
                                                                    "help": "If the request ends with an assistant turn, then the response content will continue directly from that last turn.",
                                                                    "name": "content",
                                                                    "type": "text",
                                                                    "label": "Content",
                                                                    "required": true
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "label": "Multiple content blocks",
                                                            "value": "multiple",
                                                            "nested": [
                                                                {
                                                                    "name": "content",
                                                                    "spec": {
                                                                        "spec": [
                                                                            {
                                                                                "help": "For models that support image content blocks (vision), see the [Anthropic model comparison table](https://docs.anthropic.com/en/docs/about-claude/models#model-comparison-table).",
                                                                                "name": "type",
                                                                                "type": "select",
                                                                                "label": "Type",
                                                                                "options": [
                                                                                    {
                                                                                        "label": "Text",
                                                                                        "value": "text",
                                                                                        "nested": [
                                                                                            {
                                                                                                "help": "Content of the message on behalf of the selected **Role** .",
                                                                                                "name": "text",
                                                                                                "type": "text",
                                                                                                "label": "Text",
                                                                                                "required": true
                                                                                            }
                                                                                        ]
                                                                                    },
                                                                                    {
                                                                                        "label": "Tool use",
                                                                                        "value": "tool_use",
                                                                                        "nested": [
                                                                                            {
                                                                                                "name": "id",
                                                                                                "type": "text",
                                                                                                "label": "Tool ID",
                                                                                                "required": true
                                                                                            },
                                                                                            {
                                                                                                "name": "name",
                                                                                                "type": "text",
                                                                                                "label": "Name",
                                                                                                "required": true
                                                                                            },
                                                                                            {
                                                                                                "help": "To map a value from a previous module, follow the syntax `{{1.id}}`.",
                                                                                                "name": "input",
                                                                                                "type": "editor",
                                                                                                "label": "Tool input",
                                                                                                "editor": "monaco",
                                                                                                "default": "{}",
                                                                                                "language": "json",
                                                                                                "required": true
                                                                                            }
                                                                                        ]
                                                                                    }
                                                                                ],
                                                                                "required": true
                                                                            }
                                                                        ],
                                                                        "type": "collection",
                                                                        "label": "Content"
                                                                    },
                                                                    "type": "array",
                                                                    "label": "Content",
                                                                    "labels": {
                                                                        "add": "Add content"
                                                                    },
                                                                    "required": true
                                                                }
                                                            ]
                                                        }
                                                    ],
                                                    "mappable": false,
                                                    "required": true
                                                }
                                            ]
                                        }
                                    ],
                                    "required": true
                                }
                            ],
                            "type": "collection",
                            "label": "Message"
                        },
                        "type": "array",
                        "label": "Messages",
                        "required": true
                    },
                    {
                        "name": "thinking",
                        "spec": [
                            {
                                "name": "type",
                                "type": "select",
                                "label": "Type",
                                "validate": {
                                    "enum": [
                                        "enabled",
                                        "disabled"
                                    ]
                                }
                            }
                        ],
                        "type": "collection",
                        "label": "Extended Thinking"
                    },
                    {
                        "name": "container",
                        "spec": [
                            {
                                "name": "id",
                                "type": "text",
                                "label": "Container ID"
                            },
                            {
                                "name": "skills",
                                "spec": {
                                    "name": "value",
                                    "spec": [
                                        {
                                            "name": "type",
                                            "type": "select",
                                            "label": "Type",
                                            "options": {
                                                "store": [
                                                    {
                                                        "label": "Custom",
                                                        "value": "custom"
                                                    },
                                                    {
                                                        "label": "Anthropic",
                                                        "value": "anthropic"
                                                    }
                                                ]
                                            },
                                            "required": true
                                        }
                                    ],
                                    "type": "collection",
                                    "label": "Skill"
                                },
                                "type": "array",
                                "label": "Skills",
                                "validate": {
                                    "maxItems": 8
                                }
                            }
                        ],
                        "type": "collection",
                        "label": "Container"
                    },
                    {
                        "name": "system",
                        "type": "text",
                        "label": "System Prompt"
                    },
                    {
                        "name": "metadata",
                        "spec": [
                            {
                                "name": "user_id",
                                "type": "text",
                                "label": "User ID"
                            }
                        ],
                        "type": "collection",
                        "label": "Metadata"
                    },
                    {
                        "name": "stop_sequences",
                        "spec": {
                            "name": "value",
                            "type": "text",
                            "label": "Stop Sequence"
                        },
                        "type": "array",
                        "label": "Stop Sequences"
                    },
                    {
                        "name": "temperature",
                        "type": "number",
                        "label": "Temperature",
                        "validate": {
                            "max": 1,
                            "min": 0
                        }
                    },
                    {
                        "name": "top_p",
                        "type": "number",
                        "label": "Top P",
                        "validate": {
                            "max": 1
                        }
                    },
                    {
                        "name": "top_k",
                        "type": "uinteger",
                        "label": "Top K"
                    },
                    {
                        "name": "outputFormat",
                        "spec": [
                            {
                                "name": "type",
                                "type": "select",
                                "label": "Type",
                                "validate": {
                                    "enum": [
                                        "text",
                                        "json_schema"
                                    ]
                                }
                            }
                        ],
                        "type": "collection",
                        "label": "Output Format"
                    },
                    {
                        "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": "Tools",
                                            "value": "tools",
                                            "nested": [
                                                {
                                                    "name": "value",
                                                    "spec": {
                                                        "type": "text",
                                                        "label": "Parameter Value"
                                                    },
                                                    "type": "array",
                                                    "label": "Parameter Values",
                                                    "labels": {
                                                        "add": "Add 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": "effort",
                        "type": "select",
                        "label": "Effort Level",
                        "validate": {
                            "enum": [
                                "low",
                                "medium",
                                "high"
                            ]
                        }
                    }
                ],
                "interface": [
                    {
                        "name": "files",
                        "spec": [
                            {
                                "name": "fileName",
                                "type": "filename",
                                "label": "File Name",
                                "semantic": "file:name"
                            },
                            {
                                "name": "fileData",
                                "type": "buffer",
                                "label": "File Data",
                                "semantic": "file:data"
                            },
                            {
                                "name": "fileId",
                                "type": "text",
                                "label": "File ID"
                            }
                        ],
                        "type": "array",
                        "label": "Files"
                    },
                    {
                        "name": "textResponse",
                        "type": "text",
                        "label": "Text Response"
                    },
                    {
                        "name": "id",
                        "type": "text",
                        "label": "Unique ID"
                    },
                    {
                        "name": "type",
                        "type": "text",
                        "label": "Type"
                    },
                    {
                        "name": "role",
                        "type": "text",
                        "label": "Role"
                    },
                    {
                        "name": "content",
                        "spec": {
                            "spec": [
                                {
                                    "name": "type",
                                    "type": "text",
                                    "label": "Type"
                                },
                                {
                                    "name": "thinking",
                                    "type": "text",
                                    "label": "Thinking"
                                },
                                {
                                    "name": "signature",
                                    "type": "text",
                                    "label": "Signature"
                                },
                                {
                                    "name": "text",
                                    "type": "text",
                                    "label": "Text"
                                },
                                {
                                    "name": "id",
                                    "type": "text",
                                    "label": "ID"
                                },
                                {
                                    "name": "name",
                                    "type": "text",
                                    "label": "Name"
                                },
                                {
                                    "name": "input",
                                    "spec": [],
                                    "type": "collection",
                                    "label": "Input"
                                }
                            ],
                            "type": "collection"
                        },
                        "type": "array",
                        "label": "Content"
                    },
                    {
                        "name": "model",
                        "type": "text",
                        "label": "Model"
                    },
                    {
                        "name": "container",
                        "spec": [
                            {
                                "name": "id",
                                "type": "text",
                                "label": "ID"
                            },
                            {
                                "name": "expires_at",
                                "type": "date",
                                "label": "Expires at"
                            },
                            {
                                "name": "skills",
                                "spec": {
                                    "spec": [
                                        {
                                            "name": "type",
                                            "type": "text",
                                            "label": "Type"
                                        },
                                        {
                                            "name": "skill_id",
                                            "type": "text",
                                            "label": "Skill ID"
                                        },
                                        {
                                            "name": "version",
                                            "type": "text",
                                            "label": "Version"
                                        }
                                    ],
                                    "type": "collection"
                                },
                                "type": "array",
                                "label": "Skills"
                            }
                        ],
                        "type": "collection",
                        "label": "Container"
                    },
                    {
                        "name": "stop_reason",
                        "type": "text",
                        "label": "Stop Reason"
                    },
                    {
                        "name": "stop_sequence",
                        "type": "text",
                        "label": "Stop Sequence"
                    },
                    {
                        "name": "usage",
                        "spec": [
                            {
                                "name": "input_tokens",
                                "type": "uinteger",
                                "label": "Input Tokens"
                            },
                            {
                                "name": "cache_creation_input_tokens",
                                "type": "number",
                                "label": "Cache Creation Input Tokens"
                            },
                            {
                                "name": "cache_read_input_tokens",
                                "type": "number",
                                "label": "Cache Read Input Tokens"
                            },
                            {
                                "name": "output_tokens",
                                "type": "uinteger",
                                "label": "Output Tokens"
                            },
                            {
                                "name": "cache_creation",
                                "spec": [
                                    {
                                        "name": "ephemeral_5m_input_tokens",
                                        "type": "number",
                                        "label": "Ephemeral 5m Input Tokens"
                                    },
                                    {
                                        "name": "ephemeral_1h_input_tokens",
                                        "type": "number",
                                        "label": "Ephemeral 1h Input Tokens"
                                    }
                                ],
                                "type": "collection",
                                "label": "Cache Creation"
                            },
                            {
                                "name": "service_tier",
                                "type": "text",
                                "label": "Service Tier"
                            },
                            {
                                "name": "server_tool_use",
                                "spec": [
                                    {
                                        "name": "web_search_requests",
                                        "type": "number",
                                        "label": "Web Search Requests"
                                    }
                                ],
                                "type": "collection",
                                "label": "Server Tool  Use"
                            }
                        ],
                        "type": "collection",
                        "label": "Usage"
                    },
                    {
                        "name": "tools",
                        "spec": [],
                        "type": "collection",
                        "label": "Tools"
                    }
                ]
            }
        },
        {
            "id": 12,
            "module": "telegram:SendReplyMessage",
            "version": 1,
            "parameters": {
                "__IMTCONN__": 6069870
            },
            "filter": {
                "name": "ist Rechnung",
                "conditions": [
                    [
                        {
                            "a": "{{17.textResponse}}",
                            "b": "KEIN BELEG",
                            "o": "text:notcontain"
                        }
                    ]
                ]
            },
            "mapper": {
                "text": "Sie haben eine Rechnung in dieser Mail:\n\nvon {{11.from.name}}\nMail: {{11.from.address}}\nBetreff: {{11.subject}} \nerhalten.\n\nRechungsinformationen\n\n{{substring(17.textResponse; 0; 3000)}}",
                "chatId": "8688252309",
                "parseMode": "",
                "replyMarkup": "",
                "messageThreadId": "",
                "replyToMessageId": "",
                "replyMarkupAssembleType": "reply_markup_enter"
            },
            "metadata": {
                "designer": {
                    "x": 865,
                    "y": -296
                },
                "restore": {
                    "expect": {
                        "parseMode": {
                            "label": "Empty"
                        },
                        "disableNotification": {
                            "mode": "chose"
                        },
                        "replyMarkupAssembleType": {
                            "label": "Enter the Reply Markup"
                        }
                    },
                    "parameters": {
                        "__IMTCONN__": {
                            "data": {
                                "scoped": "true",
                                "connection": "telegram"
                            },
                            "label": "ulfs Telegram"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "__IMTCONN__",
                        "type": "account:telegram",
                        "label": "Connection",
                        "required": true
                    }
                ],
                "expect": [
                    {
                        "name": "chatId",
                        "type": "text",
                        "label": "Chat ID",
                        "required": true
                    },
                    {
                        "name": "text",
                        "type": "text",
                        "label": "Text",
                        "required": true
                    },
                    {
                        "name": "messageThreadId",
                        "type": "number",
                        "label": "Message Thread ID"
                    },
                    {
                        "name": "parseMode",
                        "type": "select",
                        "label": "Parse Mode",
                        "validate": {
                            "enum": [
                                "Markdown",
                                "HTML"
                            ]
                        }
                    },
                    {
                        "name": "disableNotification",
                        "type": "boolean",
                        "label": "Disable Notifications"
                    },
                    {
                        "name": "disableWebPagePreview",
                        "type": "boolean",
                        "label": "Disable Link Previews"
                    },
                    {
                        "name": "replyToMessageId",
                        "type": "number",
                        "label": "Original Message ID"
                    },
                    {
                        "name": "replyMarkupAssembleType",
                        "type": "select",
                        "label": "Enter/Assemble the Reply Markup Field",
                        "validate": {
                            "enum": [
                                "reply_markup_enter",
                                "reply_markup_assemble"
                            ]
                        }
                    },
                    {
                        "name": "replyMarkup",
                        "type": "text",
                        "label": "Reply Markup"
                    }
                ]
            }
        }
    ],
    "metadata": {
        "instant": false,
        "version": 1,
        "scenario": {
            "roundtrips": 1,
            "maxErrors": 3,
            "autoCommit": true,
            "autoCommitTriggerLast": true,
            "sequential": false,
            "slots": null,
            "confidential": false,
            "dataloss": false,
            "dlq": false,
            "freshVariables": false
        },
        "designer": {
            "orphans": []
        },
        "zone": "eu1.make.com",
        "notes": []
    }
}