In managing business relationships with clients and suppliers, promptly notifying them of important documents like quotes and purchase orders is essential. For this project, my goal was to create an efficient, automated notification system that could confirm the sending of these documents without requiring complex setups. Using FileMaker as my main platform, I developed a straightforward approach to both generate and send documents via email and notify clients and suppliers with a quick message through WhatsApp.
Project Goal: Quick Notifications, Document Delivery via Email
The initial idea was to find a practical way to confirm for clients and suppliers that their quotes or purchase orders had been sent, while keeping the process as streamlined as possible. After exploring a few different options, I settled on a solution that uses WhatsApp solely for notifications and email for document delivery. This approach keeps the setup simple without unnecessary complications.
The Solution: Notifications via WhatsApp, Files via Email
The final setup leverages the strengths of both WhatsApp and email to meet two primary objectives:
- WhatsApp for Notifications: WhatsApp proved to be ideal for sending quick notifications, letting clients and suppliers know that a quote or purchase order has been sent to their inbox. This notification system keeps communication practical and immediate.
- Email for Document Delivery: The email function in FileMaker manages the actual delivery of the documents, ensuring that clients and suppliers can easily receive and save files like PDFs directly in their inboxes.
How It Works in FileMaker
Implementing this solution in FileMaker was simple and required only a few steps:
- Step 1: The quote or purchase order is generated in FileMaker and sent via email to the client or supplier using FileMaker’s
Send Mailfunction, which allows me to attach a PDF of the document. - Step 2: A WhatsApp notification is then generated to let the client or supplier know that the document has been sent via email, using a personalized WhatsApp URL:filemakerCopia codice
Set Variable [$message; Value: "Hello! We've sent the requested document to your email. Please check your inbox for details."] Open URL ["https://api.whatsapp.com/send/?phone=CLIENT_PHONE_NUMBER&text=" & $message & "&type=phone_number&app_absent=0"]
Conclusion
This project has shown me just how powerful FileMaker can be for streamlining client and supplier communications. By using FileMaker to create documents and send emails directly from the platform, along with the ability to send quick notifications through WhatsApp, I’ve created an efficient and user-friendly notification system. This approach not only enhances operational efficiency but also provides a straightforward way to keep contacts informed and engaged, making FileMaker an invaluable tool for managing business communications.
Leave a Reply