list notification messages
GET/org/:orgId/notificationMessage
List or search the notification messages of the given organization with pagination.
Request
Path Parameters
Organization ID
Query Parameters
List pagination size, default 1000, max value is 1000
Keyword to search in subject/content
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[]
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
]
The total number of notification messages. Only available when the request is made with the first offset = 0.
{
"nextOffset": 0,
"notificationMessages": [
{
"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"
}
],
"totalCount": 0
}
Bad request error
- application/json
- Schema
Schema
string
Internal server error
- application/json
- Schema
Schema
string