Skip to main content

get notification message

GET 

/org/:orgId/notificationMessage/:notificationMessageId

Get the notification message of the organization & notification message ID.

Request

Path Parameters

    orgId stringrequired

    Organization ID

    notificationMessageId stringrequired

    Notification Message ID

Responses

OK

Schema

    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]

Loading...