Skip to content

Commit 1a57b4e

Browse files
feat: add HubSpot community plugin (#7)
* feat(registry): add HubSpot plugin * fix: add HubSpot plugin test config --------- Co-authored-by: Finley Ge <m13203533462@163.com>
1 parent 0bd4177 commit 1a57b4e

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
1313
[submodule "packages/tools/supabase"]
1414
path = packages/tools/supabase
1515
url = https://github.com/Finley-Agent-Zhuazhua/fastgpt-plugin-supabase.git
16+
[submodule "packages/tools/hubspot"]
17+
path = packages/tools/hubspot
18+
url = https://github.com/Finley-Agent-Zhuazhua/fastgpt-plugin-hubspot.git

packages/tools/hubspot

Submodule hubspot added at e2ab07c

plugins.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@
6060
"status": "active",
6161
"support": "community",
6262
"latestPublishEvent": "events/2026-07-08/supabase-0.1.0-20260708085124220-published.json"
63+
},
64+
{
65+
"pluginId": "hubspot",
66+
"version": "0.1.0",
67+
"type": "tool",
68+
"source": "https://github.com/Finley-Agent-Zhuazhua/fastgpt-plugin-hubspot.git",
69+
"commit": "e2ab07ca2c4a1fcdb6c83af542c461801c52cc12",
70+
"submodule": "packages/tools/hubspot",
71+
"path": ".",
72+
"status": "pending",
73+
"support": "community"
6374
}
6475
]
6576
}

0 commit comments

Comments
 (0)