list notification messages
GET/org/:orgId/notificationMessage
List the notification messages of the organization.
Request
Path Parameters
Organization ID
Query Parameters
List pagination size, default 1000, max value is 1000
List pagination offset, default 0
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
The next offset to use in the next request to get the next page of notification messages. If this field is null, there are no more notification messages to get.
notificationMessages
object[]
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
]
The total number of notification messages. Only available when the request is made with the first offset = 0.
{
"nextOffset": 0,
"notificationMessages": [
{
"creationTime": "2024-08-12T01:02:13.920Z",
"id": "string",
"info": {
"action": "",
"ccRecipients": [
"string"
],
"customFields": {},
"htmlContent": "string",
"rccRecipients": [
"string"
],
"standardFields": {},
"subject": "string",
"textContent": "string"
},
"organizationID": "string",
"recipient": "string",
"type": "EMAIL"
}
],
"totalCount": 0
}
Bad request error
- application/json
- Schema
Schema
string
Internal server error
- application/json
- Schema
Schema
string