RESTAPI:Recipient NotificationMail From Sender Point Of View: Unterschied zwischen den Versionen
Aus Cryptshare Documentation
K (update in the Api heading) |
K (Removing un-wanted inpuit params) |
||
Zeile 5: | Zeile 5: | ||
=== Rest Api to get the recipient notification mail from point of view of the sender 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 | POST https://<your-url>/api/users/<sender-email-address>/transfers/<tracking-id>/emails/sent | ||
The input accepts following properties | The input accepts following properties | ||
Zeile 13: | Zeile 11: | ||
!Description | !Description | ||
!Property | !Property | ||
|- | |- | ||
|The recipients which will be included in the email along with the recipients of the transfer. | |The recipients which will be included in the email along with the recipients of the transfer. |
Version vom 9. Juli 2024, 06:27 Uhr
Please note that the Cryptshare Server only allows this operation for a verified sender email address (see Verification).
This API endpoint allows a user to request an email associated with a particular transfer, which will be received at the recipient end, but from the sender's point of view. 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 input accepts following properties
Description | Property |
---|---|
The recipients which will be included in the email along with the recipients of the transfer. | additionalRecipients |
The section for includng the mail of the 'to' recipients | to |
The section for includng the mail of the 'cc' recipients | cc |
The actual email id or additional recipient |
The response of this request is in text/html;charset=iso-8859-1 format, rather than JSON. The response email will not contain the download button, or the notification mails which are in the bcc.