Hello Dropbox!
I am trying to set up an automated workflow via zapier for our company juniqe.com:
i need to invite new folder members as editors via their email, am am trying to do so via a webhook POST to the endpoint:
https://api.dropboxapi.com/2/sharing/add_folder_member
with the following data:
"{\"shared_folder_id\": \"{{folderid123456}}\",\"members\": [{\"member\": {\".tag\": \"email\",\"email\": \"{{memberemail123456}}\"},\"access_level\": \"editor\"}],\"quiet\": false,\"custom_message\": \"Here's your share folder!\"}"
this always returns: api.dropboxapi.com returned (400) Bad Request and said nothing
I can authenticate correctly and it recognizes the end point, i am sure the error is in the syntax somewhere 
I'd really appreciate it if you could assist me and point me in the right direction - i am not a coder and am just taking a crack at something our product team hasn't had time for...
Have a good day, cheers from berlin!
Martin