Events
Action | Event name |
---|---|
create a new manifest notification | manifestNotifications.created |
Payload example
{
"manifestId": "string",
"subject": "string",
"body": "string",
"transport": "email",
"recipients": [
{
"address": "string",
"name": "string"
}
],
"emailResult": {
"err": {},
"response": "string",
"info": {
"messageId": "string",
"envelope": "string",
"accepted": "string",
"rejected": "string",
"pending": "string"
}
}
}