create_contact_person
Add a new contact person to an existing contact. Provide required details like name, surname, and gender, along with optional fields such as email, phone, and department.
Instructions
Creates new person for specified contact
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact_id | Yes | contact ID | |
| default | No | whether it is a default contact's person - default value: false | |
| name | Yes | name | |
| surname | Yes | surname | |
| gender | Yes | gender (possible values: M, F) | |
| No | |||
| phone | No | phone | |
| department | No | department | |
| salutation | No | salutation | |
| show_title | No | whether to show Mr/Ms before name - default value: false | |
| show_department | No | whether to show department - default value: false | |
| wants_newsletter | No | whether person whishes to receive newsletter - default value: true | |
| custom_fields | No | custom fields values |