+ {/* Basic Settings */}
+
+
+
+ setNewConfig({ ...newConfig, name: e.target.value })}
+ placeholder="My Zammad Instance"
+ />
+
+
+ setNewConfig({ ...newConfig, is_default: checked })}
+ />
+
+
+
+
+
+
+ setNewConfig({ ...newConfig, description: e.target.value })}
+ placeholder="Optional description"
+ />
+
+
+ {/* Zammad Connection */}
+
+
Zammad Connection
+
+
+
+
+ {/* Chatbot Selection */}
+
+
+
+
+
+ {/* Processing Settings */}
+
+
Processing Settings
+
+
+
+
+
+
+
+ setNewConfig({ ...newConfig, max_tickets: parseInt(e.target.value) })}
+ />
+
+
+
+
+
+ setNewConfig({ ...newConfig, skip_existing: checked })}
+ />
+
+
+
+ setNewConfig({ ...newConfig, auto_process: checked })}
+ />
+
+
+
+
+ {newConfig.auto_process && (
+
+
+ setNewConfig({ ...newConfig, process_interval: parseInt(e.target.value) })}
+ />
+
+ )}
+
+
+ {/* Summary Template */}
+
+
+
+
+
+