Blogs
-
Why Are Your Salesforce Report/Dashboard Emails Not Arriving? | 2026
If you’ve set up scheduled emails for Salesforce Reports or Dashboards but recipients aren’t getting them, the most common reason is an unverified email address or a missing DKIM key. Here’s how to fix it, step by step. Step 1 — Check the Sending User’s Email Go to Setup → Users and look at the…
-
JWT
String iss = ‘hddhhd’; String aud = ‘https://login.salesforce.com’;String sub = ‘ayub@tenetizer.com’;Long exp = DateTime.now().addMinutes(5).getTime(); String jwtHeader = ‘{“typ”:”JWT”,”alg”:”RS256″}’;String jwtClaims = ‘{“iss”:”‘ + iss + ‘”,”sub”:”‘ + sub + ‘”,”aud”:”‘ + aud + ‘”,”exp”:’ + exp + ‘}’; String jwtRequest = System.encodingUtil.base64Encode(Blob.valueOf(jwtHeader)).replace(‘+’, ‘-‘).replace(‘/’, ‘‘) + ‘.’ + System.encodingUtil.base64Encode(Blob.valueOf(jwtClaims)).replace(‘+’, ‘-‘).replace(‘/’, ‘‘);String signature = System.encodingUtil.base64Encode(Crypto.signWithCertificate(‘RSA-SHA256’, Blob.valueOf(jwtRequest), ‘Akwa_VoC_Sync’)).replace(‘+’, ‘-‘).replace(‘/’,…
-
Nonprofit in Salesforce
Salesforce Article: https://help.salesforce.com/s/articleView?id=sfdo.npsp_get_started_with_nonprofit_cloud.htm&language=en_US&type=5 Answer: