How to perform request to download file after trigger webhook?

wer

Member
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?
 
P

Pabblymember11

Guest
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?
 

wer

Member
This is my new test app
pabbly-1.png

Only a simple trigger is set

and this is “Trigger” test
pabbly-3.png


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?

pabbly-2.png
 
P

Pabblymember11

Guest
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.


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.

 
Top