accelo_create_contact
Creates a new Accelo contact and company affiliation using required first name, surname, and company ID, plus optional email, phone, mobile, and position.
Instructions
Create a new contact (also creates an affiliation to the company).
Args: firstname: First name (required) surname: Surname (required) company_id: Company to affiliate with (required) email: Email address phone: Phone number mobile: Mobile number position: Job position/title at the company title: Honorific (Mr, Ms, etc.) fields: Additional fields to return
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | |||
| phone | No | ||
| title | No | ||
| fields | No | ||
| mobile | No | ||
| surname | Yes | ||
| position | No | ||
| firstname | Yes | ||
| company_id | Yes |