km_add_notification
Add a notification action to a specified Keyboard Maestro macro using its ID or name, with title, message, and optional subtitle.
Instructions
Add a notification action to a macro. Much simpler than using km_add_action with raw XML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Notification title | |
| message | Yes | Notification message/body text | |
| subtitle | No | Optional subtitle | |
| macroIdentifier | Yes | Macro name or UID |