"Fetch A Contact" in Gist using "cf_id"?
Status: Closed · Asked by RoCrow on · 0 views
With the Gist connection, we have an Action to "Fetch a Contact" but we can only do so using the Email.
Gist generates "cf_id" numbers for each contact (e.g. to track them when they visit a website).
Can we Fetch a Contact using the cf_id number, instead of email?
Hey @RoCrow
After checking the API documentation, we cannot see any option to get the contact from cf_id.
https://developers.getgist.com/api/#retrieve-a-contact
Further, if you want to retrieve the contact then you can use the user ID or the email address.

Hey @RoCrowAfter checking the API documentation, we cannot see any option to get the contact from cf_id.
https://developers.getgist.com/api/#retrieve-a-contact
Further, if you want to retrieve the contact then you can use the user ID or the email address.
That's great, thank you.
In that case, can you please add "User ID" as an option (alongside Email Address) when selecting Gist > Fetch A Contact as the Action step, so we can choose which we'd like to use?
We have added the action step to get the Contacts detail by using the Users' Id.

We have added the action step to get the Contacts detail by using the Users' Id.
That's great! Thanks :)