php variable issue

I need to add variable called $new_status, but its not being recognised on php, any suggestions.

$sendData = '{ "messages" : [ { "content" : "Your order is $new_status.", } ] }';