classic_mac_send_appleevent
Send a generic Apple Event to a Classic Mac OS application by specifying the app name or creator code and event type.
Instructions
Send a generic Apple Event to an application. TARGET is app name or creator code, EVENT is the event type (e.g. 'oapp'). Requires AgentBridge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | Target app name or creator code | |
| event | Yes | Apple Event type (e.g. 'oapp', 'odoc') | |
| params | No | Optional event parameters | |
| target | No | Target ID or alias. Optional if only one target is configured. |