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
CreationTime holds the value of the "creation_time" field.
ID of the ent.
info
object
Possible values: [``, ABNORMAL_ALERT
, ACCEPT
, ADD
, APPROVE
, CANCEL
, CLOSE
, CREATE
, DELETE
, ARCHIVE
, VOID
, DISBURSE
, END_SOON
, EXPIRE
, EXPIRE_SOON
, MERGE
, METER
, NEW_CLIENT_SIGNUP
, NOTIFY
, NOTIFY_CONTACTS
, OPEN_EMAIL
, PENDING_CANCEL
, PENDING_ACCEPTANCE
, REINSTATE
, REJECT
, REOPEN
, CHARGE
, REFUND
, ISSUE
, SIGN
, PENDING_PARTNER_ACTION
, ROTATE_SECRET
, SUSPEND
, TEST
, UPDATE
, SUBMIT_APPROVAL_REQUEST
, REVIEW_APPROVAL_REQUEST
, COMPLETE
, FAIL
, WEBHOOK
, INBOUND
]
The action of this notification message.
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.
OrganizationID holds the value of the "organization_id" field.
supports multiple recipients as a comma-separated string
Possible values: [EMAIL
, SLACK
, SMS
, SNS
, WEBHOOK
, SUGER_SUPPORT
, MICROSOFT_TEAMS
]
{
"creationTime": "2024-07-29T15:51:28.071Z",
"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