notification_certificate_generate
Generate delivery-certificate reports for notifications on a request, returning a reportId for later PDF URL retrieval.
Instructions
Generates a delivery-certificate report for one or more notifications on a request. Use once notification_request_status shows the relevant notifications have left their in-flight state. Requires: notification_request_create → requestId, notification_request_status → notificationIds. Returns a reportId — call notification_certificate_pdf_url_get with it to get the actual download URL (2-step, same shape as Evidence's report tools).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportId | No | MANDATORY. UUID of the report. | |
| template | Yes | ||
| requestId | Yes | UUID of the notification request. Obtain from notification_request_create. | |
| languageCode | Yes | ||
| additionalData | No | ||
| notificationIds | Yes | ||
| embedAttachmentsEnabled | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportId | No | ||
| template | Yes | ||
| requestId | No | ||
| languageCode | Yes | ||
| additionalData | No | ||
| notificationIds | Yes |