top of page
!
Widget Didn’t Load
Check your internet and refresh this page.
If that doesn’t work, contact us.
Circling Sphere_edited.png

Business Service Quote

Choose a Service

eFinance
Partner Network


Carefully Chosen and Tested Tools for Smarter Business Operations

Bolt Business Logo [Green Background].png
Square_Deel_Logo_Wordmark_White-Black_Large.png
PandaDoc Logo
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); } });