Ping Identity

mail_get_attachment

Download the contents of an email attachment as base64-encoded data. Use mail.get_message or mail.get_thread first to find attachment IDs and metadata.

Remote loomal/identity

Remote (network-hosted)

Other tools also called mail_get_attachment? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "messageId": {
      "type": "string",
      "maxLength": 500,
      "description": "The messageId that owns the attachment"
    },
    "attachmentId": {
      "type": "string",
      "maxLength": 100,
      "description": "The attachmentId from a previous mail.get_message call"
    }
  }
}