Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated Email a Task grammar and spelling

...

PDF Report - To be completed by Unicon

 

Email a Task List

Foreach For each recipient send a unique email.  Synchronous method that will return on success/failure.  If no tasks are selected, then just return the tasks for the person, (just for the session if it is the anonymous user).

...

taskIds : List<String> taskIds - Tasks to printinclude in the message
recipientIds : List<String> recipientIds - People to send email to by idSend an e-mail copy the the e-mail address for these ids
recipientEmailAddresses : List<String> recipientEmailAddresses - Email addresses to send to- Send an e-mail copy to these e-mail addresses, in addition to any recipientIds
goalIds : List<String> goalIds - Goals to print include in the message

Only one of either recipientEmailAddresses or recipientIds is required. Both can be used.

...