Critical message with attached image and action!

this is the yaml im trying

hi all! anyway to send a critical message over an automation? unable to send as critical… only as normal

service: notify.mobile_app_andress_iphone_12_pro
data:
message: Alguien en la puerta
title: Puerta Principal
data:
image: /local/frontdoor.jpg
critical: 1
actions:
- action: URI
title: Front Door
url: /dashboard-camaras/1?kiosk
- action: UNLOCK_DOOR
title: Unlock Door

thanks!

Please post your code as preformatted text (</> in the toolbar). Spacing is important.

service: notify.mobile_app_andress_iphone
data:
message: Alguien en la puerta
title: Puerta Principal
data:
image: /local/image.jog
actions:
- action: URI
title: Front Door
url: /dashboard-camaras/
- action: UNLOCK_DOOR
title: Unlock Door
push:
sound:
name: default
critical: 1
volume: 1

done:)