[
    {
        "type": "multi-input",
        "id": "zalo-settings",
        "title": "Zalo Settings",
        "content": "Connect your Zalo Official Account to receive and reply to messages.",
        "value": [
            {
                "type": "text",
                "id": "zalo-app-id",
                "title": "App ID"
            },
            {
                "type": "password",
                "id": "zalo-app-secret",
                "title": "App Secret"
            },
            {
                "type": "password",
                "id": "zalo-refresh-token",
                "title": "Refresh Token"
            },
            {
                "type": "button",
                "id": "zalo-sync",
                "title": "Synchronize",
                "button-text": "Synchronize",
                "button-url": "#"
            }
        ]
    },
    {
        "type": "checkbox",
        "id": "za-disable-chatbot",
        "title": "Disable chatbot",
        "content": "Disable the chatbot for Zalo messages."
    }
]
