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
ソート
最新
  • 最新
  • いいね!が多い
ステータス
すべて
  • すべて
  • 解決済み
  • 未解決
  • 回答待ち
DKanunnikau 3月 06日, 2024
(I hope this is not something that's clearly stated in the API docs that I just missed) Has anyone else noticed that webhooks have a strong preference to use int values when POSTing payload from workflows, while calling HubSpot API from external se 続きを読む
0 いいね!
2 コメント
メンバー
3月 08日, 2024 04:35
Hello I have checked that post and did not see any mention of data types. Also, the links from that post seem to be poiting to the old docs (legacyd...続きを読む
AVM 1月 29日, 2024
Hi, I am doing and integration and I need to retrieve all today's personal emails. I have found this endpoint: POST /crm/v3/objects/emails/search https://developers.hubspot.com/docs/api/crm/email But I don't know what I need to sen 続きを読む
0 いいね!
2 コメント
AVM
参加者
2月 01日, 2024 05:41
Hi, No I didn't. OK, here my curl: curl --location 'https://api.hubapi.com/crm/v3/objects/emails/search' \ --header 'Authorization: Bearer ********...続きを読む
Patrykqc 1月 15日, 2024
Below is my issue: There are 2 ways to signup for our app: email or google/facebook OAuth and: 1. When a user signs up via our "Sign Up Form" using their email, we successfully gather information via Hubspot tracking. 2. However, if a user opts 続きを読む
0 いいね!
3 コメント
コミュニティーマネージャー
1月 19日, 2024 12:40
Hi @Patrykqc , Thanks for the clarification! In that case, I will move your post to you the Developer Forum since they will be better equipped...続きを読む
MBuhr 1月 08日, 2024
We have been trying to push data from Twilio Segment into HubSpot by upserting a custom object. The custom object in HubSpot is called customer values and the field I am trying to push data into is called 'segment'. We are essentially building an a 続きを読む
0 いいね!
2 コメント
参加者
1月 09日, 2024 20:45
Thanks so much for replying to this, we had a few frustrating days to say the least. Yes, we have logged a ticket and it is being worked on but it w...続きを読む
DAntonelli 10月 24日, 2023
Hi all, I need to use of external ID in Salesforce leads/contacts to reference the associated HubSpot contact IDs. Also, I want to create a new contact property mapping rule to push the IDs of the related records via the API connector to Sal 続きを読む
KChaturani 10月 11日, 2023
Hello, I see that service (API) level access control for private app is defined. How do I manage resource (Object or user Data or account etc) level access to Private App? Regards, Kishor CHaturani
0 いいね!
6 コメント
メンバー
10月 13日, 2023 03:37
Yes it does solve the problem, thank you for your support. Just to make sure my understanding is correct. Since the private app is registered by a Su...続きを読む
SQasim3 9月 07日, 2023
I hope this message finds you well. I am currently exploring the capabilities of HubSpot for our customer engagement and sales processes and have a specific workflow in mind that I’d like to implement. I would greatly appreciate your insights and g 続きを読む
0 いいね!
1 コメント
キーアドバイザー | Diamond Partner
9月 20日, 2023 06:39
Hey @SQasim3 to answer your questions, Not at this moment, this is more sentiment monitoring which HubSpot doesn't offer I'm not currentl...続きを読む
ctank_work 8月 29日, 2023
I'm trying to set up an association between a Contact and Communication. For outbound SMS I'm tagging them as `{ associationCategory: "HUBSPOT_DEFINED", associationTypeId: 81}` which works fine. I want to then tag incoming SMS messages and different 続きを読む
0 いいね!
2 コメント
メンバー
8月 31日, 2023 14:49
This might be part of the confusion. The docs for Associations just mention that "82" is the ID for Contact to Communication, but never mention "81"....続きを読む
Priya07 8月 24日, 2023
Hi All, Can anyone please me that how to get weekly data for task which will be filter by Due date. Example: Tasks: https://prnt.sc/6O2vqjg4iwhh Graphql: https://prnt.sc/IjhES64HLVrd I am not able to find filter in Graphql list. He 続きを読む
0 いいね!
6 コメント
参加者
9月 01日, 2023 09:06
Hi @ChrisoKlepke , Thanks for your response. Here is the below code which I used for graphql file: query CombinedQueries { CRM { task_c...続きを読む
解決済み
piyushgoyal 8月 03日, 2023
Upon using/crm/v3/pipelines/{objectType}/{pipelineId}/stages (where objectType is deals) endpoint, i do get standard stages list but i want all the stages (even the custom created). How to get the same? Thanks in advance
0 いいね!
1 コメント
Accepted Solution
名誉エキスパート | Diamond Partner
8月 03日, 2023 03:25
Hi @piyushgoyal , You should be able to get all stages for that specific pipeline with the endpoint you shared. I just tested this with a few...続きを読む
JuampaAcademyEX 7月 05日, 2023
Dear community, We've just got started integrating Hubspot CRM into our platform including our LMS. We would like our LMS to be able to attach to a Contact, timeline events for high level Learning activity. Is it possible to create custom Timelin 続きを読む
0 いいね!
3 コメント
メンバー
1月 11日, 2024 21:28
@LUnderwood I am trying to create the exact same thing as you, could you please tell me how you did it to create new timeline template on others hu...続きを読む
nurinaf 6月 05日, 2023
Hi, so I have a private app that connects hubspot with a form in website. If user fills up this form, shortly our BE will hit hubspot API to save the data in our hubspot. It run well till May 29 and after that we are getting 1006. Here's the cu 続きを読む
0 いいね!
1 コメント
名誉エキスパート | Diamond Partner
6月 05日, 2023 08:44
Hi @nurinaf , Based on this post , the error might indicate that the IP that is used when accessing the API has been banned by Cloudflare. ...続きを読む
キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

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

投稿する
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.