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 groups

Creates a new group

Properties

NameTypeControl TypeDescription
Group nameSTRINGTEXTThe name of the group

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT

Additional instructions


anl-c-google-contact-md

CONNECTION

Setting up OAuth2

Turning on Contacts API