Forum Discussion
raza321
Jul 28, 2025Copper Contributor
Using Microsoft Bookings to Support Creative & Niche Websites
Hi community! 👋 I'm currently using Microsoft Bookings to manage appointment scheduling for a project, and I’m looking for a way to restrict or filter out personal emails (like @gmail.com, @yahoo.c...
Jul 29, 2025
Unfortunately, Microsoft Bookings doesn’t currently provide a native way to block or filter email domains directly in the booking form logic.
Power Automate to Auto-Cancel Based on Email Domain
Set up a Power Automate flow that:
- Triggers when a new booking is made
- Checks the customer email domain
- Sends a cancellation email if the domain matches a list (e.g., gmail.com, hotmail.com)
- Optionally deletes the event or sends an alert to staff
You can do this by connecting the Bookings connector (via Graph API) or monitoring the calendar events in Outlook.
------------------------------------
Don't forget to mark as solution if my answer suits you