Hi All,
I'm trying to automate a full process of which Dropbox is part. I need to be able to send a file request using the API and then be notified via a webhook or a periodic poll (not by email) when a file has been uploaded but the file request URL. This way I can determine where the file came from and continue the automation.
I can now do the first part, send the file request, thanks to @Greg-DB 👍 but need to know what options I have to be notified when this has happened. I can store the URL or the ID from the creation somewhere but not sure how I can get that information returned when an upload is completed.
Thanks🙏