Download SSL bundle from API

Hi all.

My DNS provider has a REST API that allows me to receieve a JSON response containing my SSL certificates. I have success fully created a REST Command that can download this (and I can see the corrct result from Developer Tools > Services), but I don’t know how I’d get the contents of two of the JSON properties into their respective files on the disk automatically. My initial thought was to use an automation to send the API request and parse the JSON response into the files, but now I’ve got the REST command working, I’m realising that it’s probably not possible to do what I was imagining. Does anybody have any suggestions?

Thanks :slight_smile: