Push Notification - Android - Large Icon

I would like to know if you can upgrade the Publish Push Notification and add (Number #4) the Large icon with setLargeIcon ? Please let me know my app will look better.
Thanks, Mario

Screen Shot 2021-09-03 at 11.10.07

The codeless block you referenced in your message is for sending a basic push notification, however, the documentation screenshot you included is for sending a push notification with a push template. Try configuring a push template and then use a corresponding codeless block to send your push notification with your template.

I’m dealing with your recommendation of using the template.

My code is working but incomplete for my purpose of send to different user, should be easy but I don’t know how to write it.

On Swift this is the code:

and the template is this:

How to connect my swift code with the user.email ?

I found “add smart text” it’s possible to use it at Recipients? for replace “sq@sq.com”?
Thanks, Mario