⚙ Operations Hub

絞り込み条件
  • すべてのラベル
  • Custom Code Actions
  • Data Quality Automation
  • Datasets
  • Data Sync
  • Field mappings
  • filters
  • Format Data Actions
  • Programmable Automation
  • Resource
  • SNA
  • Snowflake
  • TOS
  • Webhook Actions
  • Workflow Extension
ソート
最新
  • 最新
  • いいね!が多い
ステータス
すべて
  • すべて
  • 解決済み
  • 未解決
  • 回答待ち
解決済み
Manasa_V 5月 21日, 2025
I have a contact property called "contact engagement score" and another contact property called "lead status". Whenever the lead status is anything other thank "JUnk", I want an average of all the contact engagement scores, to be input into a custom 続きを読む
0 いいね!
1 コメント
ベストアンサー
殿堂入り | Solutions Partner
5月 21日, 2025 02:31
Hi @Manasa_V , I wouldn't do this with a workflow / custom code, but a roll-up property instead: https://knowledge.hubspot.com/properties/cre...続きを読む
SKnebusch 5月 20日, 2025
Hey, according to our IT specialists we have an integration of our own data via an API. And I try to map the data but the menu is not shown for that whereas is other integrations I can see the sync and mapping menues. What do I have to do? When clic 続きを読む
0 いいね!
1 コメント
トップ投稿者 | Solutions Partner
5月 20日, 2025 08:21
This really depends on the API connection and how it was built. Sometimes all the mapping is done on the backend in the connection, and those that bu...続きを読む
解決済み
EVatsev 5月 16日, 2025
Hi, I want to get a list of companies that went through a specific workflow. The workflow only assigns company owners based on filter criteria so no property is set, nothing unique I can search for. I tried with making an active list, but t 続きを読む
0 いいね!
5 コメント
ベストアンサー
殿堂入り | Solutions Partner
5月 16日, 2025 08:29
@EVatsev unfortunately not, no, HubSpot seems to have skipped those filters for companies so far.
解決済み
GFellingham 5月 16日, 2025
Hi all Anyone know what the RPO and RTO figures are for Hubspot please? Thanks
0 いいね!
2 コメント
ベストアンサー
参加者
5月 19日, 2025 11:48
Thanks Karsten that's a useful site. It doesn't provide my answer though so maybe someone else will know, but thanks anayway.
解決済み
LStrickland8 5月 13日, 2025
Is anyone else experiencing ridiculously slow page loading times? HubSpot works brilliantly for the first hour of the day and then everything slows down, sometimes with a lag of 30 - 45 seconds between searching for a record and finding it or typing 続きを読む
0 いいね!
2 コメント
ベストアンサー
殿堂入り | Solutions Partner
5月 13日, 2025 05:15
Hi @LStrickland8 , If you suspect AI to be the cause here, you can disable it under Settings (gear icon in the menu) > AI. Generally,...続きを読む
解決済み
ISánchez0 5月 02日, 2025
Hello, I'd like to know if it's possible to create discounts on quotes using Webhooks without having Operations Hubs or using Workflows. Thank you.
0 いいね!
1 コメント
ベストアンサー
トップ投稿者
5月 02日, 2025 10:29
Hi @ISánchez0 1.HubSpot’s outbound‑webhook action sits inside workflows and is only unlocked with Operations Hub Pro/Enterprise ( https://knowle...続きを読む
解決済み
SNguyen5 5月 01日, 2025
Hi there, I'd like to set up a workflow that triggers everytime someone visits a high intent page. Once they visit the page, I would like an email to be sent to our team that includes the company of the person that visited that page. Our entire webs 続きを読む
0 いいね!
1 コメント
ベストアンサー
殿堂入り | Solutions Partner
5月 02日, 2025 00:32
Hi @SNguyen5 , This look like it's set up correctly. When you check your contacts (e.g. on the contact index page) and filter for contac...続きを読む
解決済み
customtruck 4月 24日, 2025
I am attempting to use the custom code workflow capabilities in Operation Hub to merge two contacts if they match on the mobilephone (internal name) property. This is very similar to the use case provided by Hubspot staff here sample-workflow-custo 続きを読む
0 いいね!
2 コメント
ベストアンサー
トップ投稿者
4月 24日, 2025 13:31
Hi @customtruck This might help you • Use the POST /crm/v3/objects/contacts/merge endpoint (not the old “merge-two” v1 URL). Body must be: { "p...続きを読む
解決済み
CWhite36 4月 21日, 2025
im using some code to check all contact email addresses within hubspot for their dmarc status to inform those contacts to improve their cyber security. const dns = require('dns').promises; exports.main = async (event, callback) => { const em 続きを読む
0 いいね!
4 コメント
ベストアンサー
トップ投稿者
4月 22日, 2025 12:16
@CWhite36 Nice work At this point the missing link is how those outputs get written back to the contact record. In HubSpot, a custom‑code action ...続きを読む
解決済み
Jsum 4月 20日, 2025
I'm setting up what I thought would be a simple set of automations. The client has an intake form for scheduling consultations. They have 2 types of consultations. I set a property for "which product" on the form that has a radio select for each ca 続きを読む
0 いいね!
6 コメント
ベストアンサー
投稿者
4月 23日, 2025 00:34
Hey @Jsum I understand the confusion - hopefully I am understanding your questions Payments and Deals are their own objects so each can opera...続きを読む
解決済み
PThomasFuelius 4月 10日, 2025
Hi guys, When setting up a sync for a custom object, at the top of the list for the HubSpot side of the sync are all available associations. These have worked fine so far. However when attempting to do the same for contacts and 続きを読む
1 いいね!
5 コメント
ベストアンサー
参加者 | Platinum Partner
4月 11日, 2025 03:47
Hi @PThomasFuelius , In HubSpot, association labels for standard objects like Contacts and Companies are not exposed in the same way as for...続きを読む
解決済み
Huntscape-Ops 4月 07日, 2025
I am trying to use a calculated field, but if one of the values is empty in the calculation, then it returns a null value. ([properties.imported_total] + [properties.total_donations]) There has to be an easy way to fix this but chatgpt is te 続きを読む
0 いいね!
11 コメント
ベストアンサー
殿堂入り | Solutions Partner
4月 07日, 2025 15:08
@Huntscape-Ops strange - can you save this and see if it populates correctly on records? It should work, see my screenshot. If it doesn't after ref...続きを読む
キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

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

投稿する

Sign up for the RevOps with HubSpot Newsletter

Stay up to date on RevOps best practices and our community calendar