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

Notifications

Announcements

Community site session details

Community site session details

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

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 538 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 405 Moderator

#3
abm abm Profile Picture

abm abm 252 Most Valuable Professional

Last 30 days Overall leaderboard