Saturday, January 26, 2013

How to Keep your Google Contacts direct update with Google Scripts

If your Google Contacts is missing important contact information of your friends and family members, you can ask them to update their entries directly.


You have several incomplete entries in your Google Contacts. Some entries are missing phone numbers, others don’t have any mailing address associated with them while in the case of close friends and family members, you don’t even have a record of their birthdays.
How do you get this missing information from contacts and complete your address book?
You can always send them an email or make a phone call and fill-in the missing details manually or there’s a new and better alternative – you can ask your contacts to directly update their own records in your Google Contacts.

Ask Friends to Update your Google Contacts

It works something like this. Your selected contacts are sent a unique URL that points to a web form. They can fill-in the missing data, press the Submit button and all that information is directly added to your Google Contacts. Simple.
To get started, go to your Google Contacts and create a new group (let’s call it Personal). Now put one or more contacts into this new group – all these group members will get an automatic email from you requesting them to update their own records in Google Contacts.
Next open this Google Script* and follow these steps:
  1. Choose File -> Make a Copy to create a copy of the script into your own Google Drive.
  2. Update the values of NAME and GROUP variables with the actual values.
  3. Go to File -> Manage Versions and Save a new version.
  4. Go to Publish -> Deploy as Web App, choose “Anyone, even Anonymous” under “Who can access the app” and click the Deploy button.
  5. Go to Run -> Initialize to authorize the script. Choose Run -> Initialize to run the script.

No comments:

Post a Comment