You can use a filter on this trigger such as: $.requestedItemsStatus[?(@.type==“ACCESS_PROFILE”)] to only trigger for Access Profiles being provisioned.
To display the access profile name in the email, you can use the Send Email action. Define the variable in the templating context and reference the variable in the body of your email as needed.
You can use something like this in the Send Email Action. Just a note, this example I am providing works, provided only one Access Profile is requested at a time. Currently, only one Access Profile can be requested at a time, so this can work for you, but I know there is some discussion around possibly allowing for multiple Access Profiles to be requested in the future. If that is the case and this update is released, this Action will need to be updated in the future with something like a Loop or filter, depending on the desired outcome.
Since I assume your Trigger is filtering for only Access Profile type requests and only one Access Profile can be part of these types of requests, you can use the below information in your Send Email Action to have the Access Profile name included in your email body