Transforms notification data using the appropriate transformation configuration.

  • Parameters

    • notificationData: Record<string, any>

      The input notification data.

    Returns null | Record<string, any>

    A transformed object or null if no matching transformation rules are found.