Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dify/tools/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,6 @@ def _build_automation_payload(
proxy_config["country_code"] = tool_parameters["proxy_country_code"]
payload["proxy_config"] = proxy_config

payload["api_integration"] = "dify"

return payload
1 change: 1 addition & 0 deletions n8n/nodes/Tinyfish/GenericFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export function buildAutomationPayload(
url,
goal,
browser_profile: (options.browserProfile as string) || 'lite',
api_integration: 'n8n',
};

if (options.proxyEnabled) {
Expand Down