Slide 4 of 4
- For the last exercise, make an HTTP GET call to blueprint endpoint.
- Use the value 'rt.ru' to configure a header key called `rpginside`.
- Put the car manufacturer and model that you found in previous actions, separated by a hyphen (or dash), as a string in the action body.
- 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