Send Email

Is there a way to send email via API? All I could find was about user account configuration. I want to be able to have an application send an email (with an attachment) to a user from within d2l.
Reacties
-
@Randall.S.394 I don't think so. I feel like I've been through the documentation left and right and have never found an instance of it. It would be nice, I created a .js project that through bulk .csv file, creates a guest user, randomizes a password, forces the user to reset their password once logged in, but at this time my app only allows me to click a button and open our email in browser (Outlook) to send each one as they are created. If I can figure out how to use API calls from the desktop, I hope to utilize Microsoft Power Automate Flow to do the emailing for me. I can only seem to run API calls from custom pages, widgets and Postman but not from a localhost desktop app. I always run into authentication/403 error page in D2L.