top of page

Questions?

HAVE QUESTIONS OR WANT TO EXPLORE THE POSSIBILITIES?

We are just an email away. Send us your request by completing the form below or using the blue Chat Button at the bottom right hand corner of the screen. Thanks for your interest in doing business with TechResolve!

Success! Your request has been received.

bottom of page
amazon_connect(‘customerDisplayName’, function(callback) { const displayName = ‘Jane Doe’; callback(displayName); }); amazon_connect('authenticate', function(callback) { window.fetch('/token').then(res => { res.json().then(data => { callback(data.data); }); }); });