Custom sound for critical iOS notification

Hi,

Is it possible to define sound for critical notifications? I got it working for normal notification, but don’t seem to get correct syntax for critical notification. Or is that possible at all?

Yes you can. I import a .wav file into iOS companion through iTunes. here’s the service data example:

data:
  push:
    sound:
      critical: 1
      name: air_raid.wav
message: Alarm triggered
title: ALARM TRIGGERED!!
1 Like

Thanks, got it working!