Sharing a transfer
Shares an existing transfer with more recipients. Recipients may be specified using their email address or via contact group names (you need to have these groups defined in the contacts area first). Sharings does not add new recipients to an existing transfer. Instead it only sends out download links. When sharing with an existing recipient - they will receive their original tracked download link again. When sharing with new recipients - they will receive the general (non-tracked) download link.
Unique identifier of the transfer that should be forwarded.
Custom message to be included in the email that will be sent out to recipients.
List of email addresses or contact group names which should receive this transfer.
POST /transfer/share HTTP/1.1
Host: api-public.filemail.com
Content-Type: application/json-patch+json
Accept: */*
Content-Length: 52
{
"transferid": "text",
"message": "text",
"to": [
"text"
]
}
{
"responsestatus": "OK",
"errorid": "text",
"errormessage": "text",
"data": null,
"errorcode": 1
}
Last updated
Was this helpful?