web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Graph API PDF attachme...
Power Automate
Answered

Graph API PDF attachment ContentBytes

(0) ShareShare
ReportReport
Posted on by 116
Dear Community,
 
I am trying to send pdf attachment via email and GraphAPI. However, I am unable to get through the contentBytes section. I have also tried sending FileContent directly but unable to.
 
"contentType": "application/pdf",
  "message": {
    "IsReadReceiptRequested": "true",
    "IsDeliveryReceiptRequested": "true",
    "subject": "@{items('Apply_to_each')?['Subject']}",
    "body": {
      "contentType": "Text",
      "content": "@{items('Apply_to_each')?['NewBody']}"
    },
    "toRecipients": [
      {
        "emailAddress": {"address": "@{items('Apply_to_each')?['EmailTo']}" }
      }
    ],
  "attachments": [
      {
        "@odata.type": "#microsoft.graph.fileAttachment",
        "name": "@{outputs('Get_file_metadata')?['body/Name']}",
        "contentType": "application/pdf",
        "contentBytes": "@{base64(body('Get_file_content'))}"
}
      }
    ]
},
 "save To SentItems": "true",
}
 
Categories:
I have the same question (0)
  • Verified answer
    VK-25071541-0 Profile Picture
    116 on at
    This is sending document now. GraphAPI didnt have permissions in AppRegistrations Azure Portal
     
     "contentBytes": "@{base64(body('Get_file_content'))}"
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 386

#2
Valantis Profile Picture

Valantis 342

#3
Haque Profile Picture

Haque 336

Last 30 days Overall leaderboard