Hi there,
is there a possibility to download a file from a given 3rd party API Endpoint?
I have several worflow rules which will trigger sequentially (login -> create file on 3rd party -> download file).
Since you need to add a 2nd param to
$file= json\retrieve($_lastHttpResponseBody, '');
entity\setAttribute('response', $file);
i cant simply get the whole content.
Or is there another way to retrieve a file?
Thanks!
is there a possibility to download a file from a given 3rd party API Endpoint?
I have several worflow rules which will trigger sequentially (login -> create file on 3rd party -> download file).
Since you need to add a 2nd param to
$file= json\retrieve($_lastHttpResponseBody, '');
entity\setAttribute('response', $file);
i cant simply get the whole content.
Or is there another way to retrieve a file?
Thanks!