I would like to dynamically compute a st of users and then them a dynamically computed message body.
Is it possible to send this email from a function (written in a code repository) ?
I would like to dynamically compute a st of users and then them a dynamically computed message body.
Is it possible to send this email from a function (written in a code repository) ?
Note that Actions can send an email with a function-backed recipient list and message body. Unless you need to send more than 50 emails at once, this should be your first choice.
If you absolutely need more than 50 recipients, Palantir does have an internal API to send emails. Palantirians reading this-- the name to look for is email-service
. For non-Palantirians reading this, talk to your Palantir support team and they may be able to get you set up.
You could also use a third party solution like SendGrid or the Outlook API. As long as egress is approved appropriately you can use any sort of SMTP API.