Create Contact
contacts_createCreate a mailbox contact for the signed-in user with email, phone, job title, and company details. Supports both English and Chinese intents for adding contacts.
Instructions
Create a mailbox contact for the signed-in user. Requires delegated Contacts.ReadWrite. Chinese intents / 中文意图: 创建联系人, 新增联系人, 添加邮箱联系人.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| surname | No | Surname. | |
| jobTitle | No | Job title. | |
| givenName | No | Given name. | |
| companyName | No | Company name. | |
| displayName | No | Display name. | |
| mobilePhone | No | Mobile phone number. | |
| businessPhones | No | Business phone numbers. | |
| emailAddresses | No | Contact email addresses. |