Use notify to trigger blend out on montage

is there a way to use a notify to start the blend out of a montage?

I already have a notify signalling the main animation event is over and the rest of the animation is going back to idle. I would like to blend out on this notify because the character idle pose may not be the same as the animation idle pose.

I guess i could make it work using a blend on the AnimGraph. I think using a notify to trigger the blend on the montage would be easier

I was able to achieve what i needed by removing the frames i did not need on the animation, setting the blend trigger to 0 and adjusting the blend out time.