Skip to content

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

NameTypeControl TypeDescription
Client IdSTRINGTEXT
Client SecretSTRINGTEXT

Actions

Create Contact

Creates a new contact..

Properties

NameTypeControl TypeDescription
First NameSTRINGTEXTThe first name of the contact.
Middle NameSTRINGTEXTThe middle name of the contact.
Last NameSTRINGTEXTThe last name of the contact.
Job TitleSTRINGTEXTThe job title of the contact.
CompanySTRINGTEXTThe company of the contact.
EmailSTRINGEMAILThe email addresses of the contact.
Phone NumberSTRINGPHONEThe phone numbers of the contact.

Output

Type: OBJECT

Properties

TypeControl 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

NameTypeControl TypeDescription
Group NameSTRINGTEXTThe name of the group.

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT

Update Contact

Modifies an existing contact.

Properties

NameTypeControl TypeDescription
Resource NameSTRINGTEXTResource name of the contact to be updated.
First NameSTRINGTEXTNew first name of the contact.
Middle NameSTRINGTEXTNew middle name of the contact.
Last NameSTRINGTEXTUpdated last name of the contact.
Job TitleSTRINGTEXTUpdated job title of the contact.
CompanySTRINGTEXTUpdated name of the company where the contact is employed.
Email AddressSTRINGEMAILUpdated email address of the contact.
Phone NumberSTRINGPHONEUpdated phone number of the contact.

Output

Type: OBJECT

Properties

TypeControl 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


anl-c-google-contact-md

CONNECTION

Setting up OAuth2

Turning on Contacts API