Merging PDF files connection

Hi,

I’d like to merge PDF with a connection and like to receive the merged PFD file back into Triggre.
Is there someone who has made this already and have an example of this type of connection for me?

I prefer a synchronous connection (real time) and not a async connection

many thanks

Ed

1 Like

Hi @Ed1,

It currently depends on how you get the PDF back. We don’t support downloading files from a URL into your application yet. This is on our roadmap.

If you can send that URL to an incoming Web API however, you can get the file into your application. We have a knowledge base article that describes the supported types, among which files:

How to create an incoming Web API

Hope that helps!