You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where the template points to one of the template names in the email config, method is an enum of ['static', 'group', and 'relationship'], and target is the value used to select the emails to send, based on the method. So, the example above will always send Bob a form_created email to [email protected] when a form is submitted. But, if we wanted to send this to all members of the default group, we could do the following:
Originally posted by @signebedi in #210 (comment)
The text was updated successfully, but these errors were encountered: