Skip to main content

i have checked the official documentation provided by salesforce. the deliverability page settings are captured in metadata --> emailadminstration settings.  but could not find details about the deliverability. we tried to use lwc component that would read the page and give us back the result using api. but salesforce prevents that, is there a way we can bypass that.    

1 respuesta
  1. 4 dic 2025, 12:56

    Yeah, Deliverability isn’t exposed via any standard API or metadata call, so you can’t pull it directly from multiple orgs. The only workaround I’ve seen is using a custom Apex callout to scrape the setup page in HTML, but that’s pretty hacky and prone to breaking. Realistically, you’ll need to check it manually or track it in a custom setting you update whenever it changes.

0/9000