notification_document_download_url_create
Create a presigned URL to download a document from a notification request using the request ID and attachment ID. Get a secure download link.
Instructions
Creates a presigned download URL for a document attachment on a notification request. Requires: notification_request_create → requestId, notification_document_add → attachmentId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | Yes | UUID of the notification request. Obtain from notification_request_create. | |
| attachmentId | Yes | MANDATORY. UUID of the attachment. Obtain from notification_document_add. |