| Line 70: |
Line 70: |
| | | | |
| | When using this trigger, the following magic text values are available: | | When using this trigger, the following magic text values are available: |
| − | * [notification_text] - The full notification text | + | * {notification} - The full notification text |
| − | * [notification_title] - The notification title | + | * {not_title} - The notification title |
| − | * [notification_app] - The name of the app that posted the notification | + | * {not_app_name} - The name of the app that posted the notification |
| − | * [notification_package] - The package name of the app | + | * {not_app_package} - The package name of the app |
| − | * [notification_big_text] - Extended notification text (if available) | + | * {not_text_big} - Extended notification text (if available) |
| − | * [notification_channel] - The notification channel ID (Android 8.0+) | + | * {not_channel} - The notification channel ID (Android 8.0+) |
| | | | |
| | ''' Notes ''' | | ''' Notes ''' |
| | | | |
| | * This trigger requires Notification Access permission to be granted to MacroDroid | | * This trigger requires Notification Access permission to be granted to MacroDroid |
| − | * Minimum Android version: 4.1 (API 16)
| |
| | * On Android 15+, there may be restrictions on accessing notification content | | * On Android 15+, there may be restrictions on accessing notification content |
| | * The "Prevent multiple triggers" option is useful for apps that update notifications frequently (like download progress notifications) | | * The "Prevent multiple triggers" option is useful for apps that update notifications frequently (like download progress notifications) |
| Line 89: |
Line 88: |
| | | | |
| | * [[Action: Clear Notifications]] | | * [[Action: Clear Notifications]] |
| − | * [[Action: Post Notification]] | + | * [[Action: Display Notification]] |
| − | * [[Constraint: Notification on Screen]] | + | * [[Constraint: Notification Present]] |