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

    CreationTime holds the value of the "creation_time" field.

    id string

    ID of the ent.

    info

    object

    action NotificationEventAction (string)

    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.

    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

    OrganizationID holds the value of the "organization_id" field.

    recipient string

    supports multiple recipients as a comma-separated string

    type github_com_sugerio_marketplace-service_pkg_orm_notificationmessage.Type (string)

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

Loading...