1. Tasks
  2. Pick Team Member

Tasks

Pick Team Member

Picks and returns a random contact from a team. Only considers individual contacts for selection.

Related to Resonsibility 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

{
tasktype
:
pick_team_member
params
:
{
teamuuid
:
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

Parameters

teamuuid
required
string

The uuid of the team from which a random contact will be returned.


Result

{
success
:
true
payload
:
{
contactuuid
:
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

Properties

contactuuid
string

The contactuuid of the picked contact.