Describe the problem/error/question
I am trying to use a hubspot trigger but it is only working with a developer account. I have tried consulting the documentation to see if I can use a non-developer account because all of the information I want to use to activate the trigger does not have any relation to my developer account. I am trying to get my workflow to trigger when a ticket is created, is there a way I can have this trigger come from my non-developer hubspot account.
What is the error message (if any)?
The trigger just ends because there is nothing detected
Please share your workflow
{
“nodes”: [
{
“parameters”: {
“eventsUi”: {
“eventValues”: [
{
“name”: “contact.propertyChange”,
“property”: “bdo_full_name”
},
{
“name”: “ticket.creation”
},
{}
]
},
“additionalFields”: {
“maxConcurrentRequests”: 5
}
},
“type”: “n8n-nodes-base.hubspotTrigger”,
“typeVersion”: 1,
“position”: [
-220,
-140
],
“id”: “18e356e3-009a-3i78-7sdj-erh73289asd920”,
“name”: “HubSpot Trigger”,
“webhookId”: “18e352e3-966a-4e18-8bec-dhs2131287fd89”,
“credentials”: {
“hubspotDeveloperApi”: {
“id”: “******”,
“name”: “HubSpot Developer account”
}
}
},
{
“parameters”: {
“authentication”: “oAuth2”,
“operation”: “get”,
“contactId”: {
“__rl”: true,
“value”: “={{ $json.objectId }}”,
“mode”: “id”
},
“additionalFields”: {
“propertiesCollection”: {
“propertiesValues”: {
“properties”: [
“address”,
“property_city”,
“property_state”,
“zip”,
“phone”,
“mobilephone”,
“listing_street_address”,
“lead_source”,
“lead_created_date”,
“hs_full_name_or_email”,
“firstname”,
“email”,
“current_case_subject_property_city”,
“current_case_subject_property_state”,
“current_case_subject_property_street”,
“current_case_subject_property_zip”,
“hubspot_owner_id”,
“contact_id”,
“client_id”,
“shortened_meeting_link”,
“client_advisor_full_name”,
“client_advisor_email”,
“client_advisor”,
“city”,
“bdo_full_name”,
“bdo_shortened_meeting_link”
]
}
}
}
},
“type”: “n8n-nodes-base.hubspot”,
“typeVersion”: 2.1,
“position”: [
240,
-140
],
“id”: “”,
“name”: “Get Contact by ID”,
“credentials”: {
“hubspotOAuth2Api”: {
“id”: “”,
“name”: “HubSpot account”
}
}
},
{
“parameters”: {
“conditions”: {
“options”: {
“caseSensitive”: true,
“leftValue”: “”,
“typeValidation”: “strict”,
“version”: 2
},
“conditions”: [
{
“id”: “”,
“leftValue”: “bdo_owner”,
“rightValue”: “”,
“operator”: {
“type”: “string”,
“operation”: “notEmpty”,
“singleValue”: true
}
}
],
“combinator”: “or”
},
“options”: {}
},
“type”: “n8n-nodes-base.filter”,
“typeVersion”: 2.2,
“position”: [
20,
-140
],
“id”: “**********************”,
“name”: “Check if BDO is empty”
}
],
“connections”: {
“HubSpot Trigger”: {
“main”: [
[
{
“node”: “Check if BDO is empty”,
“type”: “main”,
“index”: 0
}
]
]
},
“Get Contact by ID”: {
“main”: [
]
},
“Check if BDO is empty”: {
“main”: [
[
{
“node”: “Get Contact by ID”,
“type”: “main”,
“index”: 0
}
]
]
}
},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “*********************”
}
}
Share the output returned by the last node
The workflow never triggers
Information on your n8n setup
- n8n version: 1.98.1
- Database (default: SQLite): default
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system: Windows 10