I have an email webhook to which azure sends my subscribed price view. I extract the attachment (png) and resend the email with a nice template, works.
Problem 1: do you know how I can integrate the image from the attachment into my email body?
Problem 2: azure sends two images, one inline and one as an attachment, the webhook creates 2 attachments from this, which are then forwarded at the end. How can I control this so that I only forward one attachment? I can’t change this in azure.
Done, i used the file size. Can i download multiple files from Dropbox to put it into the body? I had tried it with a router; downloaded the file in both strands and processed it with the aggregator, but I can’t get the second strand into the main strand so that I can get the image into the e-mail.