Need to Attach Content of URL to Case as PDF

Hello Everyone,

I have a link to external system that i provide on case. Requriement is if i pass framed URL then content in URL needs to be fetched and should attach as PDF to a case.

Flow → Advanced Automations->-Attach a contnet is being attached as URL.

So, want some alternate solutions to acheive above requirements.

Let me know, if anyone has worked on this similar requirement.

@LearnVTHKrishnaYou can do it via an activity.

1.create a temp page of Data-WorkAttach-File

  1. Get the Data and save it on pycontentstream

  2. Save and the page

  3. Add link object

5 commit

@gasharma

Thanks for your reply, how to get data from that URL.

@LearnVTHKrishna What is the external System you are using?

Let’s say if its Sharepoint then it has Apis to get you the data in as part of the response when you pass the URL of the page.

If you can explore the API of the external system you can get it.