Hi Mate,I'm a rookie who just started using Hubspot. I'm trying to mate a funtion to automation from tickets to remove Contact & Companies,but now my code still have some Invoke Error ,May I ask your help? const axios = require('axios');
// read more
Hi @VaanLeung and welcome, it's a pleasure to have you here! Thanks for asking the HubSpot Community! I understand that you are trying to remov...read more
We are attempting to use the workflow v4 api - we've launched an integration used by several customers. Unfortunately, a recent customer was trying to use the application - and on the fetch_workflow API we started getting this error message and a 40 read more
Hi @Jaycee_Lewis thanks for the response. It's a response to the endpoint `Fetch a specific workflow by ID` https://developers.hubspot.com/docs/gu...read more
I want to create a new Deal in HubSpot when an order is created in WooCommerce for WordPress using webhooks in Workflows. I have successfully configured the webhook and I received the test payload in HubSpot. My issue is that in the HubSpot workfl read more
You can always cheat by using a placeholder Deal. This deal is mostly to let you trigger the workflow. 1. Create a Deal in hubspot and let's call...read more
Hi HubSpot Developers! HubSpot Discover , a Python-based tool designed to streamline and simplify working with HubSpot's schemas and pipelines. it automatically extracts and analyzes schemas, pipelines, stages, and associations of al read more
I'm creating workflow in HubSpot using API with custom workflow action where I've used php code. $workflowData = [
'enabled' => true,
'name' => 'My New Workflow',
'actions' => [
[
'type' => 'EXTENSION',
'extens read more
@Jaycee_Lewis Thanks for the reply, But I've already tried with the published action which is available on HubSpot. There are any other posibilitie...read more
I am attempting to enroll a contact to a sequence via OAuth token but am getting status 500 error `SequenceError.EXTERNAL_CLIENT_EXCEPTION`. I am quite certain that I am passing valid parameters for contactId, senderEmail, sequenceId, and userId read more
Solved - make sure you are using the correct userId. There can be multiple userIds (check the getOwners API: https://developers.hubspot.com/docs/ref...read more
Hello HubSpot Community, My name is Daniel Spillers. I am a CRM Developer that works with Dynamics 365, PowerApps, Power Automate Flows. Currently, we are transitioning from Salesforce for our Leads generation into HubSpot. Very exciting change! read more
"is known" in the filter options is generally considered the same as "has changed" in the majority of cases. https://knowledge.hubspot.com/workflow...read more
Hello, I’m using a workflow to trigger an action when a new custom object is created. The goal is to automatically log a meeting associated with the contact and company linked to the custom object. However, I’m facing errors with the timestamp read more
datetime Fields, which hs_timestamp is, are generally in the Unix Timestamp format so you would need to convert the value into that. Not sure on ...read more
I've sucessfully written code to pull the userid of the person who made the change to the property that triggers my workflow, but now I'm struggling to get that userid to be set as the lead owner. I'm currently setting the UserId output as a 'nu read more
Turns out there are two different user identifiers in hubspot - UserID and hubspot_owner_id. Since property change history records UserID, not the ow...read more
Hi, I’ve created a page on the website where people can submit their issues if something happens with their product. Is it possible to have the submitted form automatically turned into a ticket in HubSpot? Thank you 🙂
Hi, You need to ensure that the Automatically create tickets option is enabled for your form FYI you will only be able to create tickets from f...read more
Hello all We have workflows between customers and our sales and we want to follow up the engagements. Which step was triggered by whom. So this is all available in the enrollment history but we need to check it deal by deal now. Is there an API av read more
Hey, @JVanpachtenbe 👋 You are not missing an option in the documentation . There is not an “enrollment history with steps” endpoint. I unders...read more
How to use file fieldType in custom workflow action? I've tested but it's just showing nothing. {
"typeDefinition": {
"name": "fileInput",
"type": "string",
"fieldType": "fi read more
I tried adding optionsUrl to fetch external source but it's saying it's not supported. I thought this field will let me select files from the HubSpot...read more