Power Automate errors / Schema
OpenApiOperationParameterValidationFailed. SendEmailV2 is missing required property 'Attachments/ContentBytes'.
Cause
The Send an email (V2) Attachments array is missing the ContentBytes property, usually because the attachment object was built without all required fields.
Fix
Construct each attachment with both Name and ContentBytes: {"Name": "<file>", "ContentBytes": "<base64>"}. Use outputs('Get_file_content')['body/$content'] for the base64 content. Do not mix ContentBytes (V2) with the older Content property. Test by sending to yourself first.
Part of the Automation Error Index — Power Automate errors: browse all.
Hitting an automation error we have not covered?
AutomateLab builds and debugs n8n, Make, and agent workflows as fixed-scope projects. If something is broken in production, tell us what you are seeing.
Describe the problem