Send email notifications about new builds or updates
Required Permission: mad.store.publishedApplication.notify
Sends customized email notifications to selected user groups including collaborators, employees, or specific user audiences informing them about new build availability or updates in the published application with support for custom email subject, message text, language selection, and audience filtering enabling targeted communication for application deployment announcements and update notifications.
Request
authorization
Authorization: Bearer <token>
application/json
{
"configuration": {
"notifyCollaborators": true,
"notifyEmployees": true,
"filter": [
[
"string"
]
]
},
"language": "en",
"emailText": "string",
"emailSubject": "string",
"userAudienceIds": [
"string"
]
}
Responses
application/json
{
"status": true,
"data": {
"done": true
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
application/json
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}