Hello,
I would like to create a zap for the following:
1. when a new file arrives in my dropbox, then should
2. via Webhook, this file is to be sent using the POST command.
The structure would be:
POST
URL: https://.......
Paylodtyp: Form
DATA: Attachment[upload] > The file from the dropbox
Unfortunately I am facing the problem that in the body only the link to the file is added and my target only accepts real files.
If I do something like this with Postman, it works wonderfully.
Unfortunately not with paper.
Does anyone have an idea ?????
Greetings