Hello,
I’m looking to create an automated process using the WORKFLOW extension, with the goal of retrieving a PDF by sending an HTTP request.
Currently, the POST returns a response that I capture in WORKFLOW. However, this response is a download link for a PDF file.
My goal is to download this PDF and then add it to my Attachment's entity.
Unless I’m mistaken, this isn’t possible natively.
What approach do you recommend? Hook, Custom Services action, ... ?
I’m looking to create an automated process using the WORKFLOW extension, with the goal of retrieving a PDF by sending an HTTP request.
Currently, the POST returns a response that I capture in WORKFLOW. However, this response is a download link for a PDF file.
My goal is to download this PDF and then add it to my Attachment's entity.
Unless I’m mistaken, this isn’t possible natively.
What approach do you recommend? Hook, Custom Services action, ... ?
Comment