1st, I am not a developer. I can use webhooks with Zapier and understand things...that's about it.
I use a web app in my company that creates a Dropbox folder automatically in my account for each "Order" placed. I can get a webhook payload from the app that contains "Dropbox Folder Identifier" which the value looks something like: id:j30bOvS0fLgAAAAEw_w (made-up example) etc.
What I need to do is have the friendly URL for the folder returned in a Slack channel Message upon creation, so that the appropriate person can get to it quickly. OR a way to use/append a URL to access the folder with the ID (cant seem to figure this out)
Can anyone help with this?