create_contact
Create a new contact record in Crelate by providing first and last name, with optional details like email, phone, company, and job title.
Instructions
Create a new contact in Crelate.
Args: first_name: Contact's first name (required) last_name: Contact's last name (required) email: Contact's email address phone: Contact's phone number company_name: Associated company name title: Contact's job title
Returns: JSON string containing the created contact details including ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | |||
| phone | No | ||
| title | No | ||
| last_name | Yes | ||
| first_name | Yes | ||
| company_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |