I am trying to create the following flow:
When a user submits a MS form response, an API call is sent to the QR code generator tool using HTTP then gets back the following output:
{
"$content-type": "image/png",
"$content": "iVBORw0KGgoAAAANSUhEU....etc
}
Now I would want to convert this HTTP output into an QR code image file (PNG) and attach it to the email so that it can be sent out via email.
Please help me out with the next steps.
Screenshots for reference: