create_contact
Create a Salesforce contact with fields for name, email, phone, title, and mailing address. Adds customer data to your CRM.
Instructions
Create a new Salesforce contact
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Contact email address | ||
| phone | No | Contact phone number | |
| title | No | Contact job title | |
| lastName | Yes | Contact last name (required) | |
| accountId | No | Associated account ID | |
| firstName | No | Contact first name | |
| department | No | Contact department | |
| description | No | Contact description | |
| mailingCity | No | Mailing city | |
| mailingState | No | Mailing state/province | |
| mailingStreet | No | Mailing street address | |
| mailingCountry | No | Mailing country | |
| mailingPostalCode | No | Mailing postal code |