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.
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:
Also see: Mail Merge with Gmail and Google Docs
The project is created using Google Scripts and the entire source code is available online. If you ever wish to disable the Google Contacts form, open the same Google Script in your Google Drive and unpublish the web app (under Publish -> Deploy as web app). Source: Amit Agarwal
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:
- Choose File -> Make a Copy to create a copy of the script into your own Google Drive.
- Update the values of NAME and GROUP variables with the actual values.
- Go to File -> Manage Versions and Save a new version.
- Go to Publish -> Deploy as Web App, choose “Anyone, even Anonymous” under “Who can access the app” and click the Deploy button.
- Go to Run -> Initialize to authorize the script. Choose Run -> Initialize to run the script.
Also see: Mail Merge with Gmail and Google Docs
The project is created using Google Scripts and the entire source code is available online. If you ever wish to disable the Google Contacts form, open the same Google Script in your Google Drive and unpublish the web app (under Publish -> Deploy as web app). Source: Amit Agarwal
0 comments:
Post a Comment