EmailEventConfig
EmailEventConfig
Represents an Email Event configuration.
JSON Example
{
"body": "Pipeline-1 execution was successful",
"endpoint": "string",
"event": "string",
"stage": "string",
"subject": "Pipeline-1 execution notification",
"task": "string",
"to": [
"[email protected]",
"[email protected]"
]
}
string
body
Optional
Email Body.
string
endpoint
Optional
endpoint
string
event
Optional
event
Possible values are : SUCCESS, FAILURE, WAITING, CANCELED,
string
stage
Optional
stage
string
subject
Optional
Subject for the email notification.
string
task
Optional
task
array of string
to
Optional
List of Email IDs of the recipients.