function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Kevin_DMKevin_DM 

Sending Documents From a Developer Organization

Hi everyone, so I am developing an application in a developer organization which sends emails through POST requests to an external API. Back in February or so I was able to send Salesforce Documents as attachments in my requests which would arrive at a recipient's inbox as an attachment which was expected. Now however whenever I send a Document as an attachment in my requests the Document seems to drop off of the request even though in Debug logs it shows all of the necessary content, image below:

Salesforce Debug Request Log

I checked the Base64 conversion string and it does convert back into a pdf with the expected content. I am at a loss at this point as to why the Documents no longer send out in the email POST requests and was wondering if anything has been changed to Developer Organizations that limit this type of functionality or if something else could be wrong.
Deepak Maheshwari 7Deepak Maheshwari 7
Please check in your Org if Email Deliveriblity has all Emails access or not.
Deepak Maheshwari 7Deepak Maheshwari 7
Did you check Email Deliveriblity of your Org?
Kevin_DMKevin_DM
Yes I have checked the Email Deliverability settings and it is set to All Emails.