Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

scopeThe scope object. The segment must be within the scope.Mandatory
to

An array of companies/persons to notify. Each array element has these properties:

  • cid: The company to notify
  • uid: The person to notify (optional)

You can only notify people who correspond to those returned by a prior call to resources/team/comment or resources/team/document

Example:

Code Block
[ { "cid": 133, "pid": null }, { "cid": 200, "pid": 23 } ]
Mandatory
messageOptional message to include. You do not really need to add a message because the email will already include the content of the comment.Optional

 

RESULTSNone.

A JSON with these properties:

count

Total companies/people notified by email.

This generally is identical to the number of elements in the "to" parameter. However, the system eliminates targets that are not valid team members as well as those that have no email configured.

int