Push Token Attach QR &

Hi !!
There is anyway to send via email the qr code from a push token with event handler?
Thanks!

What about a screengrab?

The response of the push token creation contains pushurl->img, which is the QR code.

However, there is no direct tag for this to be used in the notification handler.
You could use a script handler to generate the QR code and send it via the script.

Or you could use the ResponseMangler Handler to change the response from “pushurl” to the googleurl and then use the googleurl tag in a 2nd notification handler.