add_case_attachments
Attach files or URLs to a Pega case at any lifecycle stage. Use temporary file IDs or direct URLs in a single atomic operation—ensuring all attachments succeed or none are added.
Instructions
Attach files and/or URLs to a Pega case regardless of the context or stage of the case lifecycle. Can attach temporary uploaded files using their IDs (from upload_attachment tool), or add URL/link attachments directly. Supports multiple attachments in a single atomic operation - if any attachment fails, no attachments are added to the case.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
attachments | Yes | Array of attachment objects to add to the case. Can contain file attachments (using temporary attachment IDs from upload_attachment tool) and/or URL attachments. All attachments must be successfully processed or none will be attached (atomic operation). | |
caseID | Yes | Full case handle (case ID) to attach files/URLs to. Example: "OSIEO3-DOCSAPP-WORK T-561003". Must be a complete case identifier including spaces and special characters. |