itglue_create_contact
Create a contact in IT Glue by specifying organization ID and first name. Optionally add emails, phones, title, notes, and contact type.
Instructions
Create a contact. organizationId and firstName are required. Emails/phones are arrays of {value, label-name, primary}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Owning organization id (required). | |
| firstName | Yes | First name (required). | |
| lastName | No | ||
| title | No | ||
| notes | No | ||
| important | No | ||
| contactTypeId | No | ||
| locationId | No | ||
| contactEmails | No | Array of {value, label-name, primary}. label-name typical values: 'Work', 'Home', 'Other'. | |
| contactPhones | No | Array of {value, label-name, primary, extension}. |