Automate HubSpot + Notion
The CRM your pipeline reporting depends on. The team wiki agents can actually keep current. Put an agent between them and the hand-off stops being manual: it reads, decides, acts, and shows its work.
Support First Responder already works across HubSpot and Notion — free, and it runs on your machine.
Automations teams run
Unlike field-mapping automation, the step in the middle is an agent: it can summarise, classify, judge and draft, not merely copy values from HubSpot into Notion.
When a contact or deal is created in HubSpot…
…an agent can create and update pages in Notion — after reading the context and deciding it should.
When a stage changes in HubSpot…
…an agent can write database rows in Notion — after reading the context and deciding it should.
When a form submits in HubSpot…
…an agent can append meeting notes in Notion — after reading the context and deciding it should.
When a page is created or edited in Notion…
…an agent can create and enrich contacts in HubSpot — with the reasoning recorded in the run’s receipt.
When a database row changes in Notion…
…an agent can update deals and notes in HubSpot — with the reasoning recorded in the run’s receipt.
When a status flips in Notion…
…an agent can log activity in HubSpot — with the reasoning recorded in the run’s receipt.
The HubSpot and Notion hand-off, setup template
Start with a custom-api call to api.hubapi.com and the notion-api node. Configure the HubSpot source payload, the agent input, and the Notion operation. The sequential template does not implement conditional writes or approval by itself.
This is a schema-checked starting point, not an end-to-end tested automation. Replace every CONFIGURE_ value, choose the operations you intend, connect credentials and map source outputs into later inputs. An edge orders steps; it does not supply a condition, an approval gate or a field mapping. Add and test those controls explicitly before any write. Cloud APIs and model providers may receive data. Keep the workflow inactive until tested with fixtures.
{
"id": "3e35fc9b-5ffe-470e-aa21-46e1a70ed170",
"name": "HubSpot → Notion",
"nodes": [
{
"id": "0b6eccf1-a838-43af-a23d-d3e2b1ed3832",
"text": "Run on a schedule",
"x": 512,
"y": 144,
"isEditing": false,
"type": "trigger-timer",
"icon": "connect",
"category": "trigger",
"isSelected": false,
"parameters": {
"fireOnStart": "No",
"scheduleType": "Interval",
"schedule": "Every 15 Minutes"
},
"description": "Setup template for Timer Trigger. This trigger node fires the workflow at specified intervals or at a specific time. Configure credentials, inputs and output mapping before use.",
"error": null,
"isActive": false,
"output": null,
"outputs": {}
},
{
"id": "97daeaff-48c2-443c-a970-8e5f4aa63eb0",
"text": "Review source and draft",
"x": 512,
"y": 336,
"isEditing": false,
"type": "agnt-agent",
"icon": "connect",
"category": "action",
"isSelected": false,
"parameters": {
"agentId": "CONFIGURE_AGENTID",
"message": "Read the HubSpot item. Decide whether it warrants action in Notion, and explain why.\nSource input: CONFIGURE_SOURCE_INPUT. Produce a reviewable draft only; do not take external actions."
},
"description": "Setup template for Agent Chat. Chat with an AI agent from your agent library. Select an agent and send messages to interact with it within your workflow. Configure credentials, inputs and output mapping before use.",
"error": null,
"isActive": false,
"output": null,
"outputs": {}
},
{
"id": "38851560-325b-4647-ab76-4a9f2588e7b6",
"text": "Configure destination in Notion",
"x": 512,
"y": 528,
"isEditing": false,
"type": "notion-api",
"icon": "connect",
"category": "action",
"isSelected": false,
"parameters": {
"operation": "search",
"pageSize": 1,
"query": "CONFIGURE_QUERY",
"filterType": "all"
},
"description": "Setup template for Notion API. Interact with Notion - search, query databases, get pages, and create pages. Configure credentials, inputs and output mapping before use.",
"error": null,
"isActive": false,
"output": null,
"outputs": {}
}
],
"edges": [
{
"id": "b4b93863-043c-461e-a2db-b489ac3eb8b4",
"start": {
"id": "0b6eccf1-a838-43af-a23d-d3e2b1ed3832",
"type": "output"
},
"end": {
"id": "97daeaff-48c2-443c-a970-8e5f4aa63eb0",
"type": "input"
},
"startX": 800,
"startY": 168,
"endX": 512,
"endY": 360
},
{
"id": "278ae7d2-c42b-482d-a2b1-9ceb935e91b2",
"start": {
"id": "97daeaff-48c2-443c-a970-8e5f4aa63eb0",
"type": "output"
},
"end": {
"id": "38851560-325b-4647-ab76-4a9f2588e7b6",
"type": "input"
},
"startX": 800,
"startY": 360,
"endX": 512,
"endY": 552
}
],
"zoomLevel": 1,
"canvasOffsetX": 0,
"canvasOffsetY": 0,
"isTinyNodeMode": false
}
Configure Notion API
Interact with Notion - search, query databases, get pages, and create pages.
- operation — Operation to perform Current example:
search. - query — Search query text Current example:
CONFIGURE_QUERY. - filterType — Filter results by type Current example:
all. - pageSize — Max results (default: 10-100) Current example:
1.
Install Support First Responder
Support First Responder already uses both HubSpot and Notion, so installing it gives you this exact hand-off wired up — connected, editable, and running on your own machine.
Runs on your own machine · See what it does
What building this looks like
- Download AGNT Community Core — free and local-first.
- Connect HubSpot with one OAuth sign-in and Notion with one OAuth sign-in; both land in the local vault.
- Start from a marketplace workflow, or drop a custom-api node and notion-api onto the canvas with an agent between them.
- Put an approval gate on anything consequential, then run it — the receipt shows what was read in HubSpot and what was written to Notion.
HubSpot and Notion — common questions
Can I connect HubSpot to Notion without writing code?
Yes. HubSpot connects with one OAuth sign-in and Notion with one OAuth sign-in, both from the local credential vault. You then describe the job in plain language — “when a contact or deal is created, create and update pages” — and the agent handles the rest.
How is this different from a field-mapping HubSpot to Notion automation?
Mapping tools move data; this reasons about it. Rather than copying a field into Notion, the agent can weigh what arrived from HubSpot, classify it against criteria you wrote in prose, draft something new, and act only when it is warranted.
Does my HubSpot and Notion data leave my machine?
Your credentials stay in a vault on your own disk rather than in someone else’s cloud. The only calls made are the ones the workflow needs: HubSpot, Notion, and your chosen model provider — which can be a local one.
What does a HubSpot and Notion run leave behind?
Every run is recorded end to end — the HubSpot items examined, the decision and its reasoning, the resulting Notion write. That record is what makes it reasonable to let this run unattended, and what lets you widen its remit on evidence.