Data 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
ソート
最新
  • 最新
  • いいね!が多い
ステータス
すべて
  • すべて
  • 解決済み
  • 未解決
  • 回答待ち
解決済み
scspijker 1月 19日, 2026
I need to know the current date time in my current custom workflow. HubSpot does not offer any step for this, so I decided to create a custom code workflow whose sole purpose is to supply an ISO8601 current date time. I've setup a custom workflo 続きを読む
0 いいね!
1 コメント
ベストアンサー
殿堂入り | Solutions Partner
1月 19日, 2026 06:15
Hi @scspijker , As far as I know, you can't reference the output of an action from another workflow - even if you sent a record there from you...続きを読む
解決済み
LBeer7 6月 04日, 2025
I'm looking to create a report that tracks the date a contact becomes associated with a custom object. Since a contact can be linked to multiple custom object records, I want to avoid creating numerous properties and workflows. The most effective s 続きを読む
0 いいね!
3 コメント
ベストアンサー
メンバー
6月 10日, 2025 14:50
I know you mentioned not using multiple properties and workflows, but I do feel that a date field on the Custom Object Record would work here. The r...続きを読む
解決済み
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 いいね!
6 コメント
ベストアンサー
殿堂入り | Solutions Partner
5月 16日, 2025 08:29
@EVatsev unfortunately not, no, HubSpot seems to have skipped those filters for companies so far.
解決済み
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...続きを読む
解決済み
LSimon38 3月 19日, 2025
Hi all, Recetly there was a change in hubpsot and it seems that we are no longer able to send out personalized documents automatically. Previously we had a file property, where the documents were uploaded by the team, and it got attached to the ma 続きを読む
1 いいね!
5 コメント
ベストアンサー
投稿者 | Platinum Partner
3月 22日, 2025 16:04
You can fully automate the process of generating and uploading a PDF to the HubSpot file system and obtain a link. You can then use this link in a si...続きを読む
解決済み
SYdoate6 3月 11日, 2025
We are frequently hitting our limits with Lists and Workflows and we are looking to set up automation to regularly clean them up based on their properties. Does anyone have suggestions or best practices for achieving this?
0 いいね!
3 コメント
ベストアンサー
殿堂入り | Solutions Partner
3月 11日, 2025 10:44
Hi @SYdoate6 , HubSpot currently does not have any asset-based workflows, so it's currently not possible to set up automation. You would have ...続きを読む
解決済み
ACarr1 2月 26日, 2025
Hey, We'd like to semi-automate lead assignements for our new leads. Ideally, we would utilize a mix of criteria (goal attainment, industry, etc..) to assign a lead, but we would also like manager approval before the assignment is done. Nearly a 続きを読む
1 いいね!
2 コメント
ベストアンサー
殿堂入り | Solutions Partner
2月 27日, 2025 00:15
Hi @ACarr1 , Are you referring to the contact object or the lead object in HubSpot? While it's easier with the contact object (as the le...続きを読む
解決済み
SClara 2月 10日, 2025
In HubSpot, is it possible to automatically merge deals without using external apps? Is there a way to implement this using Operations Hub Pro, for example, through custom code? Thank you!
ベストアンサー
トップ投稿者
5月 16日, 2025 05:51
@karstenkoehler deal deduplication is now available with Koalify! Automated or bulk merging is fully embedded within HubSpot workflows. Not sure i...続きを読む
解決済み
OJ_ONT 12月 17日, 2024
We run lots of campaigns and we push the contacts engaging with campaigns to salesforce campaigns in order to drive ROI reporting and use the SFDC campaign member status as a flag for sales to engage. This requires customising every form and lot 続きを読む
0 いいね!
4 コメント
ベストアンサー
適用対象外
2月 07日, 2025 04:40
@OJ_ONT wgu login wrote: We run lots of campaigns and we push the contacts engaging with campaigns to salesforce campaigns in order to drive ROI...続きを読む
解決済み
ahmedbs 12月 03日, 2024
from datetime import datetime maintDate = '' def main(event): try: input_fields = event.get('inputFields') # Get the maintenance start and end dates maint_start_date = input_fields.get('maint_start_date') maint_end_date = input_fields.get('maint_en 続きを読む
0 いいね!
2 コメント
ベストアンサー
元HubSpot社員
12月 03日, 2024 17:42
Hey @ahmedbs , thank you for posting in our Community! Looks like the issue lies in the variable name mismatch in your return statement. You...続きを読む
解決済み
andyjohnson 11月 23日, 2024
Hey everyone, I'm trying to create a workflow that checks renewal deals on a daily basis, then moves them to corresponding stages in our Renewal Pipeline based on how far away their renewal date is. However, I cant get the deals to re-enroll automa 続きを読む
0 いいね!
2 コメント
ベストアンサー
トップ投稿者
11月 25日, 2024 05:25
Oioi @andyjohnson !, everything good on your logic!! That didn't work because Hubspot tries to prevent workflows being on a infinite loop so you nee...続きを読む
解決済み
dthomp43 11月 11日, 2024
Hello! I need a bit of help creating a workflow. I have a deal stage titled "Will Churn" and I would like to setup a workflow that automatically updates the deal stage to "Closed Lost" on the deal's contract end date. e.g. A customer gives chu 続きを読む
ベストアンサー
殿堂入り | Solutions Partner
11月 12日, 2024 00:05
Hi @dthomp43 , You would add that condition in the enrollment criteria, not in the 'Edit record' action. In the enrollment criteria, add...続きを読む
キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

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

投稿する

Sign up for the RevOps with HubSpot Newsletter

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