I'm trying to send WhatsApp messages with quick replies via API (Meta and WhatsApp Business are already connected), but I can't find any instructions in the documentation. Using this endpoint: POST /conversations/v3/conversations/threads/{thre read more
@VMartins5 wrote: I'm trying to send WhatsApp messages with quick replies via API (Meta and WhatsApp Business are already connected), but I can'...read more
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 read more
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...read more
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 read more
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 read more
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...read more
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 read more
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...read more
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?
Hi @SYdoate6 ,
HubSpot currently does not have any asset-based workflows, so it's currently not possible to set up automation. You would have ...read more
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 read more
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! 🙂
@karstenkoehler deal deduplication is now available with Koalify! Automated or bulk merging is fully embedded within HubSpot workflows. Not sure i...read more
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 read more
@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...read more
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 read more
Hey @ahmedbs , thank you for posting in our Community!
Looks like the issue lies in the variable name mismatch in your return statement. You...read more
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 read more
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...read more
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 read more