km_add_action
Add an action to an existing Keyboard Maestro macro by providing the macro name or UID and the action's XML definition.
Instructions
Add an action to an existing macro using XML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actionXml | Yes | XML for the action (e.g. <dict><key>MacroActionType</key><string>Notification</string><key>Title</key><string>Hello</string></dict>) | |
| macroIdentifier | Yes | Macro name or UID |