We are ready to help you.

Contact us if you have got any questions or concerns.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Talk to us via chat.

Open live chat
Contactar por WhatsApp a taclia
Open WhatsApp

Contact us by phone.

(+34) 919 034 428

Write to us by mail.

clientes@taclia.com
document.querySelector('#submit-btn').addEventListener('click', async function(e) { e.preventDefault(); const message = document.querySelector('#input-text').value; const response = await fetch('https://hook.eu2.make.com/y7pfjkvxxmavfbso5b3xma4yaeruj1xh', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ input: message }) }); const data = await response.json(); // Mostrar respuesta en el chat document.querySelector('#chat-response').innerText = data.output; });