Download Excel File with Workflow HTTP Request

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • snoo
    Junior Member
    • Apr 2015
    • 26

    Download Excel File with Workflow HTTP Request

    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!

Working...