How to perform request to download file after trigger webhook?
Status: Closed · Asked by wer on · 0 views
When adding a app of Workflow, after Triggers is set up, the data sent here includes the base64 data of the file or a download address.
The download address requires auth login before downloading. How to perform one step after the trigger's webhook is triggered to download the file Download and return?
Hey @wer
How to perform one step after the trigger's webhook is triggered to download the file Download and return?
Could you please elaborate on your concern briefly on which application response you are getting and to which action event you want to pass the data?
This is my new test app
Only a simple trigger is set
and this is “Trigger” test
The link with the red line, requires auth to get the token before the file can be downloaded,If you are not logged in or do not have a token, you cannot download this file.
Generally, the next step "Action" is to save the file in a network disk such as dropbox
There is a "Multi step trigger" here, can I download files with further logins here? How do I set it up?

Hey @wer
You may refer to the following guide for creating the app on the platform here. Kindly give it a try and let us know.
https://forum.pabbly.com/forums/pabbly-connect-app-integration-guide/
In the meantime, you can also submit your integration request on our roadmap. We prioritize the integrations based on the number of upvotes received for the application.