How to call a shared job using SQS

I've got an orchestration job that calls other jobs using the SQS component. When I use it call orchestration jobs, it works fine. But I'd like to run multiple instances of an orchestration job concurrently, so I've created a shared job (since multiple instances of the same shared job can be run at the same time, but multiple instances of the same orchestration job would queue). I cannot for the life of me figure out how to call the shared job using the SQS component though. I think I'm just getting the job name wrong. Do I need to pass the full path of the shared job?

 

In the SQS message, I'm using the same values for group, project, version, and environment that I used when I ran it successfully to call an orchestration job. The only parameter I changed was "job." The shared job I'm attempting to call is named "test_shared_job (rev. 1)". I have tried several permutations of that in the request (without the revision number, escaping out the parentheses, etc.), but can't seem to get it to fire.