RESTAPI:Recipient Notification Mail: Unterschied zwischen den Versionen
K (Details about buttons and bcc) |
(heading typo) |
||
Zeile 4: | Zeile 4: | ||
This API endpoint allows a user to request an email associated with a particular transfer, which will be sent by the server to the recipient's email address. 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. | This API endpoint allows a user to request an email associated with a particular transfer, which will be sent by the server to the recipient's email address. 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 | === Rest Api to get the recippient notification mail of the transfer === | ||
POST https://<your-url>/api/users/<sender-email-address>/transfers/<tracking-id>/emails/recipients/<transfer-id> | POST https://<your-url>/api/users/<sender-email-address>/transfers/<tracking-id>/emails/recipients/<transfer-id> | ||
Version vom 9. Juli 2024, 06:24 Uhr
This API endpoint allows a user to request an email associated with a particular transfer, which will be sent by the server to the recipient's email address. 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 recippient notification mail of the transfer
POST https://<your-url>/api/users/<sender-email-address>/transfers/<tracking-id>/emails/recipients/<transfer-id>
The input accepts following properties
Description | Property |
---|---|
The password of the transfer. | password |
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 contain the download button, reply button but not the notification mails which are in the bcc.