Displaying "baseline name" in pre-action e-mail

I am creating a pre-action job to send myself an e-mail when a baseline starts. I cannot find the correct “relevence” to display the baseline name. I was able to display the action ID using {actionID}. Can someone tell me the correct syntax to display the baseline name?

// NOTIFICATION_START
// to: "mac@emailaddress.com"
// from: "noreply@bigfixteam.com"
// subject: “The Patch Job titled ‘{actionID}’ has begun.”
// body: “Thanks, -Mac”
// NOTIFICATION_END

Thanks,
-Mac

P.S. If someone has a more efficient way to send a pre-action e-mail, I am all ears…