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.
Parameters
optional string
contactuuid The contactuuid
of the contact to retrieve from the Org's contacts directory.
Result
Properties
object
contact The contact that was retrieved.
Show child attributes
object
avatar The contact's avatar.
Show child attributes
string
link The link to the contact's avatar.
string
type The type of avatar.
object
basic Show child attributes
string
descname A descriptive name for the contact. This is the combination of the contact's first name, middle names, and last name.
string
firstname The contact's first name.
string
middlenames The contact's middle names.
string
lastname The contact's last name.
array of objects
contactpoints Show child attributes
string
contact The contact "value" of the contactpoint. This could be an email address, mobile number, or a handle.
string
type The type of contactpoint. This could be:
email
stubberhandle
mobile
slack
etc.
string
uuid The unique identifier of the contactpoint.
string
contactuuid The contact's unique identifier.
string
orguuid The unique identifier of the Org the contact belongs to.
string
type The type of contact. This could be individual
or group
.
string
createdAt The date and time the contact was created.
string
updatedAt The date and time the contact was last updated.