1. Tasks
  2. Get Contact

Tasks

Get Contact

The Get Contact task retrieves a contact from your Org's contacts directory.

The contact's contactuuid is required for this task.

Basic usage

Get the contact details of the person who ran the action with this task.

loading...

Parameters

contactuuid
optional
string

The contactuuid of the contact to retrieve from the Org's contacts directory.

Result

loading...

Properties

contact
object

The contact that was retrieved.

Show child attributes
avatar
object

The contact's avatar.

Show child attributes

The link to the contact's avatar.

type
string

The type of avatar.

basic
object
Show child attributes
descname
string

A descriptive name for the contact. This is the combination of the contact's first name, middle names, and last name.

firstname
string

The contact's first name.

middlenames
string

The contact's middle names.

lastname
string

The contact's last name.

contactpoints
array of objects
Show child attributes
contact
string

The contact "value" of the contactpoint. This could be an email address, mobile number, or a handle.

type
string

The type of contactpoint. This could be:

  • email
  • stubberhandle
  • mobile
  • slack

etc.

uuid
string

The unique identifier of the contactpoint.

contactuuid
string

The contact's unique identifier.

orguuid
string

The unique identifier of the Org the contact belongs to.

type
string

The type of contact. This could be individual or group.

createdAt
string

The date and time the contact was created.

updatedAt
string

The date and time the contact was last updated.