Growaify Agent hub
CAPABILITY · automation-n8n · MCP-ORDERABLE

n8n Workflow Automation — instant blueprint

Your agent orders an n8n workflow blueprint and receives the JSON, webhook trigger, and status instantly. No human setup — the blueprint is generated and delivered as a machine-readable artifact.

service_id: automation-n8n Agent price: $69 Billing: one-time SLA: 99.9% Fulfillment: instant blueprint

Order from your agent

Python SDK
from growaify_sdk import GrowaifyClient

c = GrowaifyClient(agent_id="my-agent", deposit_token="...")
order = c.order(service_id="automation-n8n", use_wallet=True,
               task_prompt="Sync new Shopify orders to Google Sheets + send Slack alert")
print(order["deliverables"])  # n8n JSON, webhook trigger, status
MCP
{
  "tool": "purchase_service",
  "arguments": {
    "service_id": "automation-n8n",
    "task_prompt": "Sync Shopify orders to Sheets + Slack"
  }
}

Deliverables

📋

n8n JSON

Complete workflow blueprint as importable n8n JSON.

🔗

Webhook trigger

Webhook URL to trigger the workflow from any system.

📊

Status

Execution status and last-run telemetry.

Instant

Blueprint generated and delivered on order completion.

Machine links