Google Contacts
Reference
Google Contacts is a cloud-based address book service provided by Google, allowing users to store, manage, and synchronize their contact information across multiple devices and platforms.
Categories: [crm]
Version: 1
Connections
Version: 1
OAuth2 Authorization Code
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Client Id | STRING | TEXT | |
Client Secret | STRING | TEXT |
Actions
Create contact
Creates a new contact
Properties
Name | Type | Control Type | Description |
---|---|---|---|
First name | STRING | TEXT | The first name of the contact |
Middle name | STRING | TEXT | The middle name of the contact |
Last name | STRING | TEXT | The last name of the contact |
Job title | STRING | TEXT | The job title of the contact |
Company | STRING | TEXT | The company of the contact |
STRING | The email addresses of the contact | ||
Phone number | STRING | PHONE | The phone numbers of the contact |
Output
Type: OBJECT
Properties
Type | Control Type |
---|---|
[{STRING(firstName), STRING(middleName), STRING(lastName)}] | ARRAY_BUILDER |
[{STRING(company), STRING(jobTitle)}] | ARRAY_BUILDER |
[{STRING(value)}] | ARRAY_BUILDER |
[{STRING(value)}] | ARRAY_BUILDER |
Create groups
Creates a new group
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Group name | STRING | TEXT | The name of the group |
Output
Type: OBJECT
Properties
Type | Control Type |
---|---|
STRING | TEXT |
Additional instructions
CONNECTION
Turning on Contacts API