when using integromat I am using Google Contact ID to make sure that I always work with the correct contact. Now I would like to save all Google Contact IDs. Ideally without using integromat. But I do not know how.
Related Questions in GOOGLE-APPS-SCRIPT
- How to use custom font during html to pdf conversion?
- parameter values only being sent to certain columns in google sheet?
- AppScript to replace image in google slides
- Email Sent Using AppScript Appears in Sent Box, but does not appear in Recipient's Inbox
- Update a MySQL row depending on the ID in Google Sheets Apps Script
- Would like the script to return the PDF letter via email with the sheet name not the spreadsheet name
- App script to prevent duplicate form submission
- Redirect Users to another website using GAS
- How do I create a Line Graph on App Script?
- Error (Status of 500) and X-Frame-Options with google apps script redirect function
- How do I add the Luxon library google sheet script
- AppScript For Google Form
- google sheet script to convert the Scientific notation in the selected area to number
- onEdit() 'row is not defined' error using checkboxes
- Regex expression not working on Google Form
Related Questions in GOOGLE-API
- Can you use the Drive API to share a file in Google Drive to an oath2 subject rather than email address?
- youtube api quota limit of 10000api
- How can i get the reviews in google maps via API
- Google api nearbysearch how to filter data business_status
- Optimizing Gmail API Query or Alternative Method to Retrieve Total Email Size
- How to use Oauth in order to log‑in on .googleapis.com on almost any arbitrary endpoints domains from the web browser?
- How do I get rid of any type of Memory Saver in Chrome
- Google Picker API not firing callback when using toUri() in iframe
- Python Google Speech v1 voice_activity_timeouts error
- How to config expo MapView correctly?
- Google can't find my keyfilePath in my NextJS app?
- Renaming a file - Google API direct download link
- Access Regular Gmail Account with API in Lambda
- Security of Google Drive API Objects using Google Service Account Credentials in Client Side Code for Website
- Dataportablity api stops working after two weeks
Related Questions in GOOGLE-CONTACTS-API
- How to get the Label or Group of a Contact
- Deleting a contact/person from Google Contacts by using its resourceName - retreived from a Cell in a Google Sheet
- Pre fill google contact add form from url query field
- Delete local contacts on Android, by date when them was downloaded (syncronized) from Google Contacts?
- Import contacts from csv-file
- Number of items in array of contacts from People.People.Connections.list() doesn't match totalItems, doesn't contain all contacts
- I can't update Google Contact with Tomcat's web application
- Create Google Contact
- How to set oauthscope to use Google Contact API in Google Spreadsheet custom function?
- Google Create/Update contact send webhook to my system
- I need to import a list of last and first names from contacts into google sheets
- Non-existent param "Fingerprint" in google contactsGroup api
- Update google contact getting error Request must set person.etag or person.metadata.sources.etag for the source that is being updated
- Google CardDAV for Contacts - Read Only?
- add new contact to group using google people API with python
Related Questions in MAKE.COM
- Not enough permissions for sharesV2.CREATE despite having w_organization_social
- How to perform a XERO API query within MAKE.com
- Notion Formula how to set a link with webhooks?
- Integromat can't find Field Maps designer attachments
- How to authenticate and invoke Google Cloud Functions via HTTP from Make.com
- Sending Audio via Text using Twilio Connection in Make.com
- Make.com's Gmail node has an uncatchable error
- 400 error invalid request url but I have the correct url?
- Make.com Module Output Doesn't Display all the Items
- Integromat / Make.com - How to iterate within N bundles without generating N operations
- I am trying to use ManyChat and Make for automatization but it stopped sending fields at all
- How to add the images array to WooCommerce Product Creation using Make (formerly Integromat)?
- Unabel to login on Linkedin Organization Page
- MAKE.COM + Airtable connect string data to new linked record (another table)
- Creating an custom Integromat app: multiple-requests, limit reading according to the bundle number
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)

I believe your goal as follows.
http://www.google.com/m8/feeds/contacts/kanshi000001%40gmail.com/base/###using Google Apps Script.In this case, as a simple method, I think that you can use Contacts Service of Google Apps Script. The sample script is as follows.
Sample script:
When you use this script, please copy and paste the following script to the script editor and run
myFunction. By this, the authorization screen is opened. So please authorize the scopes. (This authorization is only one time while the new scopes are not detected.) By this, the script works and you can see the contact IDs at the log.Note:
References: