[
    {
        "type": "multi-input",
        "id": "perfex-settings",
        "title": "Perfex CRM Settings",
        "content": "Connect your Perfex CRM to sync contacts and knowledge base articles.",
        "value": [
            {
                "type": "text",
                "id": "perfex-url",
                "title": "Perfex URL"
            },
            {
                "type": "password",
                "id": "perfex-api-token",
                "title": "API Token"
            },
            {
                "type": "button",
                "id": "perfex-sync-btn",
                "title": "Sync contacts",
                "button-text": "Sync contacts",
                "button-url": "#"
            },
            {
                "type": "button",
                "id": "perfex-articles-sync-btn",
                "title": "Sync articles",
                "button-text": "Sync articles",
                "button-url": "#"
            }
        ]
    },
    {
        "type": "checkbox",
        "id": "perfex-auto-sync",
        "title": "Auto-sync",
        "content": "Automatically sync contacts from Perfex CRM on a daily basis."
    }
]
