get_email_attachment
Get a direct download URL for an email attachment by supplying the email ID and attachment ID.
Instructions
Retrieve metadata for one attachment of a sent email (GET /emails/:id/attachments/:attachmentId). Returns a download_url for the file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The email id. | |
| attachment_id | Yes | The attachment id. |