create_contact
Create a contact record in IT Glue by supplying organization ID, first and last name, and optional contact type, location, emails, and phone numbers.
Instructions
Create a new contact in IT Glue.
Args: organization_id: Organization ID (required) first_name: Contact first name (required) last_name: Contact last name (required) contact_type_id: Contact type ID location_id: Location ID title: Job title important: Whether this is an important contact notes: Additional notes contact_emails: List of email objects with 'value' and optional 'label_name', 'primary' contact_phones: List of phone objects with 'value' and optional 'label_name', 'primary', 'extension'
Returns: JSON string with the created contact
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| title | No | ||
| important | No | ||
| last_name | Yes | ||
| first_name | Yes | ||
| location_id | No | ||
| contact_emails | No | ||
| contact_phones | No | ||
| contact_type_id | No | ||
| organization_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |