INVALID_ID_FIELD, WhatId is not available for sending emails to UserIds
Introduction This error is thrown while sending email using apex if you are setting User Id in target recipient: setTargetObjectId(usr.Id) and also specifying target record id as: setWhatId(opp.Id). As per Salesforce documentation if you are passing record id in WhatId… Read More »INVALID_ID_FIELD, WhatId is not available for sending emails to UserIds