hi,
my Zapier APP is https://developer.zapier.com/app/117232.
i want to know how to build "File Object" in my trigger.
my APP is used to share/send files between my site to 3rd party site, like Box/Dropbox/GoogleDrive.
my current Trigger is provide a URL to let other APP to receive file from my site to 3rd party site. this work for some site like Box/Dropbox/GoogleDrive.
but there is still some site can not use URL to receive file. like Adobe Creative APP.
my trigger return JSON, among them, there is URL attribute to let other site to download the file from my site.
so i want to know how to create a File Object? i see Dropbox APP can provide a File Object.