🔐 Authentication
📝 Notification Content
🎯 Target Audience
🔗 Deep Link (Optional)
💡 Deep Link คือ นำผู้ใช้ไปยังหน้าที่ต้องการภายในแอปเมื่อกด notification
⚙️ Settings

Tips & Checker

ตรวจสอบ deep link preview และตั้งค่า topic หรือ token ให้ถูกต้องก่อนส่ง


ตัวอย่าง payload
{
  "api_key":"test",
  "title":"Hello",
  "body":"Message",
  "target_type":"topic",
  "topic":"all_users",
  "channel_id":"default_channel",
  "deep_link":"myapp://home"
}