Skip to main content

Notification Action

Trigger a macOS notification from any macro.

What It Does

Displays a native macOS notification. Useful for confirming a macro finished, reminding yourself of something, or surfacing a result.

Configuration

  • Title — The headline of the notification
  • Body — The supporting message text
  • Play Sound — Toggle a sound when the notification appears

Variables

Both the title and body support variables, so you can show dynamic content:

Title: Meeting in {minutesLeft} minutes
Body: Your next call is with {contactName}

Next Steps