Contacts & CRM
createContact
Create Contact
Create a new personal contact for the caller.
Arguments
addressstringoptionalOptional address.birthdaystringoptionalBirthday as a calendar date: "YYYY-MM-DD", or "--MM-DD" when the year is unknown (e.g. "--07-29" for July 29). Never shifts across timezones.emailstringoptionalOptional email address.iconDataobjectoptionalSet an emoji (or named lucide icon) as the contact's avatar.jobTitlestringoptionalOptional job title.linksobject[]optionalReplacement list of social links (replaces existing). Each is the platform/handle as a title + url, e.g. Telegram, Instagram, X, LinkedIn, WhatsApp.namestringrequiredThe contact's full name (required).notesstringoptionalOptional free-form notes.phonestringoptionalOptional phone number.propertiesobject[]optionalReplacement list of arbitrary custom key/value properties (replaces existing).stagestringoptionalInitial lifecycle stage (status). Defaults to lead.tagsstring[]optionalOptional tags to categorize the contact.
Returns
The registry does not declare a return shape.
Declared limits
name: minimum length 1
Ask for it
The Cloud routes these requests to this verb.
- add a contact for Jane Doe
- save this person to my CRM as a lead
- create a contact with their Telegram and LinkedIn
Pair it with
The verbs that finish the job.