Tasks
Create Contact
Creates a contact in the stub's org.
Basic usage
Parameters
descname
required
string
The descriptive name of the new contact.
type
string
The new contact's type.
Options
individual
group
Default: individual
title
string
The new contact's title, e.g. Mr. Mrs. Ms. Dr.
birthday
string
The new contact's birthday.
company
string
The new contact's company.
position
string
The new contact's position within the company.
stubberhandle
string
The new contact's stubberhandle contactpoint.
mobile
string
The new contact's mobile contactpoint.
string
The new contact's email contactpoint.
Result
Properties
contactuuid
string
The contactuuid of the newly created contact.
Examples
Create a group contact
Create a contact from field data
Substitutes the params for data captured in the action's form.