> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usebrainbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Add Contact

Add a contact to a Google Contacts account

## Input

| Property    | Type        | Required | Description                      |
| ----------- | ----------- | -------- | -------------------------------- |
| firstName   | SHORT\_TEXT | Yes      | The first name of the contact    |
| middleName  | SHORT\_TEXT | No       | The middle name of the contact   |
| lastName    | SHORT\_TEXT | Yes      | The last name of the contact     |
| jobTitle    | SHORT\_TEXT | No       | The job title of the contact     |
| company     | SHORT\_TEXT | No       | The company of the contact       |
| email       | SHORT\_TEXT | No       | The email address of the contact |
| phoneNumber | SHORT\_TEXT | No       | The phone number of the contact  |

## Sample Output

```json theme={null}
{}
```
