Request
authorization
Authorization: Bearer <token>
application/json
{
"configuration": {
"notifyCollaborators": true,
"notifyEmployees": true,
"notifyOtpUsers": 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"
}
}