This Action will create a new contact in Google Contacts.
- API endpoint slug
- google_contacts.create_new_contact
- Filter code method
- GoogleContacts.createNewContact.skip(string?: reason)
- Runtime method
- runAction("google_contacts.create_new_contact", {})
Action fields
- Label
- Full name
- Helper text
- Required
- Slug
- full_name
- Required
- true
- Can have default value
- true
- Filter code method
- GoogleContacts.createNewContact.setFullName(string: fullName)
- Label
- Which group?
- Helper text
- Optional group to assign the contact to.
- Slug
- which_group
- Required
- false
- Can have default value
- false
- Label
- PhoneNumber
- Helper text
- Optional
- Slug
- phone_number
- Required
- false
- Can have default value
- true
- Filter code method
- GoogleContacts.createNewContact.setPhoneNumber(string: phoneNumber)
- Label
- Email
- Helper text
- Optional
- Slug
- email
- Required
- false
- Can have default value
- true
- Filter code method
- GoogleContacts.createNewContact.setEmail(string: email)
- Label
- Address
- Helper text
- Optional
- Slug
- address
- Required
- false
- Can have default value
- true
- Filter code method
- GoogleContacts.createNewContact.setAddress(string: address)
- Label
- Job title
- Helper text
- Optional
- Slug
- job_title
- Required
- false
- Can have default value
- true
- Filter code method
- GoogleContacts.createNewContact.setJobTitle(string: jobTitle)
- Label
- Company
- Helper text
- Optional
- Slug
- company
- Required
- false
- Can have default value
- true
- Filter code method
- GoogleContacts.createNewContact.setCompany(string: company)
- Label
- Notes
- Helper text
- Optional
- Slug
- notes
- Required
- false
- Can have default value
- true
- Filter code method
- GoogleContacts.createNewContact.setNotes(string: notes)
- Label
- Photo Url
- Helper text
- Optional url to a photo of the new contact
- Slug
- upload_photo
- Required
- false
- Can have default value
- true
- Filter code method
- GoogleContacts.createNewContact.setUploadPhoto(string: uploadPhoto)