@itentialopensource/email-notification
Version:
[Deprecated] Send Email Notifications
92 lines • 1.71 kB
JSON
{
"_id": "5ff35e589bc9347a490356a7",
"name": "automationStatus",
"description": "",
"incoming": [
{
"$id": "status",
"type": "string",
"examples": [
"status"
]
},
{
"$id": "taskData",
"type": [
"object",
"string"
]
}
],
"outgoing": [
{
"$id": "automationStatus",
"type": "object",
"properties": {
"status": {
"type": "string",
"examples": [
"success"
]
},
"responseData": {
"type": [
"object",
"string"
]
}
},
"required": []
}
],
"steps": [
{
"id": 2,
"type": "assign",
"from": {
"location": "incoming",
"name": "status",
"ptr": ""
},
"to": {
"location": "outgoing",
"name": "automationStatus",
"ptr": "/status"
}
},
{
"id": 3,
"type": "assign",
"from": {
"location": "incoming",
"name": "taskData",
"ptr": ""
},
"to": {
"location": "outgoing",
"name": "automationStatus",
"ptr": "/responseData"
}
}
],
"functions": [],
"comments": [],
"view": {
"col": 3,
"row": 5
},
"created": "2023-07-14T18:58:01.664Z",
"createdBy": {
"_id": "646fa4422d25720618a4c098",
"provenance": "local_aaa",
"username": "admin@pronghorn"
},
"lastUpdated": "2023-07-14T18:58:01.664Z",
"lastUpdatedBy": {
"_id": "646fa4422d25720618a4c098",
"provenance": "local_aaa",
"username": "admin@pronghorn"
},
"version": "4.1.2-2023.1.5",
"tags": []
}