I am trying to Send PDF of Current Page to an external Webhook.
But in order to do that, is there a temporary URL where bardeen saves the PDF, so I can retrieve it from that URL?
Or if I must upload it to google drive, how would I get the file URL to send to my external webhook?
ivan
2
Hey @pabblyconnect12k, welcome to the community! Would love to see your intro!
Guessing you’re a pabblyconnect user?
It’s possible to send data to a webhook via Bardeen, you can learn about requests here:
Yet, I don’t think you can send the file directly.
A way to approach it, as you describe is to add an intermediate “upload file to Google drive” action.
This will allow you to access the google drive file url, which you can add into the webhook.
system
Closed
3
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.