// 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; Why EST Tool? | EST Tool & Machine
top of page

Why EST?

Great Service, Exceptional Quality, Delivered On-Time

EST Tool & Machine, Inc. is not just “any other machine shop.” We are a full-service tooling and manufacturing plant who knows that QUALITY, PRICE and DELIVERY are key to building and maintaining a trustworthy and strong relationship.

Our company has and will continue to invest in the latest technology on the market, to provide quality parts in the most time efficient manner for our customers. We also employee some of the most highly skilled and highly trained individuals in the area to uphold what you, the customer, deserves and demands—GREAT SERVICE, EXCEPTIONAL QUALITY, & ON TIME DELIVERY.

 

 

To achieve a strong and trustworthy relationship with our customers we offer:

  • Knowledgeable Staff

  • Multiple Machining Capabilities

  • Hexagon ROMER Arm with Reverse Engineering Capabilities

  • Guaranteed Quality

  • Delivery Service/Inventory Control/Kan Ban/Logistics

  • On-Site or Off-Site Consultation

  • Professional Polite Service

IMG_5957.JPG
  • LinkedIn
  • Facebook
bottom of page