Smart Rule to prompt for filename

Is it possible to have a smart rule that prompts for a filename when a file with a filename containing a specific string is added to the inbox?

Actually it’s recommended that smart rules run without user input and therefore silently in the background. Otherwise the prompt might block other actions. However, via AppleScript it’s of course possible. How do you actually add items to the inbox? Maybe the group selector is an option.

And what is your naming convention?
If you’re looking for input with a specific string, what string and what would you enter as the filename?

The file will be saved in the inbox as “yy-mm-dd - Meeting” with “Meeting” as the string. I would like it to then prompt to rename the filename, allowing me to rename “Meeting” to the actual meeting title.