Pass value to shell_command?

Is there a way to pass a value to a shell command from an action?

In the action id like to be able to add the data
message: ‘some message to pass to shell command here’

And in my config something like…
shell_command:
system_notification: notify-send ‘Home Assistant’ ‘%message%’