Short answer: You can create google contact in Google Contacts by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Google Contacts Create Google Contact action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
First Name givenName | string | Required | The contact's first name |
Last Name familyName | string | Optional | The contact's last name |
Email Address email | string | Optional | The contact's email address |
Phone Number phone | string | Optional | The contact's phone number |
{"givenName": "e.g. John","familyName": "e.g. Doe","email": "e.g. john.doe@example.com","phone": "e.g. +1-555-123-4567"}
{"etag": "%EgUBAi43PRoEAQIFBw==","names": [{"givenName": "John","familyName": "Doe","displayName": "John Doe"}],"phoneNumbers": [{"value": "+1-555-123-4567"}],"resourceName": "people/c987654321","emailAddresses": [{"value": "john.doe@example.com"}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.