Tasks
Create Contact
Creates a contact in the stub's org.
Also see find or create contact which allows conditionally creating a contact.
Basic usage
Parameters
required string
descname The descriptive name of the new contact.
string
type The new contact's type.
Options
individual
group
Default: individual
string
title The new contact's title, e.g. Mr. Mrs. Ms. Dr.
string
birthday The new contact's birthday.
string
company The new contact's company.
string
position The new contact's position within the company.
string
stubberhandle The new contact's stubberhandle contactpoint.
string
mobile The new contact's mobile contactpoint.
string
email The new contact's email contactpoint.
Result
Properties
string
contactuuid 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.