Tasks
Pick Team Member
Picks and returns a random contact from a team. Only considers individual contacts for selection.
Related to Responsibility and Accountability
Example Uses
- Use this to pick a random team member to assign a task to.
- Use this to randomly select a team member to send a message to.
Basic usage
Parameters
teamuuid required string
The uuid of the team from which a random contact will be returned.
Result
Properties
contactuuid string
The contactuuid of the picked contact.