RESTAPI:Recipient NotificationMail From Sender Point Of View
This API endpoint allows a user to request an email associated with a particular transfer. The email is a copy of a recipient notification email, but without the recipient related data (e.g. the recipient respective download link). It serves as a copy that can be saved for example in the sender's Sent folder.
The request must be made by the same user who initiated the transfer to ensure authenticity. The user has the option to include additional recipient email addresses to be included in the email along with the original recipients of the transfer.
REST API to get the recipient notification mail from point of view of the sender of the transfer
POST https://<your-url>/api/users/<sender-email-address>/transfers/<tracking-id>/emails/sent
The request accepts following properties
Description | Property | Type |
---|---|---|
Additional recipients object that are not part of the Cryptshare transfer, but that should be mentioned in the email. | additionalRecipients | RecipientsDto |
Description | Property | Type |
---|---|---|
The section for including the mail of the 'to' recipients | to | List of RecipientDto |
The section for including the mail of the 'cc' recipients | cc | List of RecipientDto |
The section for including the mail of the 'bcc' recipients | bcc | List of RecipientDto |
Description | Property | Type |
---|---|---|
The actual email id or additional recipient | String |
The response of this request is in text/html;charset=utf-8 format, rather than JSON. The response email will contain neither the download button nor the email addresses which are in the bcc.