Nqoodlet | نقودلت

Clean up your company’s expense mess

Smarter spending made simple with unlimited corporate card issuance and real-time expense control, saving your team hours.

Get Started!

Skip the demo and sign up now!

You're Ready to Discover Nqoodlet!
Schedule Your Meeting Now

fetch('/wp-json/calendly/v1/invitee') .then(res => res.json()) .then(data => { const name = encodeURIComponent(data.name || ''); const email = encodeURIComponent(data.email || ''); const phone = encodeURIComponent(data.phone || ''); const company = encodeURIComponent(data.company || ''); const calendlyUrl = `https://calendly.com/d/4bg-46j-qg8/nqoodlet-intro?hide_gdpr_banner=1&name=${name}&email=${email}&a1=${phone}&a2=${company}`; document.getElementById('calendly-wrapper-popup').innerHTML = `
`; const script = document.createElement('script'); script.src = 'https://assets.calendly.com/assets/external/widget.js'; script.async = true; document.body.appendChild(script); });