TTS notification and Text notification together to app

the TTS notification and the separate Text notification works fine.

- id: '1667127576xxxx'
  alias: HS-Notify
  description: Notity des HA-Apps
  trigger:
  - platform: state
    entity_id:
    - sensor.hs_notify_txt
  condition: []
  action:
  - service: notify.mobile_app_xxxxxx
    data:
        message: TTS
        data:
            ttl: 0
            priority: high
            media_stream: alarm_stream_max
            tts_text: 'Alarm.......Alarm.........{{ states("sensor.hs_notify_txt") }}..........Alarm.......Alarm.........{{ states("sensor.hs_notify_txt") }}'

Here the TTS notification.
Is there a way in this automation to add an additional Text, that will displayed in the notifications until it will be confirmed.
I mean like a separate text notification.