Skip to main content

list notification messages

GET 

/org/:orgId/notificationMessage

List the notification messages of the organization.

Request

Path Parameters

    orgId stringrequired

    Organization ID

Query Parameters

    limit integer

    List pagination size, default 1000, max value is 1000

    offset integer

    List pagination offset, default 0

Responses

OK

Schema

    nextOffset integer

    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[]

  • Array [

  • creationTime date-time
    id string

    info

    object

    action NotificationEventAction (string)

    Possible values: [``, ABNORMAL_ALERT, ACCEPT, ADD, APPROVE, CANCEL, CLOSE, CREATE, DELETE, 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, ROTATE_SECRET, SUSPEND, TEST, UPDATE, ACE_ENGAGEMENT_SCORE_UPDATE, ACE_SALES_REP_UPDATE, SUBMIT_APPROVAL_REQUEST, REVIEW_APPROVAL_REQUEST]

    ccRecipients string[]

    customFields

    object

    All other fields

    property name* any

    All other fields

    htmlContent string

    The HTML content of the email.

    rccRecipients string[]

    standardFields

    object

    The standard fields to render the email content.

    property name* any

    The standard fields to render the email content.

    subject string
    textContent string

    The text content of the email in case the recipient's email client does not support HTML.

    organizationID string
    recipient string
    type NotificationChannel (string)

    Possible values: [EMAIL, SLACK, SMS, SNS, SALESFORCE, WEBHOOK, SUGER_SUPPORT, MICROSOFT_TEAMS]

  • ]

  • totalCount integer

    The total number of notification messages. Only available when the request is made with the first offset = 0.

Loading...