nektronic.com.ar
Remote PC technical service with online diagnostics for computer repair and support (Argentina).
First seen 2026-08-17 · Last seen 2026-08-17 · Source: webmcp.com
Answer 6 · Act 1 · Transact 2 · Score: Not yet scored
Tool inspector
submit_custom_cart_request
Crea un carrito personalizado de servicios de soporte técnico de NEKTRONIC, calcula el presupuesto en pesos (ARS) o dólares (USD) (tasa MEP y redondeo comercial) y envía el formulario oficial al backend de Nektronic, devolviendo el estado del registro y un enlace directo a WhatsApp pre-calificado.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
name |
string | yes | Nombre o apelativo del cliente. |
contactMethod |
string | yes | Método de contacto de preferencia. |
phone |
string | no | Número de teléfono de WhatsApp (obligatorio si contactMethod es "whatsapp"). Debe contener solo dígitos sin espacios ni guiones. |
email |
string | no | Correo electrónico de contacto (obligatorio si contactMethod es "email"). |
problemDescription |
string | yes | Descripción detallada del fallo técnico o problema detectado. |
fiscalType |
string | yes | Condición fiscal o comercial del cliente ("particular" o "empresa"). |
serviceIds |
array | yes | Array con los identificadores únicos de los servicios seleccionados (ej: ["SR-01", "ST-02"]). |
currency |
string | yes | Moneda preferida para cotizar el total ("ARS" o "USD"). |
acceptTerms |
boolean | yes | Debe ser true para aceptar los términos y condiciones de Nektronic. |
Raw JSON schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"minLength": 2,
"maxLength": 50,
"description": "Nombre o apelativo del cliente."
},
"contactMethod": {
"type": "string",
"enum": [
"whatsapp",
"email"
],
"description": "Método de contacto de preferencia."
},
"phone": {
"type": "string",
"minLength": 6,
"maxLength": 15,
"description": "Número de teléfono de WhatsApp (obligatorio si contactMethod es \"whatsapp\"). Debe contener solo dígitos sin espacios ni guiones."
},
"email": {
"type": "string",
"format": "email",
"description": "Correo electrónico de contacto (obligatorio si contactMethod es \"email\")."
},
"problemDescription": {
"type": "string",
"minLength": 10,
"maxLength": 1000,
"description": "Descripción detallada del fallo técnico o problema detectado."
},
"fiscalType": {
"type": "string",
"enum": [
"particular",
"empresa"
],
"description": "Condición fiscal o comercial del cliente (\"particular\" o \"empresa\")."
},
"serviceIds": {
"type": "array",
"items": {
"type": "string",
"enum": [
"SR-01",
"SR-02",
"SR-03",
"SR-04",
"ST-01",
"ST-02",
"ST-03",
"ST-04",
"ST-05",
"ST-06",
"SD-01",
"SD-02",
"SD-03"
]
},
"minItems": 1,
"description": "Array con los identificadores únicos de los servicios seleccionados (ej: [\"SR-01\", \"ST-02\"])."
},
"currency": {
"type": "string",
"enum": [
"ARS",
"USD"
],
"description": "Moneda preferida para cotizar el total (\"ARS\" o \"USD\")."
},
"acceptTerms": {
"type": "boolean",
"enum": [
true
],
"description": "Debe ser true para aceptar los términos y condiciones de Nektronic."
}
},
"required": [
"name",
"contactMethod",
"problemDescription",
"fiscalType",
"serviceIds",
"currency",
"acceptTerms"
],
"anyOf": [
{
"properties": {
"contactMethod": {
"const": "whatsapp"
}
},
"required": [
"phone"
]
},
{
"properties": {
"contactMethod": {
"const": "email"
}
},
"required": [
"email"
]
}
]
}
Similar websites
toban.app
Free duty-roster maker for building cleaning, lunch, and daily-monitor rotation charts in the browser — no signup, print-quality output. WebMCP tools let an age…
farahsolutions.ae
Farah Solutions helps UAE businesses master Corporate Tax, ICV certification, e-invoicing, and government procurement. Powered by Farah Suite.
flatwrite.md
A minimalist markdown editor with live preview, paged document layout, and one-click export to HTML, PDF, or shareable URL.
marketingmanagerjobs.com
Daily-refreshed job board for marketing manager roles — growth, product marketing, demand gen, brand, SEO, and marketing leadership — with real salary data and …