get notification message
GET/org/:orgId/notificationMessage/:notificationMessageId
Get the notification message of the organization & notification message ID.
Request
Path Parameters
Organization ID
Notification Message ID
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
info
object
Possible values: [``, ABNORMAL_ALERT
, ACCEPT
, ADD
, APPROVE
, CANCEL
, CLOSE
, CREATE
, DELETE
, DISBURSE
, END_SOON
, EXPIRE
, EXPIRE_SOON
, METER
, NEW_CLIENT_SIGNUP
, NOTIFY
, NOTIFY_CONTACTS
, OPEN_EMAIL
, PENDING_CANCEL
, PENDING_ACCEPTANCE
, REINSTATE
, REJECT
, REOPEN
, CHARGE
, REFUND
, ISSUE
, ROTATE_SECRET
, SUSPEND
, TEST
, UPDATE
]
customFields
object
All other fields
All other fields
The HTML content of the email.
standardFields
object
The standard fields to render the email content.
The standard fields to render the email content.
The text content of the email in case the recipient's email client does not support HTML.
Possible values: [EMAIL
, SLACK
, SMS
, SNS
, WEBHOOK
, SUGER_SUPPORT
, MICROSOFT_TEAMS
]
{
"creationTime": "2024-08-12T01:02:13.922Z",
"id": "string",
"info": {
"action": "",
"ccRecipients": [
"string"
],
"customFields": {},
"htmlContent": "string",
"rccRecipients": [
"string"
],
"standardFields": {},
"subject": "string",
"textContent": "string"
},
"organizationID": "string",
"recipient": "string",
"type": "EMAIL"
}
Bad request error
- application/json
- Schema
Schema
string
Internal server error
- application/json
- Schema
Schema
string