Sends an email notification using a specified template
POST/api/notifications/mail/send
This endpoint sends an email notification using a predefined template. The operation includes:
- Template validation
- Email address validation
- Related entity verification
- Email generation and sending
- Comment creation for tracking
Request
Responses
- 200
- 400
- 403
- 404
Email notification sent successfully
Invalid request or email notifications are disabled or Api Error
User lacks required permissions or Unauthenticated user
Notification template or related entity not found