Sending Bulk Emails to Users from FusionAuth for IdP Changes
-
We need to inform our users about changes to our Identity Provider (IdP) and how these changes will affect their accounts. Ideally, we’d like to send a bulk email to all users directly from FusionAuth. Is this possible?
-
Yes, FusionAuth supports sending bulk emails to users. You can use the Send Email API to send messages to multiple users using a predefined email template. This allows you to communicate updates, such as changes to your IdP, to your entire user base.
For details on how to implement this, see the documentation here:
Send an Email API