itglue_create_contact
Add new contacts to IT Glue by specifying organization, name, title, contact details, and notes for MSP documentation.
Instructions
Create a new contact in IT Glue.
Args:
organization_id (number): Organization ID (required)
first_name (string): First name (required)
last_name (string): Last name (required)
title (string): Job title
contact_type_id (number): Contact type ID
location_id (number): Location ID
important (boolean): Mark as important
notes (string): Notes
contact_emails (array): Email addresses
contact_phones (array): Phone numbers
response_format (string): 'markdown' or 'json'
Returns: The created contact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_id | Yes | Organization ID (required) | |
| first_name | Yes | First name (required) | |
| last_name | Yes | Last name (required) | |
| title | No | Job title | |
| contact_type_id | No | Contact type ID | |
| location_id | No | Location ID | |
| important | No | Mark as important contact | |
| notes | No | Notes | |
| contact_emails | No | Contact email addresses | |
| contact_phones | No | Contact phone numbers | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |