APIs & Integrations

Filter by
  • All labels
  • CMS Content
  • Companies
  • Contacts
  • Deals
  • Developer tools
  • Ecommerce Bridge
  • Email
  • Enterprise 3rd Party Integration
  • Events
  • Forms
  • Free
  • oAuth
  • oAuth
  • PHP
  • Professional
  • Python
  • SDK
  • Starter
  • Timeline and Extensions APIs
  • Webhooks
  • Workflows
  • Zapier
Sort by
Most Recent
  • Most Recent
  • Most Upvoted
State
All
  • All
  • Solved
  • Unsolved
  • No Replies Yet
hbuser33 on March 18, 2024
is there any way to fetch a contact's image or is there any property which fetches it . Currently using this to fetch different properties https://api.hubapi.com/crm/v3/objects/contacts?properties
1 upvote
2 Replies
Member
March 18, 2024 22:40
No , this one for each contact's record. [image: image.png]
Lna91 on March 17, 2024
Spoiler (Highlight to read) I have an account in hubspot and when I test this in postman : it give valid number of total contact. https://api.hubapi.com/contacts/v1/contacts/statistics authorization : bearer token: Mytoken read more
0 upvote
0 Reply
Solved
AYanguas on March 14, 2024
Hello, I'm currently working with the HubSpot CRM Associations API to establish connections between contacts and companies. My goal is to retrieve all associations a contact has with various companies, not just the primary contact association. Her read more
Accepted Solution
Participant
March 14, 2024 12:07
I finally found the solution using the api v4. I leave the code I used to get the data. from hubspot . crm . associations . v4 impor...read more
PPalanisamy on March 14, 2024
Hi, I am working on custom code that basically associates Deals with Contacts ( if the contact is exists in HubSpot with same Main Salesforce Contact) My association is based on common a property that's available in both deal and contact read more
0 upvote
6 Replies
Member
March 18, 2024 10:03
Hi @zach_threadint Sorry to bother again! Ive updated the code but error still persist. const hubspot = require('@hubspot/api-client'); ex...read more
TMarrano on March 13, 2024
I need to create a custom code for Hubspot to create a task in Clickup ... When a deal is created in Hubspot - I need a task created in Clickup that includes all the deal information as well as the associated contact and associated company informa read more
Community Manager
March 13, 2024 17:40
Hi, @TMarrano 👋 Welcome to our community. While our community members are knowledgeable and helpful, providing custom coded solutions from scr...read more
kubilayaydeger on March 13, 2024
Hello HubSpot Community, I'm encountering an issue while integrating our system with another program and I'm hopeful someone here might be able to offer some guidance or a solution. Specifically, the problem arises with the names of treatments o read more
1 upvote
2 Replies
March 13, 2024 09:48
Hello, thank you for your quick response. I couldn't attach a file here, so I will kindly ask you to download the request-response file from this lin...read more
ShirinRo on March 13, 2024
Hi all, I try to batch read custom objects associated to a given contact id. I have a list of ids (the custom object ids) and I call this.hubspotClient.crm.objects.batchApi.read(objectTypeId, { inputs: [ {id: "123"} ], properties: ["name", read more
0 upvote
2 Replies
Member
March 14, 2024 05:25
Hi @Jaycee_Lewis Thank you for the prompt respones. I have performed a read operation on a single object, and it works fine. I want to use the ...read more
akazan on March 12, 2024
I am trying to use the hubspot api to get info about various contacts. I can search a contact using the api and get vaious info (lastname, firstname, lifecyclestage, etc.) but im having trouble getting custom properties. I have crm.contacts.read ena read more
0 upvote
1 Reply
Community Manager
March 12, 2024 18:46
Hey, @akazan 👋 You need to include the properties you want returned as a query param. Otherwise, you'll only get back a small subset of the de...read more
RCarvalho on March 08, 2024
Hi guys, I need help here. I'm using this code to add a new contact in HUbspot headers = { 'Authorization': f'Bearer {token}', 'Content-Type': 'application/json' } url = f'https://api.hubapi.com/contacts/v1/contact/' # Dados do conta read more
0 upvote
2 Replies
Top Contributor
March 12, 2024 19:45
Hi @RCarvalho 👋 I've not been able to replicate the issue you're experiencing. The only thing I can think of is to try your request again,...read more
CarolineFscs on March 07, 2024
Hello community, how are you? I'm trying to create custom code in workflow to automate the association of objects, first I'm doing some request tests to see if it works, but it didn't work, what's the problem, I'm using a unique key in the custom o read more
Member
March 14, 2024 07:24
Hi @CarolineFscs , thanks for reaching out! There seem to be a few potential candidates which could be causing your issue. the endpoint y...read more
nazir on March 07, 2024
Hi there, We have our own customer facing app and using Hubspot as well as a CRM to manage all relationships with our customers. We want to sync contacts (customers) from our app database to Hubspot. Sync requires to update personal informatio read more
0 upvote
1 Reply
Community Manager
March 07, 2024 18:33
Hey, @nazir 👋 Welcome to our community! Thanks for the great question. Unfortunately, you cannot directly leverage Data Sync apps for custom i...read more
Solved
lstepany on March 06, 2024
Hi, This kind of question: I am trying to better understand the concept of Engagements (notes, tasks, email ...) in HubSpot. As far as I know they are objects that exist in HubSpot indepeondently, but they make sense only when they are asso read more
0 upvote
1 Reply
Accepted Solution
Community Manager
March 07, 2024 11:36
Hey, @lstepany 👋 Thanks for the interesting question. Based on my read of the documentation, you're better off exporting everything rather tha...read more
cancel
Showing results for 
Search instead for 
Did you mean: 

Looking to start a conversation or ask a question?

Create a post
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.