post
https://localhost:44395/api/admin/system/email-dispatcher
Behavior: Processes and sends an email based on the provided EmailDispatcherModel configuration. Only admin users are permitted to dispatch emails.
Authorization: Requires an authenticated user via the [Authorize] attribute. Additionally, the user must be an admin (checked via IsAdminUser).
Side Effects: Sends an email to the recipients specified in the input model.
Error Scenarios: Returns 400 if the input model is null or invalid. Throws a VibrantException if the current user is not an admin.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
401Unauthorized. The caller must provide a valid Bearer token.
