Create a workflow notification
- Print
- PDF
Create a workflow notification
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Post
/api/notifications
Security
HTTP
Type bearer
Body parameters
{
"name": "Y-Testing",
"description": "",
"status": "Active",
"sendNoChanges": false,
"actionType": "Email",
"notificationMedium": [
{
"id": ""
},
{
"id": "",
"channels": [
"testchannel22",
"testchannel3"
]
},
{
"id": ""
}
],
"rules": [
{
"predicate": "ProfileAccessRequestAllApprovedAndFulfilled",
"operator": "OR",
"description": "Access builder request approved and fulfilled"
}
],
"memberRules": [
{
"id": "v0akzyxj5aiodocoya2x",
"memberType": "User"
},
{
"id": "afl7qbomi9zwcneywqkt",
"memberType": "User"
}
]
}
object
name
string
description
string
status
string
Valid values[ "Inactive", "Active" ]
sendNoChanges
boolean
actionType
string
notificationMedium
object (JsonNode)
rules
Array of object (RuleBean)
object
predicate
string
predicateType
string
Valid values[ "SCANNER", "ACCESS_BUILDER", "API_TOKEN", "USER", "PROFILE" ]
operator
string
Valid values[ "OR" ]
description
string
memberRules
Array of object (WorkflowMemberRuleDto)
object
id
string
memberType
string
Valid values[ "User", "Tag" ]
Responses
200
OK
object
Was this article helpful?