{ "opencollection": "1.0.0", "info": { "name": "Helpcenter Emails API", "version": "1.0.0" }, "items": [ { "info": { "name": "Emails", "type": "folder" }, "items": [ { "info": { "name": "Get Download Attachments Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:module/:recordId/Emails/actions/download_attachments", "params": [ { "name": "module", "value": "", "type": "path", "description": "The API name of the CRM module." }, { "name": "recordId", "value": "", "type": "path", "description": "The unique record ID." }, { "name": "user_id", "value": "", "type": "query", "description": "The ID of the user." }, { "name": "message_id", "value": "", "type": "query", "description": "The ID of the email message." }, { "name": "id", "value": "", "type": "query", "description": "The attachment ID." }, { "name": "name", "value": "", "type": "query", "description": "The attachment name." } ] }, "docs": "Fetches the binary content of an email attachment for a specific record." }, { "info": { "name": "Download inline images embedded in an email related to a record", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:module/:recordId/Emails/actions/download_inline_images", "params": [ { "name": "module", "value": "", "type": "path", "description": "The API name of the module." }, { "name": "recordId", "value": "", "type": "path", "description": "The unique ID of the record." }, { "name": "user_id", "value": "", "type": "query", "description": "The unique ID of the record owner." }, { "name": "message_id", "value": "", "type": "query", "description": "The message ID from the email response." }, { "name": "id", "value": "", "type": "query", "description": "The unique ID of the inline image attachment." } ] }, "docs": "Download inline images embedded in an email related to a record." } ] } ], "bundled": true }