Hi team,
I'm trying to get a certain contact from HubSpot using their custom unique identifier property.
From this article, I have to use POST request to crm/v3/objects/contacts/batch/read in order to call the property,
But from the help page of HubSpot connector, it looks there is no mention about POST. Is it possible to request? Sorry for the beginner question but I would appreciate your help.
Best
Solved! Go to Solution.
Hi @YutoOshima,
If you are trying to fetch a particular contact using a custom identifier, you can use the connector task to perform list Entities operation on Contacts with the filter clause. The filter clause should look something like `myCustomId = 123`.
https://cloud.google.com/application-integration/docs/configure-connectors-task
Hope this helps.
Hi @YutoOshima,
Welcome to Google Cloud Community!
Please be advised that the Integration Connector for Hubspot is still in its pre-GA offering, meaning it's still in its early access/alpha/beta/preview/experimental or other similar terms. Some of its features are still in development or not yet ready for public use.
I would suggest to file this one as a feature request so that it would be available for future updates or releases of this service. We don't have a specific ETA on this one however we could track of its progress once the ticket has been created.
Hope this helps.
Thanks for your comment.
I will send a feature request. Which issue should I choose in the article you shared? It looks it hasn't Application integration option.
Hi @YutoOshima,
If you are trying to fetch a particular contact using a custom identifier, you can use the connector task to perform list Entities operation on Contacts with the filter clause. The filter clause should look something like `myCustomId = 123`.
https://cloud.google.com/application-integration/docs/configure-connectors-task
Hope this helps.
Thanks for your comment.Is that possible to set a variable to the filter clause?
I find the solution here. Thank you!
https://cloud.google.com/application-integration/docs/configure-connectors-task#filter
Best