APIs & Integrations

絞り込み条件
  • すべてのラベル
  • 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
ソート
最新
  • 最新
  • いいね!が多い
ステータス
すべて
  • すべて
  • 解決済み
  • 未解決
  • 回答待ち
raninir 4月 22日, 2024
Hello, I want to obtain the role/permission id of a user to add it to the user creation through API I'm trying to use this endpoint but it doesn't give me the ID GET /settings/v3/users/roles Or how can I obtain or copy the permissions?
0 いいね!
2 コメント
メンバー
4月 22日, 2024 16:47
Hi! @Jaycee_Lewis , I'm trying to test from the page and it gives me an error, in my APIKey I have the requested scopes I want to copy the...続きを読む
解決済み
Mobydick 4月 22日, 2024
Is it possible to batch create contacts with an override property? I want to always batch create contacts even if they exist on Hubspot. My goal is to override them every time I POST to ` /crm/v3/objects/contacts/batch/create`
0 いいね!
1 コメント
Accepted Solution
コミュニティーマネージャー
4月 22日, 2024 13:18
Hey, @Mobydick 👋 Thanks for the great question. The Contacts API documentation doesn't list this as an option. If you are sending the email ad...続きを読む
Mobydick 4月 17日, 2024
Our goal is to create a nightly task in our python back end, in order to create/update contacts in Hubspot. I have created a private app and got the api key, and successfully tested the get list contacts api through postman. Next step, is to crea 続きを読む
0 いいね!
2 コメント
メンバー
4月 18日, 2024 02:36
Hey @SAMsan , I was also advised to create an App Developer Account and then create a new test account - then create a private app in that portal....続きを読む
raninir 4月 16日, 2024
Hello, I'm trying to use the example code from POST /settings/v3/users/ locally but I get the error "TypeError: UserProvisionRequest.__init__() got an unexpected keyword argument 'first_name'". https://developers.hubspot.com/docs/api/settings/ 続きを読む
0 いいね!
2 コメント
メンバー
4月 17日, 2024 09:37
Hello @Mike_Eastwood , researching within the Hubspot libraries for python, the parameters for first_name or firstName and lastName and last_name a...続きを読む
解決済み
austin_moore 4月 11日, 2024
Does anyone know the correct formating for posting to a company or contacts property that is a 'Multuple Checkbox'? I can get items to post by entering.. "Item" but not via a list such as.. ["Item", "Item Two"] As I recieve thi 続きを読む
0 いいね!
2 コメント
Accepted Solution
トップ投稿者 | Solutions Partner
4月 11日, 2024 20:08
@austin_moore - have you tried a semicolon seperator between items? That's at least one way I have seen the property values represented internally....続きを読む
vrahar 4月 03日, 2024
Hi All, I'm currently working on a report utilizing Python. For this, I've been leveraging API calls through a private app . I've successfully retrieved information regarding the "contact" object, encompassing all associated fields('archiv 続きを読む
0 いいね!
3 コメント
コミュニティーマネージャー
4月 15日, 2024 15:43
Hey, @vrahar 👋 Can you share a simple request example? Thanks! — Jaycee
aaron_payne 4月 02日, 2024
Hi there, I am trying to pull all call records from HubSpot from the previous day. I am trying two different end points but am unsure of what the best method is to pull these call records. Endpoints - https://api.hubapi.com/crm/v3/objects/ 続きを読む
0 いいね!
2 コメント
メンバー
4月 03日, 2024 13:44
Hi Jaycee, thank you for that information! Would it be possible to show an example code Python code block with the filters included the json query? ...続きを読む
解決済み
FedericoG 4月 01日, 2024
Hey everyone! I am far from being an API or Python expert, but I managed to write a code that gets certain properties from a Custom Object, puts them in a Pandas Dataframe, applies some calculations, and then exports the result to Excel (the ide 続きを読む
0 いいね!
2 コメント
Accepted Solution
トップ投稿者 | Solutions Partner
4月 01日, 2024 12:13
@FedericoG - If I understand your issue correctly, as a part of the returned data in your first call you should get an 'after' property that indica...続きを読む
解決済み
RRompich 4月 01日, 2024
I've been trying to pull emails, tasks, and notes for each of my tickets through the HubSpot API. Basically, I wanted to obtain the association IDs and then call the Engagements API to retrieve that data. I was following this process: https://comm 続きを読む
0 いいね!
2 コメント
Accepted Solution
トップ投稿者 | Solutions Partner
4月 01日, 2024 15:05
@RRompich - honestly, I don't think you are making the API call you think you are here. Its a bit obscured by the hubspot client code library conve...続きを読む
RRompich 3月 31日, 2024
Okay, I've been trying to pull emails, tasks, and notes for each of my tickets through the HubSpot API. Basically, I wanted to obtain the association IDs and then call the Engagements API to retrieve that data. I was following this process : https 続きを読む
0 いいね!
0 コメント
cameroncollecti 3月 29日, 2024
Hey everyone, I'm seeing some weird intermittent behavior with the Get All Contacts endpoint. It returns a 200, but no contacts. I have this as a function in my app which hasn't changed in months. Addtionally this user has over 20k contacts. An 続きを読む
0 いいね!
1 コメント
投稿者
4月 02日, 2024 00:58
I had the customer re-link via my app's oAuth, and I can now pull their contacts. However, the API should have given me a 401!??!
APopp3 3月 29日, 2024
I am trying to perform a simple batch update using the recommened python package hubspot-api-client. My expectation is that I could create a list of dictionaries with the id and properties and use them as below: from hubspot . crm . 続きを読む
0 いいね!
2 コメント
メンバー
4月 01日, 2024 15:25
Hi Jaycee, Thanks - no such luck trying to get this to work using the recommended python library. I think it might be more straightforward to ju...続きを読む
キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

新しくスレッドを立ち上げてディスカッションをしたり、質問をすることができます。

投稿する
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.