0

I want to use Action Notifications to send emails to an array of email addresses. Some of these email addresses belong to non-Foundry users. So far I have not been able to find a way to do this. Can this be done?

Dmitry Streblechenko
  • 62,942
  • 4
  • 53
  • 78
Max Magid
  • 245
  • 1
  • 8

1 Answers1

0

No, you can only send Notifications using Foundry user or group IDs. Sending notifications directly to email addresses is not possible. However, you can configure forwarding/redirecting rules in most major email providers like Gmail or Outlook. Just set up a function-backed action with notifications and configure notifications to include data that will fit into the logic of whatever routing rule you configured in your email. (Screenshot below from documentation). enter image description here

Max Magid
  • 245
  • 1
  • 8