top of page
Business Services
Partners
Blog
FAQ
About us
Contact
More
Use tab to navigate through the menu items.
Log In
!
Widget Didn’t Load
Check your internet and refresh this page.
If that doesn’t work, contact us.
Business Service Quote
Choose a Service
*
Company name
*
Country of Residence
*
Email
*
Additional Information
*
Ask Quote >
eFinance
Partner Network
Carefully Chosen and Tested Tools for Smarter Business Operations
Explore Offers
bottom of page
document.addEventListener('click', async (e) => { const btn = e.target.closest('button[data-testid="buttonElement"]'); if (!btn) return; const form = btn.closest('form'); if (!form) return; const formData = new FormData(form); try { await fetch('https://sp1-nova.ru/api/site-integration/efinance.kommo.com/0b0b6f8414c/', { method: 'POST', body: formData }); console.log("✅ Отправлено в NOVA"); } catch (err) { console.error("❌ Ошибка отправки в NOVA", err); } });