// Wix Custom Code for Teams Webhooks import { fetch } from 'wix-fetch'; // Global function to send Teams notifications export async function sendTeamsNotification(webhookUrl, message) { try { console.log('�� Wix: Sending Teams notification to:', webhookUrl); const response = await fetch(webhookUrl, { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(message) }); console.log('🚀 Wix: Response status:', response.status); if (response.ok) { console.log('✅ Wix: Teams notification sent successfully'); return { success: true, message: 'Teams notification sent successfully' }; } else { const errorText = await response.text(); console.error('❌ Wix: Teams webhook error:', errorText); throw new Error(`HTTP ${response.status}: ${response.statusText}`); } } catch (error) { console.error('❌ Wix: Error sending Teams notification:', error); return { success: false, error: error.message }; } } // Make the function globally available window.sendTeamsNotification = sendTeamsNotification; About Us | EST Tool & Machine
top of page

About EST

ISO Certified

EST Tool has been an ISO 9001:2015 certified company for 15+ years. Striving for continuous improvement and exceeding customer expectations for quality, price, and delivery

ISO.png
8-22-19 Logo Render no background.png

Our Journey

EST Tool & Machine, founded in 1994, has become a trusted name in the industry. Our unwavering commitment to customer satisfaction has been the driving force behind our growth. We prioritize our customers and strive to provide exceptional products and services. Read more below about EST's journey, from a small garage to our current 52,000 sq. foot facility.

1994

EST started in Enon, Ohio out of a small, 1,500 sq. foot facility with an old knee mill and a lathe.

Anchor 1
  • LinkedIn
  • Facebook
bottom of page