Metadata Fields to Set Relay Destinations

You can use metadata profiles to set file relay destinations by adding metadata text fields with specific names:
Metadata Field Name Description Format Example
SenderShareId Upload to the specified share instead of uploading to the default inbox. share_id_number 3
RecipientShareIds In addition to the default inbox, upload copies of files to other shares (defined by share IDs), depending on the user. {"user_name": share_id_number(s), ...}
Note: Value must be valid JSON.
{"admin": 4, "other_user": [5, 6]}
OverrideShareIds In addition to the default inbox, upload copies of files to the following shares (defined by share IDs). [share_id_number, share_id_number, share_id_number ]
Note: Value must be valid JSON.
[1, 2, 3]