v3
latestOpenAPI 3.0.12026-07-31240345599.7 KBNotification rule steps
Create notification rule step
Creates a notification rule step with the given properties.
post/api/{cloudId}/v1/notification-rules/{ruleId}/steps
Path parameters
ruleIdstring required
Identifier of the notification rule.
Request body
Example request
{
"contact": {
"method": "email",
"to": "johnsmith@atlassian.com"
},
"sendAfter": 5
}Response
Returned if the request is successful.
Example response
{
"id": "dbf70781-d6d8-4924-b90d-6a0c77833748",
"sendAfter": 5,
"contact": {
"method": "email",
"to": "johnsmith@atlassian.com"
}
}