How to create a custom notification channel?

Just put it in an action, it will be automatically created after send the notification.

action: notify.mobile_app_<your_mobile_device_id>
data:
  message: "Hey Brother!"
  data:
    # For Android only
    channel: "Critical"   
    
1 Like