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 Group
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 |
Update Contact
Modifies an existing contact.
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Resource Name | STRING | TEXT | Resource name of the contact to be updated. |
First Name | STRING | TEXT | New first name of the contact. |
Middle Name | STRING | TEXT | New middle name of the contact. |
Last Name | STRING | TEXT | Updated last name of the contact. |
Job Title | STRING | TEXT | Updated job title of the contact. |
Company | STRING | TEXT | Updated name of the company where the contact is employed. |
Email Address | STRING | Updated email address of the contact. | |
Phone Number | STRING | PHONE | Updated phone number 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 |
Additional instructions
CONNECTION
Turning on Contacts API