{
    "name": "Demo - Reputation Management AI Assistant",
    "flow": [
        {
            "id": 1,
            "module": "gateway:CustomWebHook",
            "version": 1,
            "parameters": {
                "hook": 1238932,
                "maxResults": 1
            },
            "mapper": {},
            "metadata": {
                "designer": {
                    "x": 0,
                    "y": 150
                },
                "restore": {
                    "parameters": {
                        "hook": {
                            "data": {
                                "editable": "true"
                            },
                            "label": "Demo - Reputation Management AI Assistant"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "hook",
                        "type": "hook:gateway-webhook",
                        "label": "Webhook",
                        "required": true
                    },
                    {
                        "name": "maxResults",
                        "type": "number",
                        "label": "Maximum number of results"
                    }
                ]
            }
        },
        {
            "id": 3,
            "module": "openai-gpt-3:messageAssistantAdvanced",
            "version": 1,
            "parameters": {
                "__IMTCONN__": 2356104
            },
            "mapper": {
                "assistantId": "asst_rrbV7i313ObeobjyNiduFLed",
                "role": "user",
                "threadId": "{{1.`Thread ID`}}",
                "instructions": "# Role\n\nYou are a customer feedback assistant for RJ Fitness. Your goal is to speak with a current customer and find out how they are finding our classes. \n\n# Context\n\nRJ Fitness is a personal training gym based in London. We are the most elite personal training gym in London. We offer extremely amazing results and high quality training.\n\n# Task\n\nYou must speak with the current customer and ask them for feedback on classes.\n\nFind out what they enjoy and don't enjoy.\n\nIf they are enjoying classes you can ask them how they would rate it from 1 to 5. If they rate it a 5 you can ask them to leave a review here: www.reviewus.com\n\nWhen providing the review link, you must only state the URL of the link.\n\nIf they aren't enjoying classes ask them why and also say we will relay this to our team and make sure we improve things.\n\n# Rules\n\nYou must come across friendly and human like.\n\nThe customer name is {{1.first_name}}. You can reference their name once during the conversation to seem human.\n\nYou must be informal and friendly and act as a friend.",
                "temperature": "0.1",
                "top_p": "1",
                "response_format": "text",
                "message": "{{1.message.body}}"
            },
            "metadata": {
                "designer": {
                    "x": 300,
                    "y": 150,
                    "name": "Reputation Management AI Assistant"
                },
                "restore": {
                    "parameters": {
                        "__IMTCONN__": {
                            "label": "RJ Media",
                            "data": {
                                "scoped": "true",
                                "connection": "openai-gpt-3"
                            }
                        }
                    },
                    "expect": {
                        "assistantId": {
                            "mode": "chose",
                            "nested": [],
                            "label": "Demo - Customer Feedback AI Assistant (gpt-4o)"
                        },
                        "role": {
                            "label": "User"
                        },
                        "model": {
                            "mode": "chose",
                            "collapsed": true
                        },
                        "tools": {
                            "mode": "chose",
                            "collapsed": true
                        },
                        "file_search_resources": {
                            "mode": "chose",
                            "collapsed": true
                        },
                        "code_interpreter_resources": {
                            "mode": "chose",
                            "collapsed": true
                        },
                        "tool_choice": {
                            "mode": "chose",
                            "collapsed": true,
                            "label": "Empty"
                        },
                        "max_prompt_tokens": {
                            "collapsed": true
                        },
                        "max_completion_tokens": {
                            "collapsed": true
                        },
                        "response_format": {
                            "mode": "chose",
                            "label": "Text"
                        },
                        "truncation_strategy": {
                            "mode": "chose",
                            "label": "Empty"
                        },
                        "image_files": {
                            "mode": "chose",
                            "collapsed": true
                        },
                        "image_urls": {
                            "mode": "chose",
                            "collapsed": true
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "__IMTCONN__",
                        "type": "account:openai-gpt-3",
                        "label": "Connection",
                        "required": true
                    }
                ],
                "expect": [
                    {
                        "name": "assistantId",
                        "type": "select",
                        "label": "Assistant",
                        "required": true
                    },
                    {
                        "name": "role",
                        "type": "select",
                        "label": "Role",
                        "required": true,
                        "validate": {
                            "enum": [
                                "user",
                                "assistant"
                            ]
                        }
                    },
                    {
                        "name": "threadId",
                        "type": "text",
                        "label": "Thread ID"
                    },
                    {
                        "name": "model",
                        "type": "select",
                        "label": "Model"
                    },
                    {
                        "name": "tools",
                        "type": "select",
                        "label": "Tools",
                        "multiple": true,
                        "validate": {
                            "enum": [
                                "file_search",
                                "code_interpreter"
                            ]
                        }
                    },
                    {
                        "name": "file_search_resources",
                        "type": "select",
                        "label": "File Search Resources"
                    },
                    {
                        "name": "code_interpreter_resources",
                        "type": "select",
                        "label": "Code Interpreter Resources",
                        "validate": {
                            "maxItems": 20
                        },
                        "multiple": true
                    },
                    {
                        "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",
                        "type": "array",
                        "label": "Image URLs",
                        "spec": {
                            "type": "url",
                            "label": "Image URL",
                            "required": true,
                            "name": "value"
                        }
                    }
                ],
                "advanced": true
            },
            "onerror": [
                {
                    "id": 4,
                    "module": "builtin:Break",
                    "version": 1,
                    "parameters": {},
                    "mapper": {
                        "count": "3",
                        "retry": true,
                        "interval": "15"
                    },
                    "metadata": {
                        "designer": {
                            "x": 600,
                            "y": 300
                        },
                        "restore": {
                            "expect": {
                                "retry": {
                                    "mode": "chose"
                                }
                            }
                        },
                        "expect": [
                            {
                                "name": "retry",
                                "type": "boolean",
                                "label": "Automatically complete execution",
                                "required": true
                            },
                            {
                                "name": "count",
                                "type": "uinteger",
                                "label": "Number of attempts",
                                "required": true,
                                "validate": {
                                    "max": 10000,
                                    "min": 1
                                }
                            },
                            {
                                "name": "interval",
                                "type": "uinteger",
                                "label": "Interval between attempts",
                                "required": true,
                                "validate": {
                                    "max": 44640,
                                    "min": 1
                                }
                            }
                        ]
                    }
                }
            ]
        },
        {
            "id": 5,
            "module": "regexp:Replace",
            "version": 1,
            "parameters": {},
            "mapper": {
                "text": "{{3.result}}",
                "value": ".",
                "global": false,
                "pattern": "\\【.*?\\】.",
                "multiline": false,
                "sensitive": false,
                "singleline": false
            },
            "metadata": {
                "designer": {
                    "x": 600,
                    "y": 0,
                    "name": "Remove Source References"
                },
                "restore": {
                    "expect": {
                        "global": {
                            "mode": "chose"
                        },
                        "multiline": {
                            "mode": "chose"
                        },
                        "sensitive": {
                            "mode": "chose"
                        },
                        "singleline": {
                            "mode": "chose"
                        }
                    }
                },
                "expect": [
                    {
                        "name": "pattern",
                        "type": "text",
                        "label": "Pattern",
                        "required": true
                    },
                    {
                        "name": "value",
                        "type": "text",
                        "label": "New value"
                    },
                    {
                        "name": "global",
                        "type": "boolean",
                        "label": "Global match",
                        "required": true
                    },
                    {
                        "name": "sensitive",
                        "type": "boolean",
                        "label": "Case sensitive",
                        "required": true
                    },
                    {
                        "name": "multiline",
                        "type": "boolean",
                        "label": "Multiline",
                        "required": true
                    },
                    {
                        "name": "singleline",
                        "type": "boolean",
                        "label": "Singleline",
                        "required": true
                    },
                    {
                        "name": "text",
                        "type": "text",
                        "label": "Text"
                    }
                ]
            }
        },
        {
            "id": 6,
            "module": "regexp:Replace",
            "version": 1,
            "parameters": {},
            "mapper": {
                "text": "{{5.text}}",
                "value": "{{emptystring}}",
                "global": true,
                "pattern": "\\*\\*",
                "multiline": false,
                "sensitive": true,
                "singleline": false
            },
            "metadata": {
                "designer": {
                    "x": 900,
                    "y": 0,
                    "name": "Remove Asterisks"
                },
                "restore": {
                    "expect": {
                        "global": {
                            "mode": "chose"
                        },
                        "multiline": {
                            "mode": "chose"
                        },
                        "sensitive": {
                            "mode": "chose"
                        },
                        "singleline": {
                            "mode": "chose"
                        }
                    }
                },
                "expect": [
                    {
                        "name": "pattern",
                        "type": "text",
                        "label": "Pattern",
                        "required": true
                    },
                    {
                        "name": "value",
                        "type": "text",
                        "label": "New value"
                    },
                    {
                        "name": "global",
                        "type": "boolean",
                        "label": "Global match",
                        "required": true
                    },
                    {
                        "name": "sensitive",
                        "type": "boolean",
                        "label": "Case sensitive",
                        "required": true
                    },
                    {
                        "name": "multiline",
                        "type": "boolean",
                        "label": "Multiline",
                        "required": true
                    },
                    {
                        "name": "singleline",
                        "type": "boolean",
                        "label": "Singleline",
                        "required": true
                    },
                    {
                        "name": "text",
                        "type": "text",
                        "label": "Text"
                    }
                ]
            }
        },
        {
            "id": 7,
            "module": "highlevel:updateAContact",
            "version": 1,
            "parameters": {
                "__IMTCONN__": 2892099
            },
            "mapper": {
                "address": {},
                "contact": "{{1.contact_id}}",
                "customField": {
                    "t4Lzpxl4MbXD7ej9ogdI": "{{6.text}}",
                    "umnbrbmYGwS8V0oHlH1X": "{{5.thread_id}}"
                }
            },
            "metadata": {
                "designer": {
                    "x": 1200,
                    "y": 0,
                    "name": "Send SMS Response"
                },
                "restore": {
                    "expect": {
                        "dnd": {
                            "mode": "chose",
                            "collapsed": true
                        },
                        "tags": {
                            "mode": "chose",
                            "collapsed": true
                        },
                        "email": {
                            "collapsed": true
                        },
                        "phone": {
                            "collapsed": true
                        },
                        "source": {
                            "collapsed": true
                        },
                        "address": {
                            "nested": {
                                "country": {
                                    "mode": "chose",
                                    "label": "Empty"
                                }
                            },
                            "collapsed": true
                        },
                        "contact": {
                            "mode": "edit"
                        },
                        "website": {
                            "collapsed": true
                        },
                        "lastName": {
                            "collapsed": true
                        },
                        "timezone": {
                            "mode": "chose",
                            "label": "Empty",
                            "collapsed": true
                        },
                        "firstName": {
                            "collapsed": true
                        },
                        "companyName": {
                            "collapsed": true
                        },
                        "customField": {
                            "nested": {
                                "0rHmbRk8caJgrCGVycEp": {
                                    "collapsed": true
                                },
                                "1kjfho7O0kUQ1ZIbeFwN": {
                                    "collapsed": true
                                },
                                "82HJr8oaq8BqrW6nRpGE": {
                                    "collapsed": true
                                },
                                "DEcd1W2MHICsTRLbmV3O": {
                                    "collapsed": true
                                },
                                "gOqTNe63sJhQommjHWhp": {
                                    "mode": "chose",
                                    "label": "Empty",
                                    "collapsed": true
                                },
                                "pkZxw4OJNgCK96H7ndrD": {
                                    "collapsed": true
                                }
                            }
                        },
                        "dateOfBirth": {
                            "collapsed": true
                        }
                    },
                    "parameters": {
                        "__IMTCONN__": {
                            "data": {
                                "scoped": "true",
                                "connection": "highlevel3"
                            },
                            "label": "Demo (Location: Demo)"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "__IMTCONN__",
                        "type": "account:highlevel,highlevel3",
                        "label": "Connection",
                        "required": true
                    }
                ],
                "expect": [
                    {
                        "mode": "edit",
                        "name": "contact",
                        "type": "select",
                        "label": "Contact ID",
                        "required": true
                    },
                    {
                        "name": "firstName",
                        "type": "text",
                        "label": "First Name"
                    },
                    {
                        "name": "lastName",
                        "type": "text",
                        "label": "Last Name"
                    },
                    {
                        "name": "email",
                        "type": "email",
                        "label": "Email"
                    },
                    {
                        "name": "phone",
                        "type": "text",
                        "label": "Phone"
                    },
                    {
                        "name": "dateOfBirth",
                        "time": false,
                        "type": "date",
                        "label": "Date of Birth"
                    },
                    {
                        "name": "companyName",
                        "type": "text",
                        "label": "Company Name"
                    },
                    {
                        "name": "website",
                        "type": "url",
                        "label": "Website"
                    },
                    {
                        "name": "tags",
                        "type": "select",
                        "label": "Tags",
                        "multiple": true
                    },
                    {
                        "name": "address",
                        "spec": [
                            {
                                "name": "address1",
                                "type": "text",
                                "label": "Street"
                            },
                            {
                                "name": "city",
                                "type": "text",
                                "label": "City"
                            },
                            {
                                "name": "state",
                                "type": "text",
                                "label": "State"
                            },
                            {
                                "name": "postalCode",
                                "type": "text",
                                "label": "PostalCode"
                            },
                            {
                                "name": "country",
                                "type": "select",
                                "label": "Country"
                            }
                        ],
                        "type": "collection",
                        "label": "Address"
                    },
                    {
                        "name": "source",
                        "type": "text",
                        "label": "Source"
                    },
                    {
                        "name": "timezone",
                        "type": "select",
                        "label": "Timezone"
                    },
                    {
                        "name": "dnd",
                        "type": "boolean",
                        "label": "Dnd"
                    },
                    {
                        "name": "customField",
                        "spec": [
                            {
                                "name": "t4Lzpxl4MbXD7ej9ogdI",
                                "type": "text",
                                "label": "AI Assistant Response"
                            },
                            {
                                "name": "82HJr8oaq8BqrW6nRpGE",
                                "type": "text",
                                "label": "What are your health & fitness goals?"
                            },
                            {
                                "name": "pkZxw4OJNgCK96H7ndrD",
                                "type": "text",
                                "label": "What's holding you back from hitting these goals?"
                            },
                            {
                                "name": "gOqTNe63sJhQommjHWhp",
                                "type": "select",
                                "label": "On a scale of 1 - 10 how committed and ready are you to making a serious change in your life right now?"
                            },
                            {
                                "name": "1kjfho7O0kUQ1ZIbeFwN",
                                "type": "text",
                                "label": "AI Text Message"
                            },
                            {
                                "name": "DEcd1W2MHICsTRLbmV3O",
                                "type": "text",
                                "label": "AI Email Subject"
                            },
                            {
                                "name": "0rHmbRk8caJgrCGVycEp",
                                "type": "text",
                                "label": "AI Email Body"
                            },
                            {
                                "name": "umnbrbmYGwS8V0oHlH1X",
                                "type": "text",
                                "label": "Thread ID"
                            }
                        ],
                        "type": "collection",
                        "label": "Custom Fields"
                    }
                ],
                "interface": [
                    {
                        "name": "id",
                        "type": "text",
                        "label": "Contact ID"
                    },
                    {
                        "name": "timezone",
                        "type": "text",
                        "label": "Timezone"
                    },
                    {
                        "name": "type",
                        "type": "text",
                        "label": "Type"
                    },
                    {
                        "name": "locationId",
                        "type": "text",
                        "label": "Location ID"
                    },
                    {
                        "name": "dnd",
                        "type": "boolean",
                        "label": "Dnd"
                    },
                    {
                        "name": "inboundDndSettings",
                        "spec": [
                            {
                                "name": "all",
                                "spec": [
                                    {
                                        "name": "message",
                                        "type": "text",
                                        "label": "Message"
                                    },
                                    {
                                        "name": "status",
                                        "type": "text",
                                        "label": "Status"
                                    }
                                ],
                                "type": "collection",
                                "label": "All"
                            }
                        ],
                        "type": "collection",
                        "label": "Inbound Dnd Settings"
                    },
                    {
                        "name": "dndSettings",
                        "spec": [
                            {
                                "name": "Call",
                                "spec": [
                                    {
                                        "name": "code",
                                        "type": "text",
                                        "label": "Code"
                                    },
                                    {
                                        "name": "message",
                                        "type": "text",
                                        "label": "Message"
                                    },
                                    {
                                        "name": "status",
                                        "type": "text",
                                        "label": "Status"
                                    }
                                ],
                                "type": "collection",
                                "label": "Call"
                            },
                            {
                                "name": "Email",
                                "spec": [
                                    {
                                        "name": "code",
                                        "type": "text",
                                        "label": "Code"
                                    },
                                    {
                                        "name": "message",
                                        "type": "text",
                                        "label": "Message"
                                    },
                                    {
                                        "name": "status",
                                        "type": "text",
                                        "label": "Status"
                                    }
                                ],
                                "type": "collection",
                                "label": "Email"
                            },
                            {
                                "name": "SMS",
                                "spec": [
                                    {
                                        "name": "code",
                                        "type": "text",
                                        "label": "Code"
                                    },
                                    {
                                        "name": "message",
                                        "type": "text",
                                        "label": "Message"
                                    },
                                    {
                                        "name": "status",
                                        "type": "text",
                                        "label": "Status"
                                    }
                                ],
                                "type": "collection",
                                "label": "SMS"
                            },
                            {
                                "name": "WhatsApp",
                                "spec": [
                                    {
                                        "name": "code",
                                        "type": "text",
                                        "label": "Code"
                                    },
                                    {
                                        "name": "message",
                                        "type": "text",
                                        "label": "Message"
                                    },
                                    {
                                        "name": "status",
                                        "type": "text",
                                        "label": "Status"
                                    }
                                ],
                                "type": "collection",
                                "label": "WhatsApp"
                            },
                            {
                                "name": "GMB",
                                "spec": [
                                    {
                                        "name": "code",
                                        "type": "text",
                                        "label": "Code"
                                    },
                                    {
                                        "name": "message",
                                        "type": "text",
                                        "label": "Message"
                                    },
                                    {
                                        "name": "status",
                                        "type": "text",
                                        "label": "Status"
                                    }
                                ],
                                "type": "collection",
                                "label": "GMB"
                            },
                            {
                                "name": "FB",
                                "spec": [
                                    {
                                        "name": "code",
                                        "type": "text",
                                        "label": "Code"
                                    },
                                    {
                                        "name": "message",
                                        "type": "text",
                                        "label": "Message"
                                    },
                                    {
                                        "name": "status",
                                        "type": "text",
                                        "label": "Status"
                                    }
                                ],
                                "type": "collection",
                                "label": "FB"
                            }
                        ],
                        "type": "collection",
                        "label": "Dnd Settings"
                    },
                    {
                        "name": "createdBy",
                        "spec": [
                            {
                                "name": "sourceId",
                                "type": "text",
                                "label": "Source ID"
                            },
                            {
                                "name": "channel",
                                "type": "text",
                                "label": "Channel"
                            },
                            {
                                "name": "source",
                                "type": "text",
                                "label": "Source"
                            },
                            {
                                "name": "sourceName",
                                "type": "text",
                                "label": "Source Name"
                            },
                            {
                                "name": "timestamp",
                                "type": "date",
                                "label": "Timestamp"
                            }
                        ],
                        "type": "collection",
                        "label": "Created By"
                    },
                    {
                        "name": "tags",
                        "type": "array",
                        "label": "Tags"
                    },
                    {
                        "name": "dateAdded",
                        "type": "date",
                        "label": "Date Added"
                    },
                    {
                        "name": "additionalEmails",
                        "type": "array",
                        "label": "Additional Emails"
                    },
                    {
                        "name": "additionalPhones",
                        "type": "array",
                        "label": "Additional Phones"
                    },
                    {
                        "name": "country",
                        "type": "text",
                        "label": "Country"
                    },
                    {
                        "name": "lastName",
                        "type": "text",
                        "label": "Last Name"
                    },
                    {
                        "name": "lastNameLowerCase",
                        "type": "text",
                        "label": "Last Name Lower Case"
                    },
                    {
                        "name": "emailLowerCase",
                        "type": "text",
                        "label": "Email Lower Case"
                    },
                    {
                        "name": "email",
                        "type": "text",
                        "label": "Email"
                    },
                    {
                        "name": "postalCode",
                        "type": "text",
                        "label": "Postal Code"
                    },
                    {
                        "name": "dateUpdated",
                        "type": "date",
                        "label": "Date Updated"
                    },
                    {
                        "name": "fullNameLowerCase",
                        "type": "text",
                        "label": "Full Name Lower Case"
                    },
                    {
                        "name": "firstName",
                        "type": "text",
                        "label": "First Name"
                    },
                    {
                        "name": "firstNameLowerCase",
                        "type": "text",
                        "label": "First Name Lower Case"
                    },
                    {
                        "name": "source",
                        "type": "text",
                        "label": "Source"
                    },
                    {
                        "name": "companyName",
                        "type": "text",
                        "label": "Company Name"
                    },
                    {
                        "name": "website",
                        "type": "text",
                        "label": "Website"
                    },
                    {
                        "name": "phone",
                        "type": "text",
                        "label": "Phone"
                    },
                    {
                        "name": "customField",
                        "spec": [
                            {
                                "name": "t4Lzpxl4MbXD7ej9ogdI",
                                "type": "text",
                                "label": "AI Assistant Response",
                                "multiline": true
                            },
                            {
                                "name": "82HJr8oaq8BqrW6nRpGE",
                                "type": "text",
                                "label": "What are your health & fitness goals?",
                                "multiline": true
                            },
                            {
                                "name": "pkZxw4OJNgCK96H7ndrD",
                                "type": "text",
                                "label": "What's holding you back from hitting these goals?",
                                "multiline": true
                            },
                            {
                                "name": "gOqTNe63sJhQommjHWhp",
                                "type": "text",
                                "label": "On a scale of 1 - 10 how committed and ready are you to making a serious change in your life right now?"
                            },
                            {
                                "name": "1kjfho7O0kUQ1ZIbeFwN",
                                "type": "text",
                                "label": "AI Text Message",
                                "multiline": true
                            },
                            {
                                "name": "DEcd1W2MHICsTRLbmV3O",
                                "type": "text",
                                "label": "AI Email Subject",
                                "multiline": true
                            },
                            {
                                "name": "0rHmbRk8caJgrCGVycEp",
                                "type": "text",
                                "label": "AI Email Body",
                                "multiline": true
                            },
                            {
                                "name": "umnbrbmYGwS8V0oHlH1X",
                                "type": "text",
                                "label": "Thread ID",
                                "multiline": true
                            }
                        ],
                        "type": "collection",
                        "label": "Custom Fields"
                    }
                ]
            }
        }
    ],
    "metadata": {
        "instant": true,
        "version": 1,
        "scenario": {
            "roundtrips": 1,
            "maxErrors": 3,
            "autoCommit": true,
            "autoCommitTriggerLast": true,
            "sequential": false,
            "slots": null,
            "confidential": false,
            "dataloss": false,
            "dlq": true,
            "freshVariables": false
        },
        "designer": {
            "orphans": []
        },
        "zone": "eu2.make.com"
    }
}