Slide 4 of 4
- For the last exercise, make an HTTP GET call to blueprint endpoint.
- Use the value of the manufacturer from the previous action to configure a header key called `rpginside`.
- You will get an image in base64 format, but this comes with other data.
- Send a mail to see the image, using a function to consider only the base64 part of the received string to populate the Attachment field. Name the attachment Picture.png.
In this exercise, you will learn to extract a portion of a string, and send it as attachment in a mail.
🔍 Need a Hint?
← Back to Home