8000 alert command · kbranch/Magpie Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alert command

kbranch edited this page Feb 27, 2024 · 1 revision

Sends Magpie a message to show the user.

Direction: autotracker -> Magpie

Properties

  • title - Text to display in the header of the dialog
  • body - Text to display in the body of the dialog

Example

{
   "type":"alert",
   "title":"Dialog title",
   "body":"Dialog body",
}
Clone this wiki locally
0